mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
26 lines
518 B
YAML
26 lines
518 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
parameters:
|
|
- name: checkoutRef
|
|
type: string
|
|
default: refs/tags/$(LATEST_RELEASE_TAG)
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: release_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/aomp-extras
|
|
ref: ${{ parameters.checkoutRef }}
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/aomp-extras.yml
|
|
parameters:
|
|
checkoutRepo: release_repo
|
|
checkoutRef: ${{ parameters.checkoutRef }}
|