X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=58d0b1718efd2711ea25b7779bb9ec0c05469b32;hb=11dcad455bad4ba7c8da2a7bbf21ad9844bcd651;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..58d0b17 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: @@ -32,13 +34,8 @@ actions: kernel: url: {{ kernel_url }} type: zimage - modules: - url: {{ linux_modules_url }} - archive: tar - compression: gz modules: url: {{ lttng_modules_url }} - archive: tar compression: gz nfsrootfs: url: {{ nfsrootfs_url }} @@ -48,20 +45,10 @@ actions: - boot: timeout: minutes: 10 - {% if device_type == DeviceType.x86 %} method: ipxe - commands: ramdisk + commands: nfs 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: