From e3f36eca9609401a333b345469466d0b276dc00e Mon Sep 17 00:00:00 2001 From: Topher Lubaway Date: Mon, 28 Mar 2022 09:00:56 -0500 Subject: [PATCH] Increase the AWS runner timer via tool update (#11471) --- .github/actions/start-aws-runner/action.yml | 2 +- .github/workflows/gke-kube-test-command.yml | 2 +- .github/workflows/gradle.yml | 12 ++++++------ .github/workflows/publish-command.yml | 2 +- .github/workflows/publish-external-command.yml | 2 +- .github/workflows/release-airbyte-os.yml | 2 +- .github/workflows/test-command.yml | 2 +- .github/workflows/test-performance-command.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/actions/start-aws-runner/action.yml b/.github/actions/start-aws-runner/action.yml index 370c9c0f5ab0..11ac083011fa 100644 --- a/.github/actions/start-aws-runner/action.yml +++ b/.github/actions/start-aws-runner/action.yml @@ -41,7 +41,7 @@ runs: aws-region: us-east-2 - name: Start EC2 runner id: start-ec2-runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: start github-token: ${{ inputs.github-token }} diff --git a/.github/workflows/gke-kube-test-command.yml b/.github/workflows/gke-kube-test-command.yml index 16318633198b..467cba223acd 100644 --- a/.github/workflows/gke-kube-test-command.yml +++ b/.github/workflows/gke-kube-test-command.yml @@ -134,7 +134,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9ba4d57dc45f..849e83ad4332 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -261,7 +261,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.AIRBYTEIO_PAT }} @@ -393,7 +393,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.AIRBYTEIO_PAT }} @@ -534,7 +534,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.AIRBYTEIO_PAT }} @@ -658,7 +658,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} @@ -824,7 +824,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} @@ -957,7 +957,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} diff --git a/.github/workflows/publish-command.yml b/.github/workflows/publish-command.yml index 86f0e249746c..fa43dd1acf52 100644 --- a/.github/workflows/publish-command.yml +++ b/.github/workflows/publish-command.yml @@ -175,7 +175,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/publish-external-command.yml b/.github/workflows/publish-external-command.yml index c5538d4d72e3..9c2ccb1fff17 100644 --- a/.github/workflows/publish-external-command.yml +++ b/.github/workflows/publish-external-command.yml @@ -115,7 +115,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/release-airbyte-os.yml b/.github/workflows/release-airbyte-os.yml index da06274684e8..195e78dbfc00 100644 --- a/.github/workflows/release-airbyte-os.yml +++ b/.github/workflows/release-airbyte-os.yml @@ -109,7 +109,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index e52ac066c3c7..be69d460deee 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -165,7 +165,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/test-performance-command.yml b/.github/workflows/test-performance-command.yml index 01c609a087d4..a063044248d7 100644 --- a/.github/workflows/test-performance-command.yml +++ b/.github/workflows/test-performance-command.yml @@ -168,7 +168,7 @@ jobs: aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Stop EC2 runner - uses: supertopher/ec2-github-runner@v15.0.4 + uses: supertopher/ec2-github-runner@v15.0.5 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}