[Git][ghc/ghc][wip/test-primops] more jobs
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Jul 19 09:50:01 UTC 2023
Matthew Pickering pushed to branch wip/test-primops at Glasgow Haskell Compiler / GHC
Commits:
ec001db9 by Matthew Pickering at 2023-07-19T10:45:11+01:00
more jobs
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -825,19 +825,46 @@ release-hackage-lint:
branch: "wip/ci"
strategy: "depend"
-test-primops-validate:
+.test-primops-validate-template:
needs:
- # - job: x86_64-linux-deb10-validate+debug_info
- # artifacts: false
+ - job: x86_64-linux-deb10-validate+debug_info
+ artifacts: false
- job: aarch64-linux-deb10-validate
artifacts: false
- # - job: aarch64-darwin-validate
- # artifacts: false
- # - job: x64_64-darwin-validate
- # artifacts: false
+ - job: aarch64-darwin-validate
+ artifacts: false
+ - job: x64_64-darwin-validate
+ artifacts: false
extends: .test-primops
+
+test-primops-validate:
+ extends: .test-primops-validate-template
when: manual
+test-primops-label:
+ extends: .test-primops-validate-template
+ rules:
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*user-facing.*/'
+
+test-primops-nightly:
+ needs:
+ - job: nightly-x86_64-linux-deb10-validate
+ artifacts: false
+ - job: nightly-aarch64-linux-deb10-validate
+ artifacts: false
+ - job: nightly-aarch64-darwin-validate
+ artifacts: false
+ - job: nightly-x64_64-darwin-validate
+ artifacts: false
+ extends: .test-primops
+ rules:
+ - if: $NIGHTLY
+
+test-primops-release:
+ extends: .test-primops
+ rules:
+ - if: '$RELEASE_JOB == "yes"'
+
############################################################
# Nofib testing
# (Disabled: See #21859)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec001db992160e2b6633eb3a247f15212f5bec07
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec001db992160e2b6633eb3a247f15212f5bec07
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/20230719/767081c9/attachment-0001.html>
More information about the ghc-commits
mailing list