[PATCH v3 1/2] CI: Move default image under global defaults
Simon Glass
sjg at chromium.org
Thu Feb 6 23:38:55 CET 2025
This is a global default, so put it under 'default' like the tags.
Signed-off-by: Simon Glass <sjg at chromium.org>
Suggested-by: Tom Rini <trini at konsulko.com>
---
(no changes since v2)
Changes in v2:
- Add new patch to move default image under global defaults
.gitlab-ci.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a55b0c9ee7a..3305f7b4df3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,9 @@ variables:
default:
tags:
- ${DEFAULT_TAG}
-
-# 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-20240911.1-08Dec2024
+ # 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-20240911.1-08Dec2024
# We run some tests in different order, to catch some failures quicker.
stages:
--
2.43.0
More information about the U-Boot
mailing list