0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

ci: pull images via gitlab dependency proxy

This commit is contained in:
2024-04-15 14:35:25 +02:00
committed by usov_i
parent 62080e6b40
commit df5234aa52

View File

@ -1,7 +1,7 @@
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/ # https://hub.docker.com/r/library/python/tags/
image: $CI_DOCKER_REGISTRY/python:3.10 image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.10
#commands to run in the Docker container before starting each job. #commands to run in the Docker container before starting each job.
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
@ -101,7 +101,7 @@ tests:
#tests-3.10-pyqt5: #todo enable when we decide what qt distributions we want to support #tests-3.10-pyqt5: #todo enable when we decide what qt distributions we want to support
# extends: "tests" # extends: "tests"
# stage: AdditionalTests # stage: AdditionalTests
# image: $CI_DOCKER_REGISTRY/python:3.10 # image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.10
# script: # script:
# - apt-get update # - apt-get update
# - apt-get install -y libgl1-mesa-glx libegl1-mesa x11-utils libxkbcommon-x11-0 libdbus-1-3 # - apt-get install -y libgl1-mesa-glx libegl1-mesa x11-utils libxkbcommon-x11-0 libdbus-1-3
@ -111,13 +111,13 @@ tests:
tests-3.11: tests-3.11:
extends: "tests" extends: "tests"
stage: AdditionalTests stage: AdditionalTests
image: $CI_DOCKER_REGISTRY/python:3.11 image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
allow_failure: true allow_failure: true
tests-3.12: tests-3.12:
extends: "tests" extends: "tests"
stage: AdditionalTests stage: AdditionalTests
image: $CI_DOCKER_REGISTRY/python:3.12 image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.12
allow_failure: true allow_failure: true