Skip to content

Commit

Permalink
Increase the AWS runner timer via tool update (#11471)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertopher authored Mar 28, 2022
1 parent 97a7898 commit e3f36ec
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gke-kube-test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-external-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-airbyte-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-performance-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e3f36ec

Please sign in to comment.