mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
CI: use nostamp for code coverage and fuzzer uploads (#9634)
* Follow up to #9633, nostamp for code coverage * nostamp for fuzzer uploads too Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
161a13ac09
commit
728c77cc0c
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run coverage tests
|
||||
./bazel.sh --bazelrc=.buildkite-bazelrc coverage --config=remote-cache --features=norace --test_tag_filters="-race_on" --nocache_test_results -k //...
|
||||
./bazel.sh --bazelrc=.buildkite-bazelrc coverage --config=remote-cache --config=nostamp --features=norace --test_tag_filters="-race_on" --nocache_test_results -k //...
|
||||
|
||||
# Collect all coverage results into a single file (for deepsource).
|
||||
find "$(./bazel.sh --bazelrc=.buildkite-bazelrc info bazel-testlogs)" -iname coverage.dat -print0 | xargs -t -rd '\n' -0 ./bazel.sh --bazelrc=.buildkite-bazelrc run //tools/gocovmerge:gocovmerge -- > /tmp/cover.out
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Clusterfuzz will pick up the new fuzz bundles as fuzzing jobs are run.
|
||||
|
||||
# Build targets.
|
||||
bazel build --config=fuzz \
|
||||
bazel build --config=fuzz --config=nostamp \
|
||||
//testing/fuzz:block_fuzz_test_libfuzzer_bundle \
|
||||
//testing/fuzz:state_fuzz_test_libfuzzer_bundle \
|
||||
//testing/fuzz:ssz_encoder_attestations_test_libfuzzer_bundle
|
||||
|
Loading…
Reference in New Issue
Block a user