Merge pull request #43 from frdeso/fix_lava_fuzzing_generate
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-generate-data.yml
index d9d5e4964570df79b23f1b253d23669c963e8aea..75972a80c66779bc7d83113036638ff037f7b9ae 100644 (file)
@@ -7,8 +7,10 @@ install:
                 - url: https://github.com/lttng/lttng-ci
                   destination: ci
                   branch: master
+params:
+  RANDOM_SEED: 12345
 run:
         steps:
                 - cd ci/
-                - lava-test-case generate-fuzzing-data --shell "python3 ./scripts/system-tests/run-kprobe-generate-instr-points.py $((1 + RANDOM))"
+                - lava-test-case generate-fuzzing-data --shell "python3 ./scripts/system-tests/run-kprobe-generate-instr-points.py $RANDOM_SEED"
                 - sync
This page took 0.042774 seconds and 4 git commands to generate.