From cc0b7498901e27606258ded324a5b618eba4957e Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 2 Feb 2023 16:46:33 -0800 Subject: [PATCH] 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: --- 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 c0ef51c..d55e9f9 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 -- 2.7.4