Add sha256 for downloaded kernel and rootfs
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
index 4a0b2fb45a986077f9c5f260278c365ba7c12e59..227356b251c514bf3eef66329d39e0a046d88a66 100644 (file)
@@ -27,9 +27,11 @@ actions:
         to: tftp
         kernel:
           url: {{ kernel_url }}
+          sha256sum: {{ kernel_sha256}}
           type: zimage
         nfsrootfs:
           url: {{ nfsrootfs_url }}
+          sha256sum: {{ nfsroot_sha256}}
           compression: gz
 
     - boot:
This page took 0.023642 seconds and 4 git commands to generate.