mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
ci: merge AdditionalTests with test stage
This commit is contained in:
@ -16,7 +16,6 @@ include:
|
|||||||
stages:
|
stages:
|
||||||
- Formatter
|
- Formatter
|
||||||
- test
|
- test
|
||||||
- AdditionalTests
|
|
||||||
- Deploy
|
- Deploy
|
||||||
|
|
||||||
formatter:
|
formatter:
|
||||||
@ -100,7 +99,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: test
|
||||||
# image: $CI_DOCKER_REGISTRY/python:3.10
|
# image: $CI_DOCKER_REGISTRY/python:3.10
|
||||||
# script:
|
# script:
|
||||||
# - apt-get update
|
# - apt-get update
|
||||||
@ -110,13 +109,11 @@ tests:
|
|||||||
|
|
||||||
tests-3.11:
|
tests-3.11:
|
||||||
extends: "tests"
|
extends: "tests"
|
||||||
stage: AdditionalTests
|
|
||||||
image: $CI_DOCKER_REGISTRY/python:3.11
|
image: $CI_DOCKER_REGISTRY/python:3.11
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
tests-3.12:
|
tests-3.12:
|
||||||
extends: "tests"
|
extends: "tests"
|
||||||
stage: AdditionalTests
|
|
||||||
image: $CI_DOCKER_REGISTRY/python:3.12
|
image: $CI_DOCKER_REGISTRY/python:3.12
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user