From 3e01cea1bde3dbb8409aa20629bc9cc3ddc562a5 Mon Sep 17 00:00:00 2001 From: Cristian Ciocaltea Date: Thu, 24 Feb 2022 22:51:06 +0200 Subject: [PATCH] ci: Remove obsolete CROSVM_TEST_SCRIPT env var This was used in the past for passing the path to a script to be executed inside a crosvm instance. Currently, setting this variable has no effect, hence remove it from generate-env.sh. 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 deletion(-) diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 947f67d75de..9750ded0526 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -26,7 +26,6 @@ for var in \ CI_SERVER_URL \ CROSVM_GALLIUM_DRIVER \ CROSVM_GPU_ARGS \ - CROSVM_TEST_SCRIPT \ DEQP_BIN_DIR \ DEQP_CASELIST_FILTER \ DEQP_CASELIST_INV_FILTER \