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:
Otto Bittner 2023-07-12 10:51:52 +02:00 committed by GitHub
parent 01f518f0a4
commit ef404b5839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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::"

View File

@ -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