From 5585b8eaddd6799b4486a749de18ae9a6f03b91c Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Tue, 3 Dec 2019 10:45:28 +0100 Subject: gitlab-ci: Run piglit glslparser & quick_shader tests separately And only use --process-isolation false for the quick_gl tests. This will hopefully avoid variance in the test results that we've been seeing lately. But even if it doesn't, it should at least help narrow down the cause of the variance. Tested-by: Vasily Khoruzhick Acked-by: Pierre-Eric Pelloux-Prayer --- .gitlab-ci/piglit/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci/piglit/run.sh') diff --git a/.gitlab-ci/piglit/run.sh b/.gitlab-ci/piglit/run.sh index dafac74d9f5..9b40e997388 100755 --- a/.gitlab-ci/piglit/run.sh +++ b/.gitlab-ci/piglit/run.sh @@ -11,7 +11,7 @@ PIGLIT_OPTIONS=$(echo $PIGLIT_OPTIONS | head -n 1) xvfb-run --server-args="-noreset" sh -c \ "export LD_LIBRARY_PATH=$OLDPWD/install/lib; wflinfo --platform glx --api gl --profile core | grep \"Mesa $VERSION\\\$\" && - ./piglit run -j4 --process-isolation false $PIGLIT_OPTIONS $PIGLIT_PROFILES $OLDPWD/results" + ./piglit run -j4 $PIGLIT_OPTIONS $PIGLIT_PROFILES $OLDPWD/results" PIGLIT_RESULTS=${PIGLIT_RESULTS:-$PIGLIT_PROFILES} mkdir -p .gitlab-ci/piglit -- cgit v1.2.3