summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Mestanogullari <alpmestan@gmail.com>2019-06-10 20:55:12 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-13 02:50:37 -0400
commit35113117436c4936d97aae90693b93206d9ff213 (patch)
tree646fb2cbdbeb82ff16536dc4dbbe375673c96011
parente98d32a62977fe1057ebbb1b6ed8990438cb9896 (diff)
downloadhaskell-35113117436c4936d97aae90693b93206d9ff213.tar.gz
Hadrian: Do not allow the Linux jobs to fail anymore
MR !1151 makes the Hadrian/Linux job pass by fixing the last two test failures, so we can now be stricter and not allow those jobs to fail anymore, easily letting us see when patches introduce test failures.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f9e96b08d..bbd708a8c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,7 +151,6 @@ lint-release-changelogs:
.validate-hadrian:
<<: *only-default
- allow_failure: true
script:
- cabal update
- git clean -xdf && git submodule foreach git clean -xdf