summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2020-10-27 07:42:15 +0000
committerMarge Bot <eric+marge@anholt.net>2020-10-27 12:37:11 +0000
commit76f74bd653e35dc332744aa4b17e668f7c21c046 (patch)
tree6a5b17ba3158a7c5f1f400d0a6ef0dbb6eae833e /.gitlab-ci.yml
parent48e83f76653dadbd332a01ac2ce74f67d90a9bb8 (diff)
CI: Only run OpenCL tests when we need to
Like the other drivers, set up rules so we don't run piglit-cl unless we need to. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3695 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7330>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46e790eb91f..fbd27c89a04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1037,6 +1037,7 @@ piglit-cl:
extends:
- .piglit-test
- .test-cl
+ - .llvmpipe-cl-rules
variables:
LP_CL: 1
LP_NUM_THREADS: 1