ci: move script: override from .piglit-traces-test to llvmpipe-traces

This is already being set as needed everywhere else, and would cause
issues in future work.

Use the relative `install/` path for `HWCI_TEST_SCRIPT` as that's
supported by both HW runners and FDo runners.
A separate MR will fix the `/install/` vs `install/` mess.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36145>
This commit is contained in:
Eric Engestrom
2025-07-09 15:38:50 +02:00
committed by Marge Bot
parent b723bc80d2
commit 8d61c2751f
2 changed files with 6 additions and 6 deletions

View File

@@ -143,12 +143,7 @@
PIGLIT_REPLAY_DEVICE_NAME: $GPU_VERSION PIGLIT_REPLAY_DEVICE_NAME: $GPU_VERSION
PIGLIT_RESULTS: "${GPU_VERSION}-replay" PIGLIT_RESULTS: "${GPU_VERSION}-replay"
PIGLIT_NO_WINDOW: 1 PIGLIT_NO_WINDOW: 1
HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh" HWCI_TEST_SCRIPT: "install/piglit/piglit-traces.sh"
script:
- section_start variables "Variables passed through:"
- filter_env_vars
- section_end variables
- install/piglit/piglit-traces.sh
.deqp-test: .deqp-test:
script: script:

View File

@@ -23,6 +23,11 @@ llvmpipe-traces:
EGL_PLATFORM: "surfaceless" EGL_PLATFORM: "surfaceless"
PIGLIT_TRACES_FILE: traces-llvmpipe.yml PIGLIT_TRACES_FILE: traces-llvmpipe.yml
PIGLIT_REPLAY_DEVICE_NAME: "gl-vmware-llvmpipe" PIGLIT_REPLAY_DEVICE_NAME: "gl-vmware-llvmpipe"
script:
- section_start variables "Variables passed through:"
- filter_env_vars
- section_end variables
- $HWCI_TEST_SCRIPT
llvmpipe: llvmpipe:
variables: variables: