ci/piglit: Drop redundant PIGLIT_PROFILES variable

PIGLIT_PROFILES was only used with the piglit-runner.sh script, which no
jobs were using anymore.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34424>
This commit is contained in:
Valentine Burley 2025-04-08 12:55:38 +02:00 committed by Marge Bot
parent 09f86df938
commit 1aeedddbb6
7 changed files with 3 additions and 13 deletions

View file

@ -82,11 +82,7 @@ else
# Finally, pack it up into a cpio rootfs. Skip the vulkan CTS since none of
# these devices use it and it would take up space in the initrd.
if [ -n "$PIGLIT_PROFILES" ]; then
EXCLUDE_FILTER="deqp|arb_gpu_shader5|arb_gpu_shader_fp64|arb_gpu_shader_int64|glsl-4.[0123456]0|arb_tessellation_shader"
else
EXCLUDE_FILTER="piglit|python"
fi
EXCLUDE_FILTER="deqp|arb_gpu_shader5|arb_gpu_shader_fp64|arb_gpu_shader_int64|glsl-4.[0123456]0|arb_tessellation_shader"
pushd rootfs
find -H . | \

View file

@ -99,7 +99,6 @@ VARS=(
PIGLIT_NO_WINDOW
PIGLIT_OPTIONS
PIGLIT_PLATFORM
PIGLIT_PROFILES
PIGLIT_REPLAY_ANGLE_ARCH
PIGLIT_REPLAY_ARTIFACTS_BASE_URL
PIGLIT_REPLAY_DEVICE_NAME

View file

@ -151,7 +151,7 @@ variables:
.lava-piglit:
variables:
PIGLIT_REPLAY_DEVICE_NAME: "gl-${GPU_VERSION}"
PIGLIT_RESULTS: "${GPU_VERSION}-${PIGLIT_PROFILES}"
PIGLIT_RESULTS: "${GPU_VERSION}-replay"
HWCI_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
.lava-piglit-traces:x86_64:

View file

@ -197,7 +197,6 @@ a618-piglit-cl:
DEQP_SUITE: freedreno-a618-piglit-cl
FLAKES_CHANNEL: "#freedreno-ci"
HWCI_START_WESTON: 1
PIGLIT_PROFILES: cl
a618-traces:
extends:
@ -251,7 +250,6 @@ a660-piglit-cl:
variables:
DEQP_SUITE: freedreno-a660-piglit-cl
HWCI_START_WESTON: 1
PIGLIT_PROFILES: cl
a660-gl:
extends:
@ -461,7 +459,6 @@ a750-piglit-cl:
variables:
DEQP_SUITE: freedreno-a750-piglit-cl
HWCI_START_WESTON: 1
PIGLIT_PROFILES: cl
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
VK_DRIVER: freedreno

View file

@ -87,7 +87,6 @@
- .llvmpipe-test
variables:
LP_NUM_THREADS: 1
PIGLIT_PROFILES: cl
.llvmpipe-deqp-test:
variables:

View file

@ -85,5 +85,4 @@
CROSVM_GALLIUM_DRIVER: iris
CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true"
EGL_PLATFORM: surfaceless
PIGLIT_PROFILES: replay
PIGLIT_TRACES_FILE: traces-virgl-iris.yml

View file

@ -421,7 +421,7 @@
variables:
EGL_PLATFORM: surfaceless
PIGLIT_REPLAY_DEVICE_NAME: "gl-${GPU_VERSION}"
PIGLIT_RESULTS: "${GPU_VERSION}-${PIGLIT_PROFILES}"
PIGLIT_RESULTS: "${GPU_VERSION}-replay"
PIGLIT_TRACES_FILE: traces-iris.yml
.iris-whl-traces: