[Git][ghc/ghc][wip/9.6.4-metadata-fail] ci: Allow release-hackage-lint to fail

Zubin (@wz1000) gitlab at gitlab.haskell.org
Thu Jan 4 16:00:38 UTC 2024



Zubin pushed to branch wip/9.6.4-metadata-fail at Glasgow Haskell Compiler / GHC


Commits:
b3ddb687 by Zubin Duggal at 2024-01-04T21:30:21+05:30
ci: Allow release-hackage-lint to fail

Otherwise it blocks the ghcup metadata pipeline from running.

(cherry picked from commit e8960b0af7904f7646915e1ba847e18bfbf3067c)

Metric Decrease:
    MultiLayerModulesTH_Make

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -770,6 +770,10 @@ release-hackage-lint:
   rules:
     - if: '$RELEASE_JOB == "yes"'
   extends: .hackage
+  # The ghcup metadata pipeline requires all prior jobs to
+  # pass. The hackage job can easily fail due to API changes
+  # or similar - so we allow it to fail.
+  allow_failure: true
   variables:
     # No slow-validate bindist on release pipeline
     EXTRA_HC_OPTS: "-dlint"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3ddb687e3861544d692a9e935b841ee88347ed2

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3ddb687e3861544d692a9e935b841ee88347ed2
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/20240104/9b4a41ff/attachment.html>


More information about the ghc-commits mailing list