File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,20 @@ resources:
99 endpoint : ROCm
1010 name : ROCm/HIP
1111 ref : develop
12+ - repository : hipother_repo
13+ type : github
14+ endpoint : ROCm
15+ name : ROCm/hipother
16+ ref : develop
1217 pipelines :
1318 - pipeline : hip_pipeline
14- source : HIP
19+ source : \HIP
20+ trigger :
21+ branches :
22+ include :
23+ - develop
24+ - pipeline : hipother_pipeline
25+ source : \hipother
1526 trigger :
1627 branches :
1728 include :
4556 drafts : false
4657
4758jobs :
48- # if the build reason is a resource trigger, it means trigger is HIP repo build
49- # HIP repo build would have just built runtime, just copy their build products
59+ # if the build reason is a resource trigger, it means trigger is HIP or hipother repo build
60+ # HIP/hipother repo build would have just built runtime, just copy their build products
5061# this is to ensure clr has latest good package for combined-packaging jobs
5162# combined-packaging jobs only have to look at clr pipeline for latest runtime
52- # to remove logic of comparing build products from both clr and hip triggers
63+ # to remove logic of comparing build products from both clr, hip, hipother triggers
5364 - ${{ if eq(variables['Build.Reason'], 'ResourceTrigger') }} :
5465 - template : ${{ variables.CI_COMPONENT_PATH }}/copyHIP.yml@pipelines_repo
5566 - ${{ if ne(variables['Build.Reason'], 'ResourceTrigger') }} :
You can’t perform that action at this time.
0 commit comments