-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
airbyte-ci: upgrade to dagger 0.9.5 #33429
Labels
Comments
Grooming:
|
7 tasks
Update:
Remaining steps:
|
alafanechere
changed the title
airbyte-ci: upgrade to dagger 0.9.4
airbyte-ci: upgrade to dagger 0.9.5
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're currently pinning version 0.6.4 of dagger on airbyte-ci and in our infra.
Upgrading to the latest dagger version would be beneficial for:
Infra actions to take:
RunnerDeployment
variant here :ci-runner-connector-dev-large-dagger-0-9-4
Provisioner
variant here likeci-runner-connector-dev-large-dagger-0-6-4
connector-dev-dagger-0-9-4-engine
: set the image toregistry.dagger.io/engine:v0.9.4
Set thenodeAffinity
rules to targetci-runner-connector-dev-large-dagger-0-9-4
. Please note that the_EXPERIMENTAL_*
env var should be discarded and replaced with different env var (e.g.DAGGER_CLOUD_TOKEN
). We should checkout Dagger docs / sync with their team to make sure we assign the correct env vars to the engine.kubectl
apply the changes manifestTesting out the new version by changing the client code on a branch:
pipelines/pyproject.toml
runs_on
of the workflow you'd like to test toci-runner-connector-dev-large-dagger-0-9-4
Note about Dagger Cloud tokens:
Dagger cloud token should now be considered a secret as they are now used for cache syncs. We should remove the public occurrences of the hardcoded token:
p.eyJ1IjogIjFiZjEwMmRjLWYyZmQtNDVhNi1iNzM1LTgxNzI1NGFkZDU2ZiIsICJpZCI6ICJlNjk3YzZiYy0yMDhiLTRlMTktODBjZC0yNjIyNGI3ZDBjMDEifQ.hT6eMOYt3KZgNoVGNYI3_v4CC-s19z8uQsBkGrBhU3k
. The token to use is available on the Dagger Cloud console.The text was updated successfully, but these errors were encountered: