rocm-ci.yml 675 Bytes
Newer Older
Daniel Su's avatar
Daniel Su committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
resources:
  repositories:
  - repository: pipelines_repo
    type: github
    endpoint: ROCm
    name: ROCm/ROCm

variables:
- group: common
- template: /.azuredevops/variables-global.yml@pipelines_repo

trigger:
  batch: true
  branches:
    include:
    - develop
    - mainline
  paths:
    exclude:
    - .github
    - docs
Daniel Su's avatar
Daniel Su committed
22
23
    - '.*.yaml'
    - '.*.yml'
Daniel Su's avatar
Daniel Su committed
24
25
26
27
28
29
30
31
32
33
34
35
36
    - '*.md'
    - LICENSE

pr:
  autoCancel: true
  branches:
    include:
    - develop
    - mainline
  paths:
    exclude:
    - .github
    - docs
Daniel Su's avatar
Daniel Su committed
37
38
    - '.*.yaml'
    - '.*.yml'
Daniel Su's avatar
Daniel Su committed
39
40
41
42
43
44
    - '*.md'
    - LICENSE
  drafts: false

jobs:
  - template: ${{ variables.CI_COMPONENT_PATH }}/TransferBench.yml@pipelines_repo