From: Jonathan Rajotte Date: Wed, 1 May 2019 14:37:04 +0000 (-0400) Subject: Fix: test name must be unique X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=d68596fdc93694dc095483130b3c1b5205ec979d;p=lttng-ci.git Fix: test name must be unique Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 2e2d5a4..9eaa8df 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -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 %}