X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=448537fc91a436273af3a2f8d79f2daefd655a35;hb=820b67456677689740d3dbdebf5aa7113e15e353;hp=75f7b60e7812dc880cec20004b5e1304ccc713ff;hpb=9665810d17edbfb3b5f89250645cae01d1ec4792;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 75f7b60..448537f 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -1,4 +1,4 @@ -device_type: {{ device_type }} +device_type: x86 job_name: {{ job_name }} timeouts: job: @@ -11,6 +11,8 @@ context: # the template uses that to ensure that qemu-system-x86_64 is executed. {# Used amd64 as a default #} arch: amd64 +tags: + - qemu {% endif %} {% if device_type == DeviceType.x86 %} tags: @@ -48,20 +50,10 @@ actions: - boot: timeout: minutes: 10 - {% if device_type == DeviceType.x86 %} method: ipxe commands: ramdisk prompts: - 'root@linaro-server:~#' - {% elif device_type == DeviceType.kvm %} - method: qemu-nfs - media: nfs - auto_login: - login_prompt: "kvm02 login:" - username: root - prompts: - - 'linaro-test' - {% endif %} - test: definitions: