We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c022bff commit 8a8813aCopy full SHA for 8a8813a
.azuredevops/rocm-ci.yml
@@ -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
30
31
32
33
34
35
36
37
38
39
40
41
+ drafts: false
42
43
+jobs:
44
+ - template: ${{ variables.CI_COMPONENT_PATH }}/omnitrace.yml@pipelines_repo
0 commit comments