[Git][ghc/ghc][master] CI: Allow hadrian-ghc-in-ghci to run in nightlies
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat Nov 5 04:29:39 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
bdc8cbb3 by Bryan Richter at 2022-11-04T10:27:37+02:00
CI: Allow hadrian-ghc-in-ghci to run in nightlies
Since lint-submods doesn't run in nightlies, hadrian-ghc-in-ghci needs
to mark it as "optional" so it can run if the job doesn't exist.
Fixes #22396.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -347,7 +347,10 @@ hlint-ghc-and-base:
hadrian-ghc-in-ghci:
stage: quick-build
- needs: [lint-linters, lint-submods]
+ needs:
+ - job: lint-linters
+ - job: lint-submods
+ optional: true
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
before_script:
# workaround for docker permissions
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bdc8cbb3a0808632fc6b33a7e3c10212f5d8a5e9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bdc8cbb3a0808632fc6b33a7e3c10212f5d8a5e9
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/20221105/45168c65/attachment.html>
More information about the ghc-commits
mailing list