From ef404b5839316e9f437634502c9599796258892b Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Wed, 12 Jul 2023 10:51:52 +0200 Subject: [PATCH] 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. --- .github/actions/constellation_create/action.yml | 6 +++--- .github/actions/e2e_test/action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index d04239438..40d8952ea 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -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::" diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index 9c792af9c..862a66bcc 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -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