From 1718f629224f859c4be05ae032b820d8ed74915f Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 20 Jan 2020 14:54:38 -0600 Subject: [PATCH 1/1] 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 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2