From 6c7344f29fd1077a765cd09d9b30b134c96ac551 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 3 Mar 2019 22:09:26 +0100 Subject: [PATCH] CI: don't use swap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ralph Boehme Reviewed-by: Andreas Schneider Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon Mar 4 13:59:42 UTC 2019 on sn-devel-144 (adapted from from commit 7798bc14fbdae3461eb30421923d53978b3f781d by Andrew Bartlett) --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04d57cb0491..52345431363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,7 @@ variables: GIT_DEPTH: "3" before_script: - - echo "Build starting (preparing swap)..." - - if [ $(df -m / --output=avail | tail -n1) -gt 10240 ]; then - sudo dd if=/dev/zero of=/samba-swap bs=1M count=6144; - sudo mkswap /samba-swap; - sudo swapon /samba-swap; - fi + - echo "Build starting..." after_script: - tar -xf logs.tar.gz system-info.txt -O -- 2.11.0