From b723bc80d2b4929892aa7ddebb13296a9c7255ce Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 8 Jul 2025 18:46:18 +0200 Subject: [PATCH] ci/lava: inherit .piglit-traces-test in .lava-piglit-traces and deduplicate configs Part-of: --- .gitlab-ci/lava/gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci/lava/gitlab-ci.yml b/.gitlab-ci/lava/gitlab-ci.yml index e0ed6a85968..abe999dc776 100644 --- a/.gitlab-ci/lava/gitlab-ci.yml +++ b/.gitlab-ci/lava/gitlab-ci.yml @@ -219,16 +219,11 @@ variables: .lava-piglit-traces: extends: - - .test-piglit + - .piglit-traces-test variables: - HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh" # until we overcome Infrastructure issues, give traces extra 5 min before timeout DEVICE_HANGING_TIMEOUT_SEC: 600 PIGLIT_REPLAY_DEVICE_NAME: "gl-${GPU_VERSION}" - PIGLIT_RESULTS: "${GPU_VERSION}-replay" - artifacts: - reports: - junit: results/junit.xml .lava-x86_64-piglit-traces: extends: