Skip to content

Commit

Permalink
ci: remove bench from buildkite private pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jul 9, 2024
1 parent fa27175 commit 413494e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,21 +214,6 @@ EOF
"wasm skipped as no relevant files were modified"
fi

# Benches...
if affects \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
^ci/rust-version.sh \
^ci/test-coverage.sh \
^ci/test-bench.sh \
; then
.buildkite/scripts/build-bench.sh sol-private >> "$output_file"
else
annotate --style info --context test-bench \
"Bench skipped as no .rs files were modified"
fi

# Coverage...
if affects \
.rs$ \
Expand Down

0 comments on commit 413494e

Please sign in to comment.