-
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
Enable record schema validation using v1 type system; CI uses MSG to start EC2 runners #20439
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edgao
changed the title
Add WellKnownTypes.json to worker
Enable record schema validation using v1 type system
Dec 13, 2022
octavia-squidington-iv
added
area/platform
issues related to the platform
area/worker
Related to worker
labels
Dec 13, 2022
git-phu
approved these changes
Dec 14, 2022
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.
still unclear why the original release workflow run failed, but that specific error no longer happens
gosusnp
approved these changes
Dec 14, 2022
edgao
changed the title
Enable record schema validation using v1 type system
Enable record schema validation using v1 type system; CI uses MSG to start EC2 runners
Dec 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unreverts #19625, and hardcodes
build
instead of using${buildDir}
. Relevant changes are in the twobuild.gradle
files, plus the Dockerfile.#19625 was causing the OSS release action to fail (https://github.com/airbytehq/airbyte/actions/runs/3625448595/jobs/6113524965) because the docker build couldn't find
WellKnownTypes.json
. This is working properly now.Tested in https://github.com/airbytehq/airbyte/actions/runs/3699371623/jobs/6266680684#step:6:9612 - this action run failed because of an intentional
COPY nonexistent_file.txt
, rather than not being able to findWellKnownTypes.json
. This action was running against https://github.com/airbytehq/airbyte/pull/20439/files/ba107138acde16cce98a659ecd70fa5ce6705c9b; the subsequent commits are just reverting the CI hacks.Also switches the
start ec2 runner
action to useMSGv0.0.2
(which supports Multiple Security Groups). This is useful for being able to SSH onto CI runner instances.