Skip to content
Snippets Groups Projects
Commit 57685b46 authored by Simon Bjurek's avatar Simon Bjurek
Browse files

removed qt5 tests from CI-file

parent ab69992b
No related branches found
No related tags found
1 merge request!461Finalize earliest deadline scheduler
Pipeline #155279 passed
......@@ -36,51 +36,45 @@ before_script:
path: cov.xml
coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
run-test-3.10-pyside2:
run-test-3.10-pyqt6:
variables:
QT_API: pyside2
QT_API: pyqt6
image: python:3.10
extends: ".run-test"
run-test-3.10-pyqt5:
run-test-3.10-pyside6:
variables:
QT_API: pyqt5
QT_API: pyside6
image: python:3.10
extends: ".run-test"
run-test-3.10-pyqt6:
run-test-3.11-pyqt6:
variables:
QT_API: pyqt6
image: python:3.10
extends: ".run-test"
run-test-3.11-pyqt5:
variables:
QT_API: pyqt5
image: python:3.11
extends: ".run-test"
run-test-3.11-pyqt6:
run-test-3.11-pyside6:
variables:
QT_API: pyqt6
QT_API: pyside6
image: python:3.11
extends: ".run-test"
run-test-3.12-pyqt5:
run-test-3.12-pyqt6:
variables:
QT_API: pyqt5
QT_API: pyqt6
image: python:3.12
extends: ".run-test"
run-test-3.12-pyqt6:
run-test-3.12-pyside6:
variables:
QT_API: pyqt6
QT_API: pyside6
image: python:3.12
extends: ".run-test"
run-vhdl-tests:
variables:
QT_API: pyqt5
QT_API: pyqt6
image: python:3.10
stage: test
script:
......@@ -92,7 +86,7 @@ run-vhdl-tests:
run-doc-test:
variables:
QT_API: pyside2
QT_API: pyside6
image: python:3.10
stage: test
script:
......@@ -111,7 +105,7 @@ run-doc-test:
pages:
variables:
QT_API: pyqt5
QT_API: pyqt6
stage: deploy
image: python:3.10
script:
......
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