mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
ci/amd: only define AMDGPU_GPU_ID for the duration of the call
This avoids the risk of accidentally forgetting to overwrite it again in a later call. Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23249>
This commit is contained in:
parent
0a33701558
commit
6801de5170
1 changed files with 14 additions and 14 deletions
|
|
@ -404,26 +404,26 @@ radv-fossils:
|
|||
script:
|
||||
- export LD_PRELOAD=$PWD/install/lib/libamdgpu_noop_drm_shim.so
|
||||
# Pitcairn (GFX6)
|
||||
- export AMDGPU_GPU_ID="PITCAIRN"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="PITCAIRN"
|
||||
./install/fossilize-runner.sh
|
||||
# Bonaire (GFX7)
|
||||
- export AMDGPU_GPU_ID="BONAIRE"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="BONAIRE"
|
||||
./install/fossilize-runner.sh
|
||||
# Polaris10 (GFX8)
|
||||
- export AMDGPU_GPU_ID="POLARIS10"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="POLARIS10"
|
||||
./install/fossilize-runner.sh
|
||||
# Vega10 (GFX9)
|
||||
- export AMDGPU_GPU_ID="VEGA10"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="VEGA10"
|
||||
./install/fossilize-runner.sh
|
||||
# Navi10 (GFX10)
|
||||
- export AMDGPU_GPU_ID="NAVI10"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="NAVI10"
|
||||
./install/fossilize-runner.sh
|
||||
# Navi21 (GFX10_3)
|
||||
- export AMDGPU_GPU_ID="NAVI21"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="NAVI21"
|
||||
./install/fossilize-runner.sh
|
||||
# RDNA3 (GFX11)
|
||||
- export AMDGPU_GPU_ID="GFX1100"
|
||||
- ./install/fossilize-runner.sh
|
||||
- AMDGPU_GPU_ID="GFX1100"
|
||||
./install/fossilize-runner.sh
|
||||
|
||||
############### vkd3d-proton
|
||||
.vkd3d-test-valve:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue