File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,21 @@ cache:
202202
203203.job_rules :
204204 interruptible : true
205+ # Rules are evaluated when the pipeline is created, and evaluated in order.
206+ # When a match is found, no more rules are checked
205207 rules :
208+ - if : $CI_JOB_STAGE == "manual"
209+ changes :
210+ - conf/**/*
211+ - .github/**/*
212+ - Makefile*
213+ - .gitlab-ci.yml
214+ - buildroot
215+ - opensbi
216+ - freeloader
217+ - linux
218+ - u-boot
219+ when : manual
206220 - changes :
207221 - conf/**/*
208222 - .github/**/*
@@ -252,8 +266,6 @@ cache:
252266# Manual job template
253267.build_linux_sdk_manual_template : &build_linux_sdk_manual_job_def
254268 extends : .job_rules
255- rules :
256- - when : manual
257269 artifacts :
258270 name : " bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
259271 paths :
You can’t perform that action at this time.
0 commit comments