Skip to content

Commit

Permalink
test new AMI (#19694)
Browse files Browse the repository at this point in the history
* test new AMI

https://internal-docs.airbyte.io/Things-To-Know/Build-Runner-Images

* update docs link

* remove ami override for test-command
  • Loading branch information
git-phu authored Nov 29, 2022
1 parent 494349f commit 6770b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ inputs:
github-token:
required: true
ec2-image-id:
# github-self-hosted-runner-ubuntu-20-100g-disk-with-cypress-deps
default: "ami-005924fb76f7477ce"
# https://internal-docs.airbyte.io/Things-To-Know/Build-Runner-Images#ami-05b3422b3649a6911
default: "ami-05b3422b3649a6911"
required: true
ec2-instance-type:
default: "c5.2xlarge"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ 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: ${{ env.PAT }}
# 80 gb disk
ec2-image-id: ami-06cf12549e3d9c522
integration-test:
timeout-minutes: 240
needs: start-test-runner
Expand Down

0 comments on commit 6770b5e

Please sign in to comment.