Skip to content

Commit

Permalink
Increase 2 minute timer to 5 minutes for ec2 (#11519)
Browse files Browse the repository at this point in the history
same intended commit as before, i didn't tag correctly
we are missing some builds due to the timer and can afford
some wasted actions
  • Loading branch information
supertopher authored Mar 30, 2022
1 parent 8b388c6 commit 90100e0
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/[email protected].5
uses: supertopher/[email protected].10
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 @@ -153,7 +153,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down Expand Up @@ -698,7 +698,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
label: ${{ needs.start-platform-new-scheduler-acceptance-runner.outputs.label }}
Expand Down Expand Up @@ -867,7 +867,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down Expand Up @@ -1003,7 +1003,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.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 @@ -194,7 +194,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
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 @@ -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/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
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 @@ -128,7 +128,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
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 @@ -184,7 +184,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
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 @@ -187,7 +187,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/[email protected].5
uses: supertopher/[email protected].10
with:
mode: stop
github-token: ${{ needs.find_valid_pat.outputs.pat }}
Expand Down

0 comments on commit 90100e0

Please sign in to comment.