From 40c920b945ef8271a55a90625c16844976e96c2c Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 11 Jun 2021 14:11:22 -0700 Subject: [PATCH] ci: Add a flakes IRC channel for llvmpipe/softpipe. I'll watch this for deqp flake reports so we can stay on top of them (and maybe expire those ancient softpipe annotations at some point). Acked-by: Alyssa Rosenzweig Reviewed-by: Christian Gmeiner Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 1 + src/gallium/drivers/softpipe/ci/gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+) 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: