Skip to content

Commit 7325e17

Browse files
chore(fuzzing): Enable bes config for sandbox based fuzzers (dfinity#3623)
We recently saw a few spurious failures in the fuzzing hourly job and have been unable to reproduce them locally. This PR enables remote upload of artifacts for sandbox based fuzzers to debug the build artifacts further.
1 parent 7366cbe commit 7325e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-all-fuzzers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EOF
2424
done
2525
LIST_OF_FUZZERS=$(bazel query 'attr(tags, "sandbox_libfuzzer", //rs/...)')
2626
for FUZZER in $LIST_OF_FUZZERS; do
27-
bazel run --config=sandbox_fuzzing $FUZZER -- -runs=$MAX_EXECUTIONS
27+
bazel run --config=bes --config=sandbox_fuzzing $FUZZER -- -runs=$MAX_EXECUTIONS
2828
done
2929
;;
3030

0 commit comments

Comments
 (0)