From: Rob Browning Date: Mon, 20 Jan 2020 20:54:38 +0000 (-0600) Subject: cirrus: run at least one long-check X-Git-Tag: 0.31~190 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=1718f629224f859c4be05ae032b820d8ed74915f cirrus: run at least one long-check 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 --- diff --git a/.cirrus.yml b/.cirrus.yml index 58eab23..8f1451a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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)