diff options
author | Tomeu Vizoso <[email protected]> | 2020-01-13 11:47:58 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-13 21:26:11 +0000 |
commit | 40dd418e14e8b4ef945c5cb1d9d2e295b5948706 (patch) | |
tree | d501baf4d58a10275988f894dd4ec2b1b129ac5d /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 05c81875d7bf871f73f24903e04dad3d286ed02e (diff) |
gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5
Some fixes got in that should prevent hangs in lima jobs.
Signed-off-by: Tomeu Vizoso <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3363>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3363>
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 6ac3df3be58..e7711d3a745 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -11,7 +11,7 @@ include: - .container variables: REPO_SUFFIX: ${CI_JOB_NAME} - DEBIAN_TAG: &debian_tag '2019-12-17-1' + DEBIAN_TAG: &debian_tag '2020-01-13-1' DEBIAN_EXEC: 'DEBIAN_ARCH=${DEBIAN_ARCH} GCC_ARCH=${GCC_ARCH} KERNEL_ARCH=${KERNEL_ARCH} |