diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2020-02-27 15:28:15 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-22 22:37:47 -0400 |
commit | 58f62e2caa19e13082807da1d49f94e9cf869322 (patch) | |
tree | 31d77ba310b4447aae650e2bbad32e4c8f69b2a3 /.gitlab-ci.yml | |
parent | dc1eb10dae03f3fe5f11de845c6772c229684c28 (diff) | |
download | haskell-58f62e2caa19e13082807da1d49f94e9cf869322.tar.gz |
gitlab-ci: Require that Windows-hadrian job passes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9c25037f3..49ade96764 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -806,9 +806,6 @@ validate-x86_64-linux-fedora27: # which might result in some broken perf tests? HADRIAN_ARGS: "--docs=no-sphinx --skip-perf" - # due to #16574 this currently fails - allow_failure: true - script: - bash .gitlab/ci.sh configure - bash .gitlab/ci.sh build_hadrian |