X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=9eaa8dfed60cfb8b4778e0047075c1b18ad7c00b;hb=d68596fdc93694dc095483130b3c1b5205ec979d;hp=e4270e914ea3e256fd656c08f5c906179d1f0a6c;hpb=e640b6d8e772b853df483a3b6160708e72e5b1e3;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index e4270e9..9eaa8df 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -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 %}