-
Notifications
You must be signed in to change notification settings - Fork 583
expand jobs tagging #17828
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
base: compatible
Are you sure you want to change the base?
expand jobs tagging #17828
Conversation
!ci-docker-me arch=amd64 profile=devnet |
1 similar comment
!ci-docker-me arch=amd64 profile=devnet |
!ci-build-me |
!ci-docker-me arch=amd64 profile=devnet |
2 similar comments
!ci-docker-me arch=amd64 profile=devnet |
!ci-docker-me arch=amd64 profile=devnet |
!ci-docker-me arch=arm64 profile=lightnet |
!ci-docker-me arch=arm64 profile=lightnet codename=bookworm |
2 similar comments
!ci-docker-me arch=arm64 profile=lightnet codename=bookworm |
!ci-docker-me arch=arm64 profile=lightnet codename=bookworm |
!ci-build-me |
Closing #17824 |
!ci-docker-me arch=amd64 profile=devnet codename=noble |
^ The above triage fails https://buildkite.com/o-1-labs-2/mina-build-docker/builds/205#01995f9a-0fd6-4b74-9d4f-17e8561cf7c1 |
… job tag or all job tags
e04caea
to
1452beb
Compare
!ci-docker-me arch=amd64 profile=devnet codename=noble |
d7283ba
to
242fd64
Compare
!ci-docker-me arch=amd64 profile=devnet codename=noble |
1 similar comment
!ci-docker-me arch=amd64 profile=devnet codename=noble |
!ci-docker-me arch=amd64 profile=lightnet codename=noble |
^ https://buildkite.com/o-1-labs-2/mina-build-docker/builds/211
|
!ci-docker-me arch=amd64 profile=devnet codename=noble |
Improvement for Docker build pipeline (be all pipeline can be affected on buggy code).
Recently we added a lot new builds (arm64, lightnet for bookworm etc). This caused that !ci-docker-me can build 40+ jobs when executed. This is not needed since we usually wants particular profile, architecture and codename. This pr introduced such mechanism.
Previously command to run all dockers looked like:
!ci-docker-me
Currently we are introducing 3 new parameters:
we can have a combination of above. For example to run bookworm lightnet arm64 build:
However, we don't need to specify all parameters:
Will run all arm64 related jobs
We still preserves previous logic and no parameters caused that all codenames for all archs for all profiles would be run