Add support for external CI builds using Azure Pipelines (#62)
* Add support for external CI builds using Azure Pipelines
* Change token name to match IT-created token
[ROCm/rocprofiler-register commit: 2b777139d3]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c91487d483
Коммит
ac3d2ca8c5
@@ -0,0 +1,39 @@
|
||||
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-mainline
|
||||
- amd-staging
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
- LICENSE
|
||||
- README.md
|
||||
- VERSION
|
||||
|
||||
pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- amd-staging
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
- LICENSE
|
||||
- README.md
|
||||
- VERSION
|
||||
drafts: false
|
||||
|
||||
jobs:
|
||||
- template: ${{ variables.CI_COMPONENT_PATH }}/rocprofiler-register.yml@pipelines_repo
|
||||
Ссылка в новой задаче
Block a user