Skip to content

Commit 8a8813a

Browse files
authored
External CI: enable Azure CI (#408)
1 parent c022bff commit 8a8813a

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.azuredevops/rocm-ci.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
resources:
2+
repositories:
3+
- repository: pipelines_repo
4+
type: github
5+
endpoint: ROCm
6+
name: ROCm/ROCm
7+
8+
variables:
9+
- group: common
10+
- template: /.azuredevops/variables-global.yml@pipelines_repo
11+
12+
trigger:
13+
batch: true
14+
branches:
15+
include:
16+
- amd-staging
17+
- amd-mainline
18+
paths:
19+
exclude:
20+
- .github
21+
- docs
22+
- '.*.y*ml'
23+
- '*.md'
24+
- LICENSE
25+
- VERSION
26+
27+
pr:
28+
autoCancel: true
29+
branches:
30+
include:
31+
- amd-staging
32+
- amd-mainline
33+
paths:
34+
exclude:
35+
- .github
36+
- docs
37+
- '.*.y*ml'
38+
- '*.md'
39+
- LICENSE
40+
- VERSION
41+
drafts: false
42+
43+
jobs:
44+
- template: ${{ variables.CI_COMPONENT_PATH }}/omnitrace.yml@pipelines_repo

0 commit comments

Comments
 (0)