[Ex CI] Enable hip-tests (#957)
* [Ex CI] Enable hip-tests * Add Pipeline Id * Fixed typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
|||||||
|
variables:
|
||||||
|
- group: common
|
||||||
|
- template: /.azuredevops/variables-global.yml@pipelines_repo
|
||||||
|
|
||||||
|
parameters:
|
||||||
|
- name: pipelinesRepoRef
|
||||||
|
type: string
|
||||||
|
default: refs/heads/develop
|
||||||
|
- name: triggerDownstreamJobs
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
|
||||||
|
resources:
|
||||||
|
repositories:
|
||||||
|
- repository: pipelines_repo
|
||||||
|
type: github
|
||||||
|
endpoint: ROCm
|
||||||
|
name: ROCm/ROCm
|
||||||
|
ref: ${{ parameters.pipelinesRepoRef }}
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- develop
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- projects/hip-tests
|
||||||
|
exclude:
|
||||||
|
- projects/hip-tests/.jenkins
|
||||||
|
- projects/hip-tests/CODEOWNERS
|
||||||
|
- projects/hip-tests/LICENSE.txt
|
||||||
|
- projects/hip-tests/**/*.md
|
||||||
|
|
||||||
|
pr: none
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- stage: hip_tests
|
||||||
|
jobs:
|
||||||
|
- template: ${{ variables.CI_COMPONENT_PATH }}/hip-tests.yml@pipelines_repo
|
||||||
|
parameters:
|
||||||
|
sparseCheckoutDir: projects/hip-tests
|
||||||
|
triggerDownstreamJobs: ${{ parameters.triggerDownstreamJobs }}
|
||||||
|
- template: templates/report-summary-check-wrapper.yml
|
||||||
@@ -84,6 +84,7 @@ def main(argv=None) -> None:
|
|||||||
"projects/rocr-runtime": 354
|
"projects/rocr-runtime": 354
|
||||||
"projects/rocminfo": 356,
|
"projects/rocminfo": 356,
|
||||||
"projects/rocm-smi-lib": 358,
|
"projects/rocm-smi-lib": 358,
|
||||||
|
"projects/hip-tests": 362,
|
||||||
"projects/rocprofiler-sdk": 347,
|
"projects/rocprofiler-sdk": 347,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Fai riferimento in un nuovo problema
Block a user