Browse Source

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 <alyssa.rosenzweig@collabora.com>
master
Alyssa Rosenzweig 5 years ago
parent
commit
46f0b9ecc5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .gitlab-ci/lava-gitlab-ci.yml

+ 2
- 2
.gitlab-ci/lava-gitlab-ci.yml View File

tags: tags:
- lava-sun50i-h6-pine-h64 - lava-sun50i-h6-pine-h64


panfrost-t760-test:armhf:
.panfrost-t760-test:armhf:
extends: .lava-test:armhf extends: .lava-test:armhf
variables: variables:
DEVICE_TYPE: rk3288-veyron-jaq DEVICE_TYPE: rk3288-veyron-jaq
tags: tags:
- lava-rk3288-veyron-jaq - lava-rk3288-veyron-jaq


panfrost-t860-test:arm64:
.panfrost-t860-test:arm64:
extends: .lava-test:arm64 extends: .lava-test:arm64
variables: variables:
DEVICE_TYPE: rk3399-gru-kevin DEVICE_TYPE: rk3399-gru-kevin

Loading…
Cancel
Save