From 30ac4ffb5321cab58a0d4f5197297ebabd552aca Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Thu, 20 Mar 2025 22:06:27 +0100 Subject: [PATCH] test-tools CI uses directly Python image pointed by ccc templates. Also updated ccc version to the one supporting U24.04 and Python 3.12 --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9f05fb36..bb61c2a8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,6 @@ variables: GIT_STRATEGY: clone GIT_SUBMODULE_STRATEGY: recursive PACKAGES_TO_CHECK: "package/test_tools/ tests/" - # uses registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu22.04-7 - CI_BASE_IMAGE_TAG: "@sha256:8f68baf07c6e581e1e8034a1447c4ff1268239fc886bfe4b02aa3f4182bf78bb" - CI_BASE_IMAGE: "registry.gitlab.syncad.com/hive/hive/ci-base-image${CI_BASE_IMAGE_TAG}" # colors: TXT_BLUE: "\e[1;34m" TXT_CLEAR: "\e[0m" @@ -17,12 +14,11 @@ variables: include: - project: 'hive/common-ci-configuration' - ref: b5202fecccf40845099da351cbc0c38a6205339c # develop + ref: fccc10fc5c8b847d82ca7446c957caa49a7440f6 file: '/templates/python_projects.gitlab-ci.yml' -image: "${CI_BASE_IMAGE}" - +image: "${PYTHON_IMAGE}" default: tags: -- GitLab