Skip to content
Snippets Groups Projects
Commit e38d1e1b authored by Bartek Wrona's avatar Bartek Wrona
Browse files

test-tools CI uses directly Python image pointed by ccc templates. Also...

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
parent 6fafef62
No related branches found
No related tags found
1 merge request!252Update to Ubuntu24.04
...@@ -7,9 +7,6 @@ variables: ...@@ -7,9 +7,6 @@ variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
PACKAGES_TO_CHECK: "package/test_tools/ tests/" 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: # colors:
TXT_BLUE: "\e[1;34m" TXT_BLUE: "\e[1;34m"
TXT_CLEAR: "\e[0m" TXT_CLEAR: "\e[0m"
...@@ -17,12 +14,11 @@ variables: ...@@ -17,12 +14,11 @@ variables:
include: include:
- project: 'hive/common-ci-configuration' - project: 'hive/common-ci-configuration'
ref: b5202fecccf40845099da351cbc0c38a6205339c # develop ref: fccc10fc5c8b847d82ca7446c957caa49a7440f6
file: '/templates/python_projects.gitlab-ci.yml' file: '/templates/python_projects.gitlab-ci.yml'
image: "${CI_BASE_IMAGE}" image: "${PYTHON_IMAGE}"
default: default:
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment