External CI enablement (#1100)

Will only be enabled on the public repo, but present in this repo for consistency.

[ROCm/rocprofiler-sdk commit: a3819f09ad]
This commit is contained in:
Joseph Macaranas
2024-09-26 16:43:55 -04:00
committed by GitHub
parent 528b629148
commit 2bafbe3933
@@ -0,0 +1,42 @@
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:
- amd-staging
- amd-mainline
paths:
exclude:
- .github
- ISSUE_TEMPLATE
- '*.md'
- CODEOWNERS
- LICENSE
pr:
autoCancel: true
branches:
include:
- amd-staging
- amd-mainline
paths:
exclude:
- .github
- ISSUE_TEMPLATE
- '*.md'
- CODEOWNERS
- LICENSE
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rocprofiler-sdk.yml@pipelines_repo