Skip to content

Commit

Permalink
Add trigger_branch_name to the trigger job
Browse files Browse the repository at this point in the history
In order to run branch specific VA trigger jobs, we need to create different
file to run branch specific VA jobs.

https://review.rdoproject.org/r/c/config/+/54375 provides a way to pass
the branch name. By using above review, we can create branch named file
on which we can trigger the job.

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah committed Sep 16, 2024
1 parent 01aedb5 commit a8cd155
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zuul.d/trigger_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
# It will create a file trigger_va_hci
trigger_job_name: "va_hci"
trigger_commit_msg: "Triggering VA HCI job"
# trigger file name will be trigger_va_hci_18.0.0-proposed
# It will be created by combining trigger_job_name
# and trigger_branch_name.
trigger_branch_name: "18.0.0-proposed"

- job:
name: trigger-job-base
Expand Down

0 comments on commit a8cd155

Please sign in to comment.