-
Notifications
You must be signed in to change notification settings - Fork 4.5k
cat/connectors-ci: replace docker runner with dagger runner in CAT #28000
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cdfafe7
remove dependency of connectors to CAT
alafanechere 8e656cb
make CAT use dagger
alafanechere 1225a65
Merge branch 'master' into augustin/cat/dagger-runner-2
alafanechere 3cfdf97
use poetry
alafanechere c88b86d
comment in dockerfile
alafanechere dec985e
improve tar path resolution
alafanechere c7041b0
improve CAT dockerfile
alafanechere d842ec7
use CAT in airbyte-ci with dagger-in-dagger
alafanechere 4447206
update scaffolds
alafanechere 65cb910
poetry in docker: simpler, heavier, but working
alafanechere e68d185
lock in dockerignore
alafanechere e25defe
poetry run in doc
alafanechere e498110
docstrings
alafanechere 2ade1b8
python version not required now that we're on poetry
alafanechere 2291531
docstring
alafanechere 84ed430
remove async where not needed
alafanechere 37995f3
add pytest-mock deps
alafanechere 0555ca4
improve caching testing
alafanechere 7c75f2f
improve Dockerfile
alafanechere 45134ab
Merge branch 'master' into augustin/cat/dagger-runner-2
alafanechere 83d3363
bump version
alafanechere 1763641
revert timeout tweaks
alafanechere 6b27957
add request mock as default test requirements
alafanechere a446715
fix timeout issue by preloading container
alafanechere e5c2309
handle huge command output in cat
alafanechere c4cbba9
fix CAT unit tests
alafanechere 13d93bf
increase timeout for spec
alafanechere b0ac14a
fix CAT unit tests
alafanechere d28d91e
improve connector runner tests
alafanechere b4e4745
add missing markers
alafanechere 801a2c3
update doc
alafanechere 301f962
bump CAT dockerfile version
alafanechere 765f611
add requirements.txt
alafanechere 6a0cfda
disable gradle testing
alafanechere b3c902e
revert requirements
alafanechere File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
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.
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.
is this temporary or will we always run off a dev version?
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.
We could always run off a dev version, the CAT image is built at runtime by dagger and it's cached so always using dev should not hurt perf. It's also convenient while developing on cat: you can easily test connector impact as airbyte ci will use the dev version. I'll leave it like this, but I'm open to pin CAT to a specific tag if needed (we can't pin it to a version < 1.0.0 though as the airbyte-ci cat orchestration is different).