ci: Do not mark container / pages jobs as interruptible
[mesa.git] / .gitlab-ci / lava-gitlab-ci.yml
index 797afc4b25ab8666282fe9325f469341adbc17be..7ce27622bc13a77ab57f373473d76c6239174e61 100644 (file)
@@ -30,6 +30,8 @@ kernel+rootfs_armhf:
 .lava-test:
   extends:
     - .ci-run-policy
+  # Cancel job if a newer commit is pushed to the same branch
+  interruptible: true
   variables:
     GIT_STRATEGY: none # testing doesn't build anything from source
     ENV_VARS: "DEQP_PARALLEL=6"