|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] automation/eclair: Restrict where eclair jobs are auto-started
commit d14794c332d63c643721b12425c6dac83fa0d3a6
Author: Anthony PERARD <anthony.perard@xxxxxxxxxx>
AuthorDate: Tue May 12 18:07:22 2026 +0200
Commit: Anthony PERARD <anthony.perard@xxxxxxxxxx>
CommitDate: Mon Aug 10 17:06:41 2026 +0200
automation/eclair: Restrict where eclair jobs are auto-started
This will prevent eclair jobs from been started automatically
everywhere but in the main push repo, but still have the option to
start a jobs manually.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Reviewed-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
automation/gitlab-ci/analyze.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/automation/gitlab-ci/analyze.yaml
b/automation/gitlab-ci/analyze.yaml
index c650ed61c4..2f782c38c8 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -34,7 +34,7 @@
when: never
- if: $CI_JOB_NAME !~ $SELECTED_JOBS_ONLY
when: never
- - if: $WTOKEN && $CI_PROJECT_PATH =~ /^xen-project\/people\/.*$/
+ - if: $WTOKEN && $CI_PROJECT_PATH !~ /^xen-project\/hardware\//
when: manual
allow_failure: true
- !reference [.eclair-analysis, rules]
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |