diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-06-07 09:36:32 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-06-07 09:36:32 +0100 |
commit | 567894b49b9e8f5ced2d0e5f051f2a1d5c9f13e2 (patch) | |
tree | 664d72866ff3e4571ed2963814e854ba4278b739 | |
parent | ba4e3934abc82e0ba2bec51842315819910d1018 (diff) | |
download | haskell-567894b49b9e8f5ced2d0e5f051f2a1d5c9f13e2.tar.gz |
gitlab-ci: Disable darwin hadrian job
See #16771
We don't have enough capacity for the two jobs currently.
[skip ci]
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b6226ffa6..1022b955e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -280,7 +280,8 @@ validate-x86_64-darwin: - cabal-cache - toolchain -validate-x86_64-darwin-hadrian: +# Disabled because of OS X CI capacity +.validate-x86_64-darwin-hadrian: <<: *only-default stage: full-build tags: |