File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,20 @@ resources:
9
9
endpoint : ROCm
10
10
name : ROCm/HIP
11
11
ref : develop
12
+ - repository : hipother_repo
13
+ type : github
14
+ endpoint : ROCm
15
+ name : ROCm/hipother
16
+ ref : develop
12
17
pipelines :
13
18
- pipeline : hip_pipeline
14
- source : HIP
19
+ source : \HIP
20
+ trigger :
21
+ branches :
22
+ include :
23
+ - develop
24
+ - pipeline : hipother_pipeline
25
+ source : \hipother
15
26
trigger :
16
27
branches :
17
28
include :
45
56
drafts : false
46
57
47
58
jobs :
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
50
61
# this is to ensure clr has latest good package for combined-packaging jobs
51
62
# 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
53
64
- ${{ if eq(variables['Build.Reason'], 'ResourceTrigger') }} :
54
65
- template : ${{ variables.CI_COMPONENT_PATH }}/copyHIP.yml@pipelines_repo
55
66
- ${{ if ne(variables['Build.Reason'], 'ResourceTrigger') }} :
You can’t perform that action at this time.
0 commit comments