Fix: test name must be unique
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 1 May 2019 14:37:04 +0000 (10:37 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 1 May 2019 14:37:46 +0000 (10:37 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 2e2d5a4398ecc170e7861b73ee3591f7638e616e..9eaa8dfed60cfb8b4778e0047075c1b18ad7c00b 100644 (file)
@@ -175,7 +175,7 @@ actions:
             - repository: https://github.com/lttng/lttng-ci.git
               from: git
               path: lava/system-tests/kprobe-fuzzing-tests.yml
-              name: kprobe-fuzzing-tests
+              name: kprobe-fuzzing-tests{{ i }}
               params:
                 ROUND_NB: {{ i }}
           {% endfor %}
This page took 0.022769 seconds and 4 git commands to generate.