]> arthur.barton.de Git - bup.git/commitdiff
cirrus: run at least one long-check
authorRob Browning <rlb@defaultvalue.org>
Mon, 20 Jan 2020 20:54:38 +0000 (14:54 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 20 Jan 2020 21:17:44 +0000 (15:17 -0600)
Since the cirrus root tests already take a good while longer than the
non-root tests, and we don't currently have any root-only long tests,
run it from the non-root debian task.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index 58eab23afca75494d2eba913602ed56af6b0543a..8f1451a3b32f368991f8275449556503b542d328 100644 (file)
@@ -1,6 +1,6 @@
 
 task:
-  name: debian
+  name: debian (long)
   container:
     image: debian:buster
     cpu: 2
@@ -11,7 +11,7 @@ task:
     dev/system-info
     adduser --disabled-password --gecos '' bup
     chown -R bup:bup .
-    su -l bup -c "eatmydata make -j3 -C '$(pwd)' check"
+    su -l bup -c "eatmydata make -j3 -C '$(pwd)' long-check"
 
 task:
   name: debian (root)