diff --git a/.github/workflows/publish-connector-command.yml b/.github/workflows/publish-connector-command.yml index 4aac116c8dbf..9744873bcf38 100644 --- a/.github/workflows/publish-connector-command.yml +++ b/.github/workflows/publish-connector-command.yml @@ -67,7 +67,7 @@ jobs: # aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} # github-token: ${{ needs.find_valid_pat.outputs.pat }} # # 80 gb disk -# ec2-image-id: ami-0d648081937c75a73 +# ec2-image-id: ami-06cf12549e3d9c522 # bump-build-test-connector: # needs: start-bump-build-test-connector-runner # runs-on: ${{ needs.start-bump-build-test-connector-runner.outputs.label }} diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 02f386778070..c424fc828485 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -62,7 +62,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} github-token: ${{ needs.find_valid_pat.outputs.pat }} # 80 gb disk - ec2-image-id: ami-0d648081937c75a73 + ec2-image-id: ami-06cf12549e3d9c522 integration-test: timeout-minutes: 240 needs: start-test-runner diff --git a/.github/workflows/test-performance-command.yml b/.github/workflows/test-performance-command.yml index 3378921df2bd..0e24f4444b2e 100644 --- a/.github/workflows/test-performance-command.yml +++ b/.github/workflows/test-performance-command.yml @@ -65,7 +65,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} github-token: ${{ needs.find_valid_pat.outputs.pat }} # 80 gb disk - ec2-image-id: ami-0d648081937c75a73 + ec2-image-id: ami-06cf12549e3d9c522 performance-test: timeout-minutes: 240 needs: start-test-runner