Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jobs to build queue when JCasC is loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <[email protected]>
mkaapu committed Dec 9, 2024
1 parent 7ed3e1b commit d9c42a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hosts/azure/jenkins-controller/jenkins-casc.yaml
Original file line number Diff line number Diff line change
@@ -307,3 +307,17 @@ jobs:
}
}
}
- script: >
queue('Ghaf main pipeline')
- script: >
queue('Ghaf pre-merge pipeline')
- script: >
queue('Ghaf nightly pipeline')
- script: >
queue('Ghaf release pipeline')
- script: >
queue('Ghaf HW test')
- script: >
queue('Ghaf parallel HW test')
- script: >
queue('FMO OS main_pipeline')

0 comments on commit d9c42a6

Please sign in to comment.