* [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started
@ 2026-05-12 16:07 Anthony PERARD
2026-05-12 16:18 ` Andrew Cooper
2026-05-12 16:48 ` Nicola Vetrini
0 siblings, 2 replies; 3+ messages in thread
From: Anthony PERARD @ 2026-05-12 16:07 UTC (permalink / raw)
To: xen-devel
Cc: Andrew Cooper, Nicola Vetrini, Anthony PERARD, Doug Goldstein,
Stefano Stabellini
[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]
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@vates.tech>
---
Notes:
eclair jobs are still manual under people:
https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/2519778881
and they are still running in hardware repos:
https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2519784420
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 b3f99f472d9e..d6b6cf3e548b 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -33,7 +33,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]
--
Anthony Perard | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started
2026-05-12 16:07 [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started Anthony PERARD
@ 2026-05-12 16:18 ` Andrew Cooper
2026-05-12 16:48 ` Nicola Vetrini
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2026-05-12 16:18 UTC (permalink / raw)
To: Anthony PERARD, xen-devel
Cc: Andrew Cooper, Nicola Vetrini, Doug Goldstein, Stefano Stabellini
On 12/05/2026 5:07 pm, Anthony PERARD wrote:
> 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@vates.tech>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started
2026-05-12 16:07 [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started Anthony PERARD
2026-05-12 16:18 ` Andrew Cooper
@ 2026-05-12 16:48 ` Nicola Vetrini
1 sibling, 0 replies; 3+ messages in thread
From: Nicola Vetrini @ 2026-05-12 16:48 UTC (permalink / raw)
To: Anthony PERARD
Cc: xen-devel, Andrew Cooper, Doug Goldstein, Stefano Stabellini
On 2026-05-12 18:07, Anthony PERARD wrote:
> 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@vates.tech>
Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
> ---
>
> Notes:
> eclair jobs are still manual under people:
>
> https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/2519778881
>
> and they are still running in hardware repos:
>
> https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2519784420
>
> 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 b3f99f472d9e..d6b6cf3e548b 100644
> --- a/automation/gitlab-ci/analyze.yaml
> +++ b/automation/gitlab-ci/analyze.yaml
> @@ -33,7 +33,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]
>
>
> --
> Anthony Perard | Vates XCP-ng Developer
>
> XCP-ng & Xen Orchestra - Vates solutions
>
> web: https://vates.tech
--
Nicola Vetrini, B.Sc.
Software Engineer
BUGSENG (https://bugseng.com)
LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-12 16:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 16:07 [XEN PATCH] automation/eclair: Restrict where eclair jobs are auto-started Anthony PERARD
2026-05-12 16:18 ` Andrew Cooper
2026-05-12 16:48 ` Nicola Vetrini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.