X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=9eaa8dfed60cfb8b4778e0047075c1b18ad7c00b;hb=d68596fdc93694dc095483130b3c1b5205ec979d;hp=ed18acced488602c8d0bcba09405bb05c5581dda;hpb=e8ca2f7632ce40b1a0da296efd070d1d985773c0;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index ed18acc..9eaa8df 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -2,7 +2,14 @@ device_type: x86 job_name: {{ job_name }} timeouts: job: - hours: 2 + hours: 3 + action: + hours: 3 + connection: + minutes: 4 + connections: + lava-test-shell: + minutes: 4 priority: medium visibility: public context: @@ -46,6 +53,11 @@ actions: minutes: 10 method: ipxe commands: nfs + auto_login: + login_prompt: 'login:' + username: root + password_prompt: 'Password:' + password: root prompts: - 'root@linaro-server:~#' @@ -63,18 +75,21 @@ actions: - x86 run: steps: - - cat /etc/resolv.conf + - chmod 755 / + - systemctl start systemd-timesyncd - echo nameserver 172.18.0.12 > /etc/resolv.conf + - ip a - groupadd tracing {% if device_type == DeviceType.x86 %} - mount /dev/sda1 /tmp - - rm -rf /tmp/* + {% elif device_type == DeviceType.kvm %} + - mount /dev/sda /tmp {% endif %} + - rm -rf /tmp/* - depmod -a - locale-gen en_US.UTF-8 - apt-get update - apt-get upgrade - - apt-get install -y {{ packages|join(" ") }} {% if test_type != TestType.kvm_fuzzing_tests %} - pip3 install --upgrade pip - hash -r @@ -160,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 %}