|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] automation: edit pipeline to fix blocked status
commit 3490ca374a08733bbe4fb434654ca742cc67c02d
Author: Victor Lira <victorm.lira@xxxxxxx>
AuthorDate: Fri Dec 12 23:57:27 2025 +0000
Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx>
CommitDate: Fri Dec 12 17:39:08 2025 -0800
automation: edit pipeline to fix blocked status
The original yocto config had a hidden default of allow_failure: true for
the
manual job while the hidden default for rules is false. This causes the
stages with manual jobs to show as blocked.
Set it explicitly to true to avoid the analyze and build stages being shown
as
blocked.
Fixes: 485ab1b5db0f358625fafe2df4e41e3ef008aed8
Signed-off-by: Victor Lira <victorm.lira@xxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
automation/gitlab-ci/build.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index e9e04e37d4..f7e032320a 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -229,6 +229,7 @@
rules:
- if: $CI_JOB_NAME =~ $SELECTED_JOBS_ONLY
when: manual
+ allow_failure: true
.yocto-test-arm64:
extends: .yocto-test
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |