|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] automation/eclair: Run *-testing jobs only in some branches
commit abac3b76d20ebecb339cb41bb8982796bf1ce276
Author: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
AuthorDate: Thu Dec 11 14:34:54 2025 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Thu Dec 11 15:19:22 2025 +0000
automation/eclair: Run *-testing jobs only in some branches
These jobs should not run in regular scans, but only in xen-project/people
repositories and branches to speed up pipeline execution.
Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
automation/gitlab-ci/analyze.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/automation/gitlab-ci/analyze.yaml
b/automation/gitlab-ci/analyze.yaml
index d22d1dbbc3..20cabbe5f7 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -52,6 +52,8 @@ eclair-x86_64-testing:
tags:
- eclair-analysis-testing
rules:
+ - if: $CI_PROJECT_PATH !~ /^xen-project\/people\/.*$/
+ when: never
- if: $ECLAIR_TESTING
when: always
- !reference [.eclair-analysis:triggered, rules]
@@ -110,6 +112,8 @@ eclair-ARM64-testing:
tags:
- eclair-analysis-testing
rules:
+ - if: $CI_PROJECT_PATH !~ /^xen-project\/people\/.*$/
+ when: never
- if: $ECLAIR_TESTING
when: always
- !reference [.eclair-analysis:triggered, rules]
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |