Skip to content

Commit

Permalink
chore: CI: don't always run test_seal_lifecycle_upgrade (#1585)
Browse files Browse the repository at this point in the history
It probably was a debug left-over from the sector upgrade work. The
`test_seal_lifecycle_upgrade` test is included when running with
the default test arguments, so there's no need to mention it separately.
It was also run in the non-ignore case. There's no point of running
it twice.
  • Loading branch information
vmx authored Apr 12, 2022
1 parent 64c03eb commit 70e3f58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ jobs:
ulimit -u 20000
ulimit -n 20000
cargo +<< pipeline.parameters.nightly-toolchain >> test --all --verbose --release << parameters.cargo-args >> -- --nocapture << parameters.test-args >>
cargo +<< pipeline.parameters.nightly-toolchain >> test test_seal_lifecycle_upgrade --verbose --release << parameters.cargo-args >> -- --nocapture --ignored
no_output_timeout: 30m
environment:
FIL_PROOFS_USE_GPU_COLUMN_BUILDER: true
Expand Down Expand Up @@ -444,7 +443,7 @@ workflows:

- test_gpu_tree_building:
name: test_gpu_tree_building_opencl (ignored)
test-args: "--ignored --skip test_seal_lifecycle_upgrade"
test-args: "--ignored"
requires:
- cargo_fetch
- ensure_groth_parameters_and_keys_linux
Expand Down

0 comments on commit 70e3f58

Please sign in to comment.