Module: Mesa Branch: main Commit: 00efd4cc385a0f6576e9b013898565a30f308923 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00efd4cc385a0f6576e9b013898565a30f308923
Author: Emma Anholt <[email protected]> Date: Sun Jul 24 19:06:31 2022 -0700 ci/virgl: Make the VM-based virgl tests report to #virgl-ci, too. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17730> --- src/gallium/drivers/virgl/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/virgl/ci/gitlab-ci.yml b/src/gallium/drivers/virgl/ci/gitlab-ci.yml index eddeeb30fa1..40c2e12ae31 100644 --- a/src/gallium/drivers/virgl/ci/gitlab-ci.yml +++ b/src/gallium/drivers/virgl/ci/gitlab-ci.yml @@ -23,6 +23,7 @@ virpipe-on-gl: - .test-gl - .virgl-rules variables: + FLAKES_CHANNEL: "#virgl-ci" GALLIUM_DRIVER: "virgl" CROSVM_GALLIUM_DRIVER: "llvmpipe" CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true,width=1024,height=768"
