[Git][ghc/ghc][master] ci: Enable some more jobs to run in a marge batch
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat Jul 22 03:27:53 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
4876fddc by Matthew Pickering at 2023-07-21T23:27:33-04:00
ci: Enable some more jobs to run in a marge batch
In !10907 I made the majority of jobs not run on a validate pipeline but
then forgot to renable a select few jobs on the marge batch MR.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -433,6 +433,7 @@ hadrian-multi:
- cabal-cache
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*full-ci.*/'
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*marge_bot_batch_merge_job.*/'
############################################################
# stack-hadrian-build
@@ -831,6 +832,7 @@ perf-nofib:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH =~ /ghc-[0.9]+\.[0-9]+/'
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*full-ci.*/'
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*marge_bot_batch_merge_job.*/'
tags:
- x86_64-linux
before_script:
@@ -898,6 +900,7 @@ perf:
- out
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*full-ci.*/'
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*marge_bot_batch_merge_job.*/'
############################################################
# ABI testing
@@ -938,6 +941,7 @@ abi-test:
- out
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*full-ci.*/'
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*marge_bot_batch_merge_job.*/'
############################################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4876fddcadf7cd01e565acb4befb247bd8accc29
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4876fddcadf7cd01e565acb4befb247bd8accc29
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/20230721/87c5f547/attachment-0001.html>
More information about the ghc-commits
mailing list