jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index e1f88f70db551f8a8f8c72a6ac5ccf081b71d5b1..5a2588fb36d5fe9ab46d256e56d1cad1778c0cc3 100644 (file)
@@ -28,11 +28,9 @@ actions:
         kernel:
           url: {{ kernel_url }}
           type: zimage
-        modules:
-          url: {{ modules_url }}
-          compression: gz
         nfsrootfs:
           url: {{ nfsrootfs_url }}
+          sha256sum: {{ nfsrootfs_sha256 }}
           compression: gz
 
     - boot:
@@ -66,7 +64,7 @@ actions:
                     - systemctl start systemd-timesyncd
                     - echo nameserver 172.18.0.12 > /etc/resolv.conf
                     - ip a
-                    - mount /dev/sda /tmp
+                    - mount /dev/sda1 /tmp
                     - rm -rf /tmp/*
                     - locale-gen en_US.UTF-8
                     - apt-get update
This page took 0.023524 seconds and 4 git commands to generate.