mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
Compare commits
3 Commits
peter/deve
...
amd/daniel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
367ef1c6be | ||
|
|
c98f987734 | ||
|
|
81e899307c |
@@ -33,10 +33,21 @@ parameters:
|
||||
default:
|
||||
buildJobs:
|
||||
- { os: ubuntu2204, packageManager: apt }
|
||||
- { os: almalinux8, packageManager: dnf }
|
||||
# - { os: almalinux8, packageManager: dnf }
|
||||
testJobs:
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx90a }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 1 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 2 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 3 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 4 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 5 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 6 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 7 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 8 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 9 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 10 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 11 }
|
||||
- { os: ubuntu2204, packageManager: apt, target: gfx942, test: 12 }
|
||||
# - { os: ubuntu2204, packageManager: apt, target: gfx90a }
|
||||
|
||||
jobs:
|
||||
- ${{ each job in parameters.jobMatrix.buildJobs }}:
|
||||
@@ -85,11 +96,10 @@ jobs:
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/artifact-links.yml
|
||||
|
||||
- ${{ each job in parameters.jobMatrix.testJobs }}:
|
||||
- job: rocminfo_test_${{ job.target }}
|
||||
- job: rocminfo_test_${{ job.target }}_${{ job.test }}
|
||||
dependsOn: rocminfo_build_${{ job.os }}
|
||||
condition:
|
||||
and(succeeded(),
|
||||
eq(variables['ENABLE_${{ upper(job.target) }}_TESTS'], 'true'),
|
||||
not(containsValue(split(variables['DISABLED_${{ upper(job.target) }}_TESTS'], ','), variables['Build.DefinitionName'])),
|
||||
eq(${{ parameters.aggregatePipeline }}, False)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user