Module: Mesa Branch: main Commit: 8a3cccc3f434cfe8278863421901fd2d00471c7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a3cccc3f434cfe8278863421901fd2d00471c7d
Author: Tomeu Vizoso <[email protected]> Date: Wed Sep 8 07:40:23 2021 +0200 ci: Don't set GALLIVM_PERF in the scripts Instead, let gitlab-ci.yml files define it. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Corentin Noël <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12828> --- .gitlab-ci/deqp-runner.sh | 1 - .gitlab-ci/piglit/run.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index f106baffee8..c4a6cec5ba1 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -136,7 +136,6 @@ if [ "$GALLIUM_DRIVER" = "virpipe" ]; then fi GALLIUM_DRIVER=llvmpipe \ - GALLIVM_PERF="nopt" \ virgl_test_server $VTEST_ARGS >$RESULTS/vtest-log.txt 2>&1 & sleep 1 diff --git a/.gitlab-ci/piglit/run.sh b/.gitlab-ci/piglit/run.sh index e5fa819d744..030e3b48ff5 100755 --- a/.gitlab-ci/piglit/run.sh +++ b/.gitlab-ci/piglit/run.sh @@ -107,7 +107,6 @@ else LD_LIBRARY_PATH="$__LD_LIBRARY_PATH" \ GALLIUM_DRIVER=llvmpipe \ - GALLIVM_PERF="nopt" \ VTEST_USE_EGL_SURFACELESS=1 \ VTEST_USE_GLES=1 \ virgl_test_server >"$RESULTS"/vtest-log.txt 2>&1 &
