Add sha256 for downloaded kernel and rootfs
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index 4b7d724262db26e1f90109cc97475e2ca9637b88..227356b251c514bf3eef66329d39e0a046d88a66 100644 (file)
@@ -13,7 +13,7 @@ timeouts:
 priority: medium
 visibility: public
 context:
-  extra_kernel_args: cpuidle.off=1
+  extra_kernel_args: "cpuidle.off=1 idle=poll cpufreq.off=1 numa_balancing=disable"
   extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
 
 tags:
@@ -27,12 +27,11 @@ actions:
         to: tftp
         kernel:
           url: {{ kernel_url }}
+          sha256sum: {{ kernel_sha256}}
           type: zimage
-        modules:
-          url: {{ modules_url }}
-          compression: gz
         nfsrootfs:
           url: {{ nfsrootfs_url }}
+          sha256sum: {{ nfsroot_sha256}}
           compression: gz
 
     - boot:
This page took 0.024988 seconds and 4 git commands to generate.