From 5f066176853bcb1c2df099fa210173a64432df8c Mon Sep 17 00:00:00 2001 From: Topher Lubaway Date: Mon, 28 Mar 2022 16:20:12 -0500 Subject: [PATCH] Increase runner timeout to 5 minutes from 2 seeing failing builds from 2 and we have higher API limits now --- .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 718f882d21c8a..00aae5b9ee7f4 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 e8b74707cce07..4a5aef83c68cf 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8543b0e4302f7..e162e1758e45d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -286,7 +286,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ needs.find_valid_pat.outputs.pat }} @@ -420,7 +420,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.AIRBYTEIO_PAT }} @@ -564,7 +564,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.AIRBYTEIO_PAT }} @@ -688,7 +688,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} @@ -854,7 +854,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} @@ -987,7 +987,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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 d986b4e4a763f..411b24afe5537 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 2af1ac5c13f15..f147e4980c5ef 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 5ef4b918ddecc..1f0c41104b381 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 cab3827f84caf..ada69714887be 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 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 d3cd2320feb82..fbbe977c73b61 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@base64v1.0.5 + uses: supertopher/ec2-github-runner@base64v1.0.6 with: mode: stop github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}