summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-23 22:05:46 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-02 16:56:54 (GMT)
commit2b2370ec82294c527f9fbe2d1d66daff9816f837 (patch)
treee082b0985ea83ae38d8caa79651cf1f7e412841c
parenta0f09e23dd19f0cf223034f9b787a4f038cd995d (diff)
downloadghc-2b2370ec82294c527f9fbe2d1d66daff9816f837.zip
ghc-2b2370ec82294c527f9fbe2d1d66daff9816f837.tar.gz
ghc-2b2370ec82294c527f9fbe2d1d66daff9816f837.tar.bz2
gitlab-ci: Add release-x86_64-linux-deb9 job
(cherry picked from commit cbedb3c4a90649f474cb716842ba53afc5a642ca)
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94f42a4..6668632 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -619,6 +619,20 @@ nightly-x86_64-linux-deb9-integer-simple:
variables:
- $NIGHTLY
+release-x86_64-linux-deb9:
+ extends: .validate-linux
+ stage: build
+ image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
+ variables:
+ BUILD_FLAVOUR: perf
+ TEST_ENV: "x86_64-linux-deb9"
+ BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux.tar.xz"
+ artifacts:
+ when: always
+ expire_in: 2 week
+ cache:
+ key: linux-x86_64-deb9
+
validate-x86_64-linux-deb9-dwarf:
extends: .build-x86_64-linux-deb9
stage: build