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 }}