From f063ebde103a78ee1fb6eafb66cb462526c0ce44 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 12 Jul 2023 10:01:01 +0200 Subject: [PATCH] chore: migrate ci region for more availability. (#581) --- .github/workflows/load_test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/load_test.yaml b/.github/workflows/load_test.yaml index 10e248e3ea7..fd22e395780 100644 --- a/.github/workflows/load_test.yaml +++ b/.github/workflows/load_test.yaml @@ -15,11 +15,11 @@ jobs: name: Start self-hosted EC2 runner runs-on: ubuntu-latest env: - AWS_REGION: us-east-1 - EC2_AMI_ID: ami-03cfed9ea28f4b002 + AWS_REGION: eu-central-1 + EC2_AMI_ID: ami-0ab09c07cfd194259 EC2_INSTANCE_TYPE: g5.12xlarge - EC2_SUBNET_ID: subnet-931b34f5,subnet-ecb993cd,subnet-943dc2d8,subnet-45371f1a,subnet-ee93e0df,subnet-fddc3dfc - EC2_SECURITY_GROUP: sg-04d472c808f365022 + EC2_SUBNET_ID: subnet-988fd9f2,subnet-6f56db13,subnet-6a039326 + EC2_SECURITY_GROUP: sg-072f92ae3082936c6 outputs: label: ${{ steps.start-ec2-runner.outputs.label }} ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }} @@ -90,7 +90,7 @@ jobs: - load-tests runs-on: ubuntu-latest env: - AWS_REGION: us-east-1 + AWS_REGION: eu-central-1 if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs steps: - name: Configure AWS credentials @@ -105,4 +105,4 @@ jobs: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} label: ${{ needs.start-runner.outputs.label }} - ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }} \ No newline at end of file + ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}