[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] CI: Add SELECTED_JOBS_ONLY to analyze.yaml
commit 89a5fbb8e307a82a666fcbf508e3adb2ef8a2c61 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Mon Jun 2 12:07:54 2025 +0200 Commit: Anthony PERARD <anthony.perard@xxxxxxxxxx> CommitDate: Fri Jun 6 12:00:28 2025 +0200 CI: Add SELECTED_JOBS_ONLY to analyze.yaml Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- automation/gitlab-ci/analyze.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml index 35ff3620cf..5b00b9f25c 100644 --- a/automation/gitlab-ci/analyze.yaml +++ b/automation/gitlab-ci/analyze.yaml @@ -29,6 +29,9 @@ rules: - if: $CI_PIPELINE_SOURCE == "schedule" when: never + - if: $SELECTED_JOBS_ONLY && $CI_JOB_NAME =~ $SELECTED_JOBS_ONLY + - if: $SELECTED_JOBS_ONLY + when: never - if: $WTOKEN && $CI_PROJECT_PATH =~ /^xen-project\/people\/.*$/ when: manual allow_failure: true -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |