[Git][ghc/ghc][wip/ghcup-ci] Add needs for nightly job
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Jan 11 20:40:07 UTC 2023
Matthew Pickering pushed to branch wip/ghcup-ci at Glasgow Haskell Compiler / GHC
Commits:
49acef01 by Matthew Pickering at 2023-01-11T20:39:56+00:00
Add needs for nightly job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -978,6 +978,31 @@ pages:
ghcup-metadata-nightly:
extends: .ghcup-metadata
+ needs:
+ - job: nightly-x86_64-linux-fedora33-release
+ artifacts: false
+ - job: nightly-x86_64-linux-centos7-validate
+ artifacts: false
+ - job: nightly-x86_64-darwin-validate
+ artifacts: false
+ - job: nightly-aarch64-darwin-validate
+ artifacts: false
+ - job: nightly-x86_64-windows-validate
+ artifacts: false
+ - job: nightly-x86_64-linux-alpine3_12-int_native-validate+fully_static
+ artifacts: false
+ - job: nightly-x86_64-linux-deb9-validate
+ artifacts: false
+ - job: nightly-i386-linux-deb9-validate
+ artifacts: false
+ - job: nightly-x86_64-linux-deb10-validate
+ artifacts: false
+ - job: nightly-aarch64-linux-deb10-validate
+ artifacts: false
+ - job: nightly-x86_64-linux-deb11-validate
+ artifacts: false
+ - job: source-tarball
+ artifacts: false
script:
- .gitlab/mk_ghcup_metadata.py --metadata ghcup-0.0.7.yaml --pipeline-id="$CI_PIPELINE_ID" --version="$ProjectVersion" > "metadata_test.yaml"
rules:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49acef018beb7eda40ac11c6ae9b9728c6a9a781
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49acef018beb7eda40ac11c6ae9b9728c6a9a781
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/20230111/f8ed2a9c/attachment-0001.html>
More information about the ghc-commits
mailing list