Bake-in the basic kernel module
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index 75f7b60e7812dc880cec20004b5e1304ccc713ff..8d9f02595a27273a477af03b2a876635b2547d42 100644 (file)
@@ -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,10 +34,6 @@ actions:
         kernel:
           url: {{ kernel_url }}
           type: zimage
-        modules:
-          url: {{ linux_modules_url }}
-          archive: tar
-          compression: gz
         modules:
           url: {{ lttng_modules_url }}
           archive: tar
@@ -48,20 +46,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:
This page took 0.02407 seconds and 4 git commands to generate.