diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-12-13 17:13:14 -0500 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2019-12-13 22:52:39 +0000 |
commit | 46f0b9ecc5b75ed1c11d843d06466306b489aa66 (patch) | |
tree | f7213a5c696325530ef74eb393d4dad996d76c89 /.gitlab-ci | |
parent | 59de5d9b6ab32e4eb2450732d5cc72e9b16be098 (diff) |
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 <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 4 |
1 files 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 |