Lava: Upgrade rootfs to Xenial for kernel tests
[lttng-ci.git] / scripts / lttng-modules / master-ubuntu.groovy
index 9f1869fab3dd98f35b34acf74e2511c24f3b6851..da5f1fa8ebeea53b55f456fdc05247f1994460a2 100644 (file)
@@ -177,7 +177,9 @@ for (b in allBuilds) {
   def kernelStr = b.buildVariableResolver.resolve("kversion")
   println "${b.fullDisplayName} (${kernelStr}) completed with status ${b.result}"
   // Cleanup builds
-  b.delete()
+  try {
+    b.delete()
+  } catch (all) {}
 }
 
 // Mark this build failed if any child build has failed
This page took 0.022336 seconds and 4 git commands to generate.