From a01962bf4fd09e1a063e67f544790e5db8fd755e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 10 Sep 2025 18:20:37 -0400 Subject: [PATCH] Adjust jobs --- .gitlab-ci.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bc235d..e73a3d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,20 @@ base-images: BB_BUILD_PUSH: 'true' # BB_BUILD_RECHUNK: 'true' -build-image: +legacy-build-images: + extends: + - .build + stage: build + needs: [] + parallel: + matrix: + - RECIPE: + - cp-laptop.yml + - wke-server.yml + - wke-worker.yml + BB_BUILD_PUSH: 'true' + +build-images: extends: - .build stage: build @@ -60,11 +73,6 @@ build-image: - base-images parallel: matrix: - - RECIPE: - - cp-laptop.yml - - wke-server.yml - - wke-worker.yml - BB_BUILD_PUSH: 'true' - RECIPE: - jp-desktop-nvidia.yml - jp-laptop.yml