From 2bad2cf3cf119e21d017477bbc609e890451519e Mon Sep 17 00:00:00 2001 From: LiRen Tu Date: Sat, 15 Jan 2022 20:38:56 -0800 Subject: [PATCH] Use new github action runner ami with 100 gb disk (#9450) * Use new ami with 100 gb for action runner * Revert slash command ami Co-authored-by: Serhii Chvaliuk --- .github/actions/start-aws-runner/action.yml | 3 ++- .github/workflows/gradle.yml | 1 + .github/workflows/publish-command.yml | 1 + .github/workflows/test-command.yml | 1 + .github/workflows/test-performance-command.yml | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/start-aws-runner/action.yml b/.github/actions/start-aws-runner/action.yml index ae3ba61873e5..635bb7f5cbc0 100644 --- a/.github/actions/start-aws-runner/action.yml +++ b/.github/actions/start-aws-runner/action.yml @@ -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" diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index adc1ad47b14d..c5c53c331a1b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 }} diff --git a/.github/workflows/publish-command.yml b/.github/workflows/publish-command.yml index f73a4dacd416..2770eaa8b35f 100644 --- a/.github/workflows/publish-command.yml +++ b/.github/workflows/publish-command.yml @@ -34,6 +34,7 @@ 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 }} + # 80 gb disk ec2-image-id: ami-0d648081937c75a73 publish-image: needs: start-publish-image-runner diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 8c747eaf7645..363e72851248 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -33,6 +33,7 @@ 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 }} + # 80 gb disk ec2-image-id: ami-0d648081937c75a73 integration-test: timeout-minutes: 240 diff --git a/.github/workflows/test-performance-command.yml b/.github/workflows/test-performance-command.yml index 1cf83a0b24a6..a3e0dfbce070 100644 --- a/.github/workflows/test-performance-command.yml +++ b/.github/workflows/test-performance-command.yml @@ -39,6 +39,7 @@ 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 }} + # 80 gb disk ec2-image-id: ami-0d648081937c75a73 performance-test: timeout-minutes: 240