Skip to content
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

Closed
PoisonPhang opened this issue Aug 24, 2023 · 0 comments · Fixed by #553
Closed

Prune Jobs from CI that don't need to be built for every PR #546

PoisonPhang opened this issue Aug 24, 2023 · 0 comments · Fixed by #553
Assignees
Labels
A-ci Area: Our CI C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@PoisonPhang
Copy link
Contributor

See #525

@PoisonPhang PoisonPhang added C-enhancement Category: An issue proposing an enhancement or a PR with one. A-ci Area: Our CI labels Aug 24, 2023
@PoisonPhang PoisonPhang self-assigned this Aug 24, 2023
@PoisonPhang PoisonPhang linked a pull request Aug 25, 2023 that will close this issue
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
A-ci Area: Our CI C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant