From b4900cd3f8d49afb230b20ad2d795e9844affc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 20 Sep 2024 17:00:38 +0200 Subject: [PATCH] ci: Allow to pass the PIGLIT_RUNNER_OPTIONS variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When debugging piglit job failure in CI, it is sometimes useful to pass options to the runner, allow to do this even in guest when using crosvm. Signed-off-by: Corentin Noël Part-of: --- .gitlab-ci/common/generate-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 1f9dfd2106b..2f9cbbb4cbd 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -106,6 +106,7 @@ VARS=( PIGLIT_REPLAY_REFERENCE_IMAGES_BASE PIGLIT_REPLAY_SUBCOMMAND PIGLIT_RESULTS + PIGLIT_RUNNER_OPTIONS PIGLIT_TESTS PIGLIT_TRACES_FILE PIPELINE_ARTIFACTS_BASE