Module: Mesa
Branch: main
Commit: cc0b7498901e27606258ded324a5b618eba4957e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc0b7498901e27606258ded324a5b618eba4957e

Author: Emma Anholt <[email protected]>
Date:   Thu Feb  2 16:46:33 2023 -0800

ci/freedreno: Don't forget to report flakes on a618, too.

I just noticed that our flake reports are only coming from cheza, which is
a bummer because almost all the VK coverage is on a618 unless you're
kicking off a full run.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21092>

---

 src/freedreno/ci/gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index c0ef51ce1c0..d55e9f9d0cc 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -130,6 +130,7 @@ a530-traces:
   extends:
     - .lava-test:arm64
   variables:
+    FLAKES_CHANNEL: "#freedreno-ci"
     BOOT_METHOD: depthcharge
     KERNEL_IMAGE_TYPE: ""
     # Increase the hangcheck timer for our spilling tests which bump up against

Reply via email to