jjb: babeltrace: run tools/format-cpp.sh to check C++ formatting
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index 4a0b2fb45a986077f9c5f260278c365ba7c12e59..d53c61737da5d2efbe7c9fec18461063d37cba2b 100644 (file)
@@ -19,6 +19,8 @@ context:
 tags:
   - dev-sda1
 
+environment:
+  SHELL: "/bin/bash"
 
 actions:
     - deploy:
@@ -30,6 +32,7 @@ actions:
           type: zimage
         nfsrootfs:
           url: {{ nfsrootfs_url }}
+          sha256sum: {{ nfsrootfs_sha256 }}
           compression: gz
 
     - boot:
@@ -61,9 +64,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.040231 seconds and 4 git commands to generate.