-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase 2 minute timer to 5 minutes for ec2 (#11519)
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
1 parent
8b388c6
commit 90100e0
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|