From 78b24cad39f7fcad2a09ca42430cde2c7a41dad7 Mon Sep 17 00:00:00 2001 From: amd-hsivasun Date: Fri, 19 Sep 2025 02:36:47 +0000 Subject: [PATCH] Update test pool --- .azuredevops/components/aqlprofile.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.azuredevops/components/aqlprofile.yml b/.azuredevops/components/aqlprofile.yml index 3b684d535..177cfb16b 100644 --- a/.azuredevops/components/aqlprofile.yml +++ b/.azuredevops/components/aqlprofile.yml @@ -79,15 +79,11 @@ parameters: type: object default: buildJobs: - - gfx942: - target: gfx942 - - gfx90a: - target: gfx90a + - { os: ubuntu2204, packageManager: apt, target: gfx942 } + - { os: ubuntu2204, packageManager: apt, target: gfx90a } testJobs: - - gfx942: - target: gfx942 - - gfx90a: - target: gfx90a + - { os: ubuntu2204, packageManager: apt, target: gfx942 } + - { os: ubuntu2204, packageManager: apt, target: gfx90a } jobs: - ${{ each job in parameters.jobMatrix.buildJobs }}: @@ -137,10 +133,6 @@ jobs: -DAQLPROFILE_BUILD_TESTS=ON -GNinja extraCxxFlags: -Wno-deprecated-declarations - - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml - parameters: - componentName: ${{ parameters.componentName }} - testDir: $(Agent.BuildDirectory)/s/test - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml parameters: componentName: ${{ parameters.componentName }}