summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-11-19 15:16:31 +0000
committerMarge Bot <emma+marge@anholt.net>2023-11-20 15:23:40 +0000
commit4de3ce1f2cce4ea644988078814bd7f77217b154 (patch)
tree2bef5415ca4369e03e6a8219dd794e28f19e3633 /src/gallium/drivers/i915
parent653405ee08e76173f8640adaa1e46de94f5bafa4 (diff)
ci/piglit: specify only the traces file in the job config
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26278>
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/ci/gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/ci/gitlab-ci.yml b/src/gallium/drivers/i915/ci/gitlab-ci.yml
index e514997df90..7159dc9ab5a 100644
--- a/src/gallium/drivers/i915/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/i915/ci/gitlab-ci.yml
@@ -24,5 +24,5 @@
- .piglit-traces-test
variables:
EGL_PLATFORM: "surfaceless"
- PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-i915.yml"
+ PIGLIT_TRACES_FILE: traces-i915.yml
PIGLIT_REPLAY_DEVICE_NAME: "i915-g33"