mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 20:40:09 +01:00
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:
parent
09f86df938
commit
1aeedddbb6
7 changed files with 3 additions and 13 deletions
|
|
@ -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 . | \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@
|
|||
- .llvmpipe-test
|
||||
variables:
|
||||
LP_NUM_THREADS: 1
|
||||
PIGLIT_PROFILES: cl
|
||||
|
||||
.llvmpipe-deqp-test:
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue