mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Updated testpool
This commit is contained in:
@@ -79,15 +79,11 @@ parameters:
|
|||||||
type: object
|
type: object
|
||||||
default:
|
default:
|
||||||
buildJobs:
|
buildJobs:
|
||||||
- gfx942:
|
- { os: ubuntu2404, packageManager: apt, target: gfx942 }
|
||||||
target: gfx942
|
- { os: ubuntu2404, packageManager: apt, target: gfx90a }
|
||||||
- gfx90a:
|
|
||||||
target: gfx90a
|
|
||||||
testJobs:
|
testJobs:
|
||||||
- gfx942:
|
- { os: ubuntu2404, packageManager: apt, target: gfx942 }
|
||||||
target: gfx942
|
- { os: ubuntu2404, packageManager: apt, target: gfx90a }
|
||||||
- gfx90a:
|
|
||||||
target: gfx90a
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- ${{ each job in parameters.jobMatrix.buildJobs }}:
|
- ${{ each job in parameters.jobMatrix.buildJobs }}:
|
||||||
@@ -99,7 +95,9 @@ jobs:
|
|||||||
variables:
|
variables:
|
||||||
- group: common
|
- group: common
|
||||||
- template: /.azuredevops/variables-global.yml
|
- template: /.azuredevops/variables-global.yml
|
||||||
pool: ${{ variables.MEDIUM_BUILD_POOL }}
|
pool:
|
||||||
|
${{ if eq(job.os, 'ubuntu2404') }}:
|
||||||
|
vmImage: 'ubuntu-24.04'
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
steps:
|
steps:
|
||||||
@@ -196,6 +194,7 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
componentName: ${{ parameters.componentName }}
|
componentName: ${{ parameters.componentName }}
|
||||||
testDir: $(Agent.BuildDirectory)
|
testDir: $(Agent.BuildDirectory)
|
||||||
|
testExecutable: $(Agent.BuildDirectory)/rocm/share/hsa-amd-aqlprofile/run_tests.sh
|
||||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/docker-container.yml
|
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/docker-container.yml
|
||||||
parameters:
|
parameters:
|
||||||
aptPackages: ${{ parameters.aptPackages }}
|
aptPackages: ${{ parameters.aptPackages }}
|
||||||
|
|||||||
Reference in New Issue
Block a user