Skip to content

Commit

Permalink
Use new ami with 100 gb for action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Jan 12, 2022
1 parent 5383439 commit 9eb1574
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ inputs:
github-token:
required: true
ec2-image-id:
default: "ami-04bd6e81239f4f3fb"
# github-self-hosted-runner-ubuntu-20-100g-disk
default: "ami-0ccd67e0abd945eec"
required: true
ec2-instance-type:
default: "c5.2xlarge"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ jobs:
id: start-ec2-runner
uses: ./.github/actions/start-aws-runner
with:
# github-self-hosted-runner-ubuntu-20-with-120gdisk-docker-20.10.7
ec2-image-id: ami-0d4083c04fde515c4
aws-access-key-id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
aws-access-key-id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
ec2-image-id: ami-0d648081937c75a73
# github-self-hosted-runner-ubuntu-20-100g-disk
ec2-image-id: ami-0ccd67e0abd945eec
publish-image:
needs: start-publish-image-runner
runs-on: ${{ needs.start-publish-image-runner.outputs.label }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
aws-access-key-id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
ec2-image-id: ami-0d648081937c75a73
# github-self-hosted-runner-ubuntu-20-100g-disk
ec2-image-id: ami-0ccd67e0abd945eec
integration-test:
timeout-minutes: 240
needs: start-test-runner
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-performance-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
aws-access-key-id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
ec2-image-id: ami-0d648081937c75a73
# github-self-hosted-runner-ubuntu-20-100g-disk
ec2-image-id: ami-0ccd67e0abd945eec
performance-test:
timeout-minutes: 240
needs: start-test-runner
Expand Down

0 comments on commit 9eb1574

Please sign in to comment.