From 95e7e59c1a81d338d7eb710aabdf5c38cdddc45c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 4 Jul 2023 10:18:55 +0100 Subject: [PATCH] CI: use Kas 3.3 Kas 3.3 has the following new features: - kas: Introduce commit and branch as alternative to refspec key - kas: Warn if a repo uses legacy refspec - kas: add support for lock files via dump plugin - kas: track root repo dir config files of menu plugin - kas: add support for --log-level argument - kas: add GIT_CREDENTIAL_USEHTTPPATH environment variable - kas: improve error reporting - kas: drop support for Python 3.5 - kas-container: fix invocations with --isar for some layers - kas-container: Purge tmp* on clean - kas-container: enable colored logging 4.0 is basically the same but the Kas container uses Debian 12, which is not yet supported as a tested platform. Until Debian 12 is tested we should continue to use 3.3. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2246743..1433d2ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ghcr.io/siemens/kas/kas:3.2.3 +image: ghcr.io/siemens/kas/kas:3.3 variables: CPU_REQUEST: ""