Merge "ansible/lava: Add role for lava server"
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index 4a0b2fb45a986077f9c5f260278c365ba7c12e59..e37e08e98a3de32d8fcb5897640c14d22751e581 100644 (file)
@@ -30,6 +30,7 @@ actions:
           type: zimage
         nfsrootfs:
           url: {{ nfsrootfs_url }}
+          sha256sum: {{ nfsrootfs_sha256 }}
           compression: gz
 
     - boot:
@@ -61,9 +62,9 @@ actions:
                   steps:
                     - chmod 755 /
                     - systemctl start systemd-timesyncd
-                    - echo nameserver 172.18.0.12 > /etc/resolv.conf
+                    - echo nameserver 172.18.0.13 > /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.040317 seconds and 4 git commands to generate.