Browse Source

Enable external CI triggers (#146)

pull/148/head
danielsu-amd 11 months ago committed by GitHub
parent
commit
33dff5992b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 48
      .azuredevops/rocm-ci.yml

48
.azuredevops/rocm-ci.yml

@ -0,0 +1,48 @@ @@ -0,0 +1,48 @@
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
paths:
exclude:
- .githooks
- .github
- .gitlab
- Dockerfiles
- Docs
- Scripts
- '.*.y*ml'
- '*.md'
- '*.sln'
pr:
autoCancel: true
branches:
include:
- develop
paths:
exclude:
- .githooks
- .github
- .gitlab
- Dockerfiles
- Docs
- Scripts
- '.*.y*ml'
- '*.md'
- '*.sln'
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rocm-examples.yml@pipelines_repo
Loading…
Cancel
Save