diff options
author | Neil Armstrong <[email protected]> | 2019-12-17 11:34:47 +0100 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2019-12-17 11:40:07 +0100 |
commit | 089c8f0b8da86a05bde8359c84085e0b795abf17 (patch) | |
tree | 4e4ff0a3250f8b02bb6a72d60ac58f28e2e03f26 /.gitlab-ci | |
parent | 75caae2268f5c70b1f3005df8618876341ac14fd (diff) |
ci: Remove T820 from CI temporarily
Our lab will have continuous programmed power cuts until the 6th January 2020,
so it's safer to disable the T820 CI running on the BayLibre kernelCI lab
to avoid breaking CI.
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Tomeu Vizoso <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3135>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3135>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 3d3ee05ec3e..ef9add86bd1 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -187,7 +187,7 @@ panfrost-t860-test:arm64: tags: - lava-rk3399-gru-kevin -panfrost-t820-test:arm64: +.panfrost-t820-test:arm64: extends: .lava-test:arm64 variables: DEVICE_TYPE: meson-gxm-khadas-vim2 |