diff options
| author | Tom Rini <trini@konsulko.com> | 2025-04-24 16:02:48 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-24 16:30:26 -0600 |
| commit | 1c2979af36be4275135671dbc69d1f86576a6c76 (patch) | |
| tree | 9640d63f54ab1c993677bcd6bf06898a2557ec01 /.gitlab-ci.yml | |
| parent | efd00b03455644b18eaf2b6dcd07f6d55b95b39e (diff) | |
CI: Update to latest containers
This changes to using "venv" rather than "virtualenv" for Python
sandboxing.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e94b23df9f8..7b22a0aa376 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ workflow: # 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-20250404-10Apr2025 +image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20250404-24Apr2025 # We run some tests in different order, to catch some failures quicker. stages: |
