Merge "ansible: Do not update jenkins node during ci-instances when not set"
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index 8f32b511d9f8176a6ee378b68fd45a24580cb309..d53c61737da5d2efbe7c9fec18461063d37cba2b 100644 (file)
@@ -19,6 +19,8 @@ context:
 tags:
   - dev-sda1
 
+environment:
+  SHELL: "/bin/bash"
 
 actions:
     - deploy:
@@ -62,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.028137 seconds and 4 git commands to generate.