Skip to content

Commit cba4f21

Browse files
oss-fuzz-gen-e2e: ensure no parallel executions (#1551)
This causes issues with reusing of containers Signed-off-by: DavidKorczynski <david@adalogics.com>
1 parent 7955aac commit cba4f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/oss-fuzz-gen-e2e/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969
# Deactivate
7070
echo "[+] Running OSS-Fuzz-gen experiment"
7171
cd $BASE_DIR/oss-fuzz-gen
72-
./run_all_experiments.py \
72+
LLM_NUM_EVA=1 LLM_NUM_EXP=1 ./run_all_experiments.py \
7373
--model=$OSS_FUZZ_GEN_MODEL \
7474
-g ${BENCHMARK_HEURISTICS} \
7575
-gp ${comma_separated} \

0 commit comments

Comments
 (0)