Update setupenv

This commit is contained in:
amd-hsivasun
2025-09-26 17:53:52 +00:00
parent d21ec9eea5
commit aca31170c4

View File

@@ -272,12 +272,12 @@ jobs:
displayName: Set up rocprofiler-systems env
inputs:
targetType: inline
script: source $(Agent.BuildDirectory)/rocprofiler-systems/share/rocprofiler-systems/setup-env.sh
workingDirectory: $(Agent.BuildDirectory)/rocprofiler-systems/share/rocprofiler-systems
script: source $(Agent.BuildDirectory)/build/share/rocprofiler-systems/setup-env.sh
workingDirectory: $(Agent.BuildDirectory)/build/share/rocprofiler-systems
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml
parameters:
componentName: ${{ parameters.componentName }}
testDir: $(Agent.BuildDirectory)/s/rocm/tests
testDir: $(Agent.BuildDirectory)/rocprofiler-systems
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml
parameters:
gpuTarget: ${{ job.target }}