-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test new AMI #19694
test new AMI #19694
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we include a link to internal docs in oss?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's fine
Can you remove the AMI override here (
/test connector run as well?
|
@evantahler done! |
/test connector=connectors/source-github
Build PassedTest summary info:
|
Dang. Looks like the actions run off the yaml defined in master. In this PR we removed the override But, the action still ran with the old AMI:
|
This PR probably closes #16265 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOLO since we can't test it I guess 🤷
gonna merge this now and watch for regressions |
Use new github runner AMI that is fully documented here: https://github.com/airbytehq/airbyte-cloud/pull/3445
closes #16265