From 2851a305fdb2adef4280b00427a19a4e97289e75 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 31 Jul 2025 08:58:47 +0200 Subject: [PATCH] virgl/ci: drop invalid but overridden empty caching proxy The variable is undefined, leading to an empty proxy being set, but luckily it's actually overridden back to the default args, so this was just dead code. Part-of: --- src/gallium/drivers/virgl/ci/gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/virgl/ci/gitlab-ci.yml b/src/gallium/drivers/virgl/ci/gitlab-ci.yml index 84adb399599..691d1b6942c 100644 --- a/src/gallium/drivers/virgl/ci/gitlab-ci.yml +++ b/src/gallium/drivers/virgl/ci/gitlab-ci.yml @@ -55,8 +55,6 @@ virgl-traces: extends: - .virgl-iris-test - .virgl-iris-manual-rules - variables: - PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${FDO_HTTP_CACHE_URI}" .virgl-iris-traces-performance: extends: @@ -66,7 +64,6 @@ virgl-traces: HWCI_FREQ_MAX: "true" PIGLIT_REPLAY_SUBCOMMAND: profile PIGLIT_REPLAY_LOOP_TIMES: 150 - PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${FDO_HTTP_CACHE_URI}" .android-virgl-llvmpipe: extends: