File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 8
8
github-token :
9
9
required : true
10
10
ec2-image-id :
11
- default : " ami-04bd6e81239f4f3fb"
11
+ # github-self-hosted-runner-ubuntu-20-100g-disk
12
+ default : " ami-0ccd67e0abd945eec"
12
13
required : true
13
14
ec2-instance-type :
14
15
default : " c5.2xlarge"
Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ jobs:
482
482
id : start-ec2-runner
483
483
uses : ./.github/actions/start-aws-runner
484
484
with :
485
+ # github-self-hosted-runner-ubuntu-20-with-120gdisk-docker-20.10.7
485
486
ec2-image-id : ami-0d4083c04fde515c4
486
487
aws-access-key-id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
487
488
aws-secret-access-key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 34
34
aws-access-key-id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
35
35
aws-secret-access-key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
36
36
github-token : ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
37
- ec2-image-id : ami-0d648081937c75a73
37
+ # github-self-hosted-runner-ubuntu-20-100g-disk
38
+ ec2-image-id : ami-0ccd67e0abd945eec
38
39
publish-image :
39
40
needs : start-publish-image-runner
40
41
runs-on : ${{ needs.start-publish-image-runner.outputs.label }}
Original file line number Diff line number Diff line change 33
33
aws-access-key-id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
34
34
aws-secret-access-key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
35
35
github-token : ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
36
- ec2-image-id : ami-0d648081937c75a73
36
+ # github-self-hosted-runner-ubuntu-20-100g-disk
37
+ ec2-image-id : ami-0ccd67e0abd945eec
37
38
integration-test :
38
39
timeout-minutes : 240
39
40
needs : start-test-runner
Original file line number Diff line number Diff line change 39
39
aws-access-key-id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
40
40
aws-secret-access-key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
41
41
github-token : ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
42
- ec2-image-id : ami-0d648081937c75a73
42
+ # github-self-hosted-runner-ubuntu-20-100g-disk
43
+ ec2-image-id : ami-0ccd67e0abd945eec
43
44
performance-test :
44
45
timeout-minutes : 240
45
46
needs : start-test-runner
You can’t perform that action at this time.
0 commit comments