-
Notifications
You must be signed in to change notification settings - Fork 1.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
Prune Jobs from CI that don't need to be built for every PR #546
Labels
Comments
PoisonPhang
added
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
A-ci
Area: Our CI
labels
Aug 24, 2023
hussein-aitlahcen
added a commit
that referenced
this issue
Aug 28, 2023
Reduces build phase jobs from 143 jobs to 77 (build phase) + 25 (check phase) jobs (102 jobs). Jobs pruned (39): ```json [ { "name": "cometbls-groth16-verifier-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cometbls-groth16-verifier-clippy", "type": "derivation" }, { "name": "cometbls-groth16-verifier-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cometbls-groth16-verifier-tests", "type": "derivation" }, { "name": "cometbls-light-client-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cometbls-light-client-clippy", "type": "derivation" }, { "name": "cometbls-light-client-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cometbls-light-client-tests", "type": "derivation" }, { "name": "cw20-ics20-clippy-1.0.1", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cw20-ics20-clippy", "type": "derivation" }, { "name": "cw20-ics20-nextest-1.0.1", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "cw20-ics20-tests", "type": "derivation" }, { "name": "docgen-check", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "docgen-updated", "type": "derivation" }, { "name": "ethereum-light-client-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-light-client-mainnet-clippy", "type": "derivation" }, { "name": "ethereum-light-client-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-light-client-mainnet-tests", "type": "derivation" }, { "name": "ethereum-light-client-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-light-client-minimal-clippy", "type": "derivation" }, { "name": "ethereum-light-client-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-light-client-minimal-tests", "type": "derivation" }, { "name": "ethereum-verifier-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-verifier-clippy", "type": "derivation" }, { "name": "ethereum-verifier-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ethereum-verifier-tests", "type": "derivation" }, { "name": "go-staticcheck", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "go-staticcheck", "type": "derivation" }, { "name": "go-test", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "go-test", "type": "derivation" }, { "name": "go-vet", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "go-vet", "type": "derivation" }, { "name": "nil", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "nil", "type": "derivation" }, { "name": "spellcheck", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "spellcheck", "type": "derivation" }, { "name": "treefmt-check", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "treefmt", "type": "derivation" }, { "name": "ucs00-pingpong-clippy-1.0.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ucs00-pingpong-clippy", "type": "derivation" }, { "name": "ucs00-pingpong-nextest-1.0.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "ucs00-pingpong-tests", "type": "derivation" }, { "name": "unionvisor-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "unionvisor-clippy", "type": "derivation" }, { "name": "unionvisor-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "unionvisor-tests", "type": "derivation" }, { "name": "voyager-clippy-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "voyager-clippy", "type": "derivation" }, { "name": "voyager-nextest-0.1.0", "description": "", "top_attr": "checks", "system": "aarch64-linux", "attr": "voyager-tests", "type": "derivation" }, { "name": "docgen", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "docgen", "type": "derivation" }, { "name": "download-circuit", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "download-circuit", "type": "derivation" }, { "name": "evm-devnet-deploy", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "evm-devnet-deploy", "type": "derivation" }, { "name": "evm-devnet-ping-pong-deploy", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "evm-devnet-ping-pong-deploy", "type": "derivation" }, { "name": "evm-testnet-deploy", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "evm-testnet-deploy", "type": "derivation" }, { "name": "evm-testnet-ping-pong-deploy", "description": "", "top_attr": "packages", "system": "aarch64-linux", "attr": "evm-testnet-ping-pong-deploy", "type": "derivation" }, { "name": "docgen", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "docgen", "type": "derivation" }, { "name": "download-circuit", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "download-circuit", "type": "derivation" }, { "name": "evm-devnet-deploy", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "evm-devnet-deploy", "type": "derivation" }, { "name": "evm-devnet-ping-pong-deploy", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "evm-devnet-ping-pong-deploy", "type": "derivation" }, { "name": "evm-testnet-deploy", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "evm-testnet-deploy", "type": "derivation" }, { "name": "evm-testnet-ping-pong-deploy", "description": "", "top_attr": "packages", "system": "x86_64-linux", "attr": "evm-testnet-ping-pong-deploy", "type": "derivation" }, { "name": "nix-shell", "description": "", "top_attr": "devShells", "system": "aarch64-linux", "attr": "githook", "type": "derivation" }, { "name": "nix-shell", "description": "", "top_attr": "devShells", "system": "x86_64-linux", "attr": "githook", "type": "derivation" } ] ``` closes #546 closes #547
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
See #525
The text was updated successfully, but these errors were encountered: