From 46f0b9ecc5b75ed1c11d843d06466306b489aa66 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 13 Dec 2019 17:13:14 -0500 Subject: [PATCH] ci: Remove T760/T860 from CI temporarily I feel really bad about this but this one test is flaking. I don't want to do a mass revert (and bisection is extremely difficult with nondeterministic/Heisenbugs), but it's Friday night and master needs to pass. This commit should be reverted asap (once the flake is solved) Signed-off-by: Alyssa Rosenzweig --- .gitlab-ci/lava-gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 3d3ee05ec3e..f968c76f2a7 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -173,14 +173,14 @@ panfrost-t720-test:arm64: tags: - lava-sun50i-h6-pine-h64 -panfrost-t760-test:armhf: +.panfrost-t760-test:armhf: extends: .lava-test:armhf variables: DEVICE_TYPE: rk3288-veyron-jaq tags: - lava-rk3288-veyron-jaq -panfrost-t860-test:arm64: +.panfrost-t860-test:arm64: extends: .lava-test:arm64 variables: DEVICE_TYPE: rk3399-gru-kevin -- 2.30.2