mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: use us-east-2 for e2e tests (#2091)
We have much higher quotas there and thus don't need to wait for the increase in eu-west-1.
This commit is contained in:
parent
01f518f0a4
commit
ef404b5839
@ -105,8 +105,8 @@ runs:
|
||||
constellation-conf.yaml
|
||||
|
||||
yq eval -i \
|
||||
"(.provider | select(. | has(\"aws\")).aws.region) = \"eu-west-1\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.zone) = \"eu-west-1c\" |
|
||||
"(.provider | select(. | has(\"aws\")).aws.region) = \"us-east-2\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.zone) = \"us-east-2c\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.iamProfileControlPlane) = \"e2e_test_control_plane_instance_profile\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.iamProfileWorkerNodes) = \"e2e_test_worker_node_instance_profile\"" \
|
||||
constellation-conf.yaml
|
||||
@ -291,7 +291,7 @@ runs:
|
||||
./.github/actions/constellation_create/gcp-logs.sh
|
||||
;;
|
||||
aws)
|
||||
./.github/actions/constellation_create/aws-logs.sh eu-west-1
|
||||
./.github/actions/constellation_create/aws-logs.sh us-east-2
|
||||
;;
|
||||
esac
|
||||
echo "::endgroup::"
|
||||
|
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -199,7 +199,7 @@ runs:
|
||||
with:
|
||||
cloudProvider: ${{ inputs.cloudProvider }}
|
||||
namePrefix: ${{ steps.create-prefix.outputs.prefix }}
|
||||
awsZone: eu-west-1c
|
||||
awsZone: us-east-2c
|
||||
azureRegion: northeurope
|
||||
gcpProjectID: ${{ inputs.gcpProject }}
|
||||
gcpZone: europe-west3-b
|
||||
|
Loading…
Reference in New Issue
Block a user