diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml index a2bc6fad694..d70b6541f3c 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -4,6 +4,7 @@ variables: LIBGL_ALWAYS_SOFTWARE: "true" GALLIUM_DRIVER: "llvmpipe" + FLAKES_CHANNEL: "#mesa-swrast-ci" llvmpipe-piglit-cl: extends: diff --git a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml index 6e747d5a9d4..aabef0bcae3 100644 --- a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml @@ -6,6 +6,7 @@ softpipe-gles2: GPU_VERSION: softpipe GALLIUM_DRIVER: "softpipe" DEQP_EXPECTED_RENDERER: softpipe + FLAKES_CHANNEL: "#mesa-swrast-ci" softpipe-gles3: variables: