[commit: ghc] master: gitlab-ci: Don't save artifacts for unreg and integer-simple ways (966b912)
git at git.haskell.org
git at git.haskell.org
Fri Dec 14 02:59:48 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/966b9126036bd95d934c1cb3b1fcb31fe0a6c202/ghc
>---------------------------------------------------------------
commit 966b9126036bd95d934c1cb3b1fcb31fe0a6c202
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 13 00:25:58 2018 -0500
gitlab-ci: Don't save artifacts for unreg and integer-simple ways
>---------------------------------------------------------------
966b9126036bd95d934c1cb3b1fcb31fe0a6c202
.gitlab-ci.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 967dafc..55ea67f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,6 @@ validate-x86_64-linux-deb8-hadrian:
THREADS=`mk/detect-cpu-count.sh`
make test THREADS=$THREADS JUNIT_FILE=../../junit.xml
artifacts:
- when: always
reports:
junit: junit.xml
paths:
@@ -81,6 +80,8 @@ validate-x86_64-linux-deb8-hadrian:
- echo "BUILD_SPHINX_PDF=NO" >> mk/build.mk
after_script:
- cp -Rf $HOME/.cabal cabal-cache
+ artifacts:
+ when: always
cache:
key: darwin
paths:
@@ -120,12 +121,16 @@ validate-x86_64-linux-deb8:
image: ghcci/x86_64-linux-deb8:0.1
cache:
key: linux-x86_64-deb8
+ artifacts:
+ when: always
validate-x86_64-linux-fedora27:
extends: .validate-linux
image: ghcci/x86_64-linux-fedora27:0.1
cache:
key: linux-x86_64-fedora27
+ artifacts:
+ when: always
validate-x86_64-linux-deb9-integer-simple:
extends: .validate-linux
More information about the ghc-commits
mailing list