Fix: test name must be unique
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index e4270e914ea3e256fd656c08f5c906179d1f0a6c..9eaa8dfed60cfb8b4778e0047075c1b18ad7c00b 100644 (file)
@@ -2,9 +2,9 @@ device_type: x86
 job_name: {{ job_name }}
 timeouts:
   job:
-    hours: 2
+    hours: 3
   action:
-    hours: 2
+    hours: 3
   connection:
     minutes: 4
   connections:
@@ -75,6 +75,8 @@ actions:
                       - x86
                 run:
                   steps:
+                    - chmod 755 /
+                    - systemctl start systemd-timesyncd
                     - echo nameserver 172.18.0.12 > /etc/resolv.conf
                     - ip a
                     - groupadd tracing
@@ -173,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.023031 seconds and 4 git commands to generate.