aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-03-21 15:07:45 -0400
committerTom Rini <trini@konsulko.com>2023-04-04 12:26:31 -0400
commitd7e0678c7627e68ea3810ddc6ac3df209670a6cf (patch)
tree3e6bccfc2033f154209afc4b888897ffa301f7d2 /.gitlab-ci.yml
parentd0e3378ad73ed80d4baab95e2c3aaa0a18ae7747 (diff)
downloadu-boot-d7e0678c7627e68ea3810ddc6ac3df209670a6cf.zip
u-boot-d7e0678c7627e68ea3810ddc6ac3df209670a6cf.tar.gz
u-boot-d7e0678c7627e68ea3810ddc6ac3df209670a6cf.tar.bz2
As this is now the stable release, move to using that now for our tests. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a42374..7509a7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ default:
# Grab our configured image. The source for this is found
# in the u-boot tree at tools/docker/Dockerfile
-image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20230308-21Mar2023
+image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20230308-04Apr2023
# We run some tests in different order, to catch some failures quicker.
stages:
@@ -277,7 +277,7 @@ sandbox test.py:
sandbox with clang test.py:
variables:
TEST_PY_BD: "sandbox"
- OVERRIDE: "-O clang-14"
+ OVERRIDE: "-O clang-16"
<<: *buildman_and_testpy_dfn
sandbox without LTO test.py: