diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-11 13:52:36 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-16 19:33:01 -0500 |
commit | f82791382806dcaa0ea2241d97b17e1d3369c0b6 (patch) | |
tree | 819c3ee3ecdd773171a5aae4989abe3e87b5fc90 /.gitlab-ci.yml | |
parent | 37d788ab42703682ed22642d1a9f97351a12c7cd (diff) | |
download | haskell-f82791382806dcaa0ea2241d97b17e1d3369c0b6.tar.gz |
gitlab-ci: Drop redundant release-x86_64-linux-deb9 job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 242b65ae62..b8d8bd16e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -620,20 +620,6 @@ 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: full-build |