diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-21 16:27:31 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-24 08:47:37 +0200 |
commit | 3168b8defaf5b33faa1b9f53bbddae40474568c5 (patch) | |
tree | 86a486071424048318542d804fae9e60e013e584 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 1961653c89953793c26bfb0346efa197cfe9bb5d (diff) |
gitlab-ci: Update kernel for LAVA jobs to 5.4-rc4
Update to 5.4-rc4 so we can test Panfrost on devices with Mali T720 and
T820.
A bug was found that prevented things working at all on RK3288 devices,
so we carry a patch for now in my personal fork.
Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Daniel Stone <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-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 73254fc9130..5e838cc66ab 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -1,6 +1,6 @@ variables: LAVA_DEBIAN_VERSION: testing-slim - LAVA_IMAGE_TAG: "lava-2019-10-10-1" + LAVA_IMAGE_TAG: "lava-2019-10-23-1" include: - project: 'wayland/ci-templates' |