From 040fb521b3fbec1746f1ae6a29d19fcf15fa87bc Mon Sep 17 00:00:00 2001 From: Cristian Ciocaltea Date: Thu, 24 Feb 2022 22:41:53 +0200 Subject: [PATCH] ci: Add PIGLIT_REPLAY_LOOP_TIMES to generate-env.sh PIGLIT_REPLAY_LOOP_TIMES is currently used to override the default configuration when running virgl trace performance tests in LAVA. Signed-off-by: Cristian Ciocaltea Reviewed-by: Guilherme Gallo Reviewed-by: Tomeu Vizoso 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 bb843341557..947f67d75de 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -97,6 +97,7 @@ for var in \ PIGLIT_REPLAY_DESCRIPTION_FILE \ PIGLIT_REPLAY_DEVICE_NAME \ PIGLIT_REPLAY_EXTRA_ARGS \ + PIGLIT_REPLAY_LOOP_TIMES \ PIGLIT_REPLAY_REFERENCE_IMAGES_BASE \ PIGLIT_REPLAY_SUBCOMMAND \ PIGLIT_RESULTS \