[Git][ghc/ghc][wip/T16741] gitlab-ci: Don't allow failure of deb9-dwarf job
Ben Gamari
gitlab at gitlab.haskell.org
Fri Jun 14 19:27:21 UTC 2019
Ben Gamari pushed to branch wip/T16741 at Glasgow Haskell Compiler / GHC
Commits:
91110760 by Ben Gamari at 2019-06-14T19:27:14Z
gitlab-ci: Don't allow failure of deb9-dwarf job
This #16741 out of the way this should now pass.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -523,11 +523,10 @@ release-x86_64-linux-deb9-dwarf:
extends: .validate-linux
stage: build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
- allow_failure: true
variables:
CONFIGURE_ARGS: "--enable-dwarf-unwind"
BUILD_FLAVOUR: dwarf
- TEST_ENV: "x86_64-linux-deb9"
+ TEST_ENV: "x86_64-linux-deb9-dwarf"
artifacts:
when: always
expire_in: 2 week
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/911107603f4c9e1c74e3ac578d3590cea13c5419
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/911107603f4c9e1c74e3ac578d3590cea13c5419
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190614/618bf1ec/attachment.html>
More information about the ghc-commits
mailing list