Skip to content
Snippets Groups Projects
Commit 2046f5d0 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

ci: Convert mindeps build to Debug

parent 7aaa952e
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@ readthedocs:build:
## Basic builds
el7-mindeps-python-qt5:build:
el7-mindeps-debug-python-qt5:build:
extends:
- .el7_mindeps_python_qt5
- .el7_mindeps_debug_python_qt5
- .cmake_build_linux
- .linux_builder_tags
- .cmake_build_artifacts
......@@ -90,9 +90,9 @@ el7-mindeps-python-qt5:build:
# Disable testing for now. Even with a modern Mesa and the llvmpipe backend,
# modern enough OpenGL is just not working in CI. Rather than disabling just
# about everything in the test suite, just skip testing altogether.
# el7-mindeps-python-qt5:test:
# el7-mindeps-debug-python-qt5:test:
# extends:
# - .el7_mindeps_python_qt5
# - .el7_mindeps_debug_python_qt5
# - .cmake_test_linux
# - .linux_tester_tags
# - .cmake_test_artifacts
......
{
"latest-master": [
{ "group": "master", "site": "gitlab-ci", "buildname": "vtk-branch-master-[el7_mindeps_python_qt5]" },
{ "group": "master", "site": "gitlab-ci", "buildname": "vtk-branch-master-[el7_mindeps_debug_python_qt5]" },
{ "group": "master", "site": "gitlab-ci", "buildname": "vtk-branch-master-[el8_icc_python]" },
{ "group": "master", "site": "gitlab-ci", "buildname": "vtk-branch-master-[fedora39_cuda_mpi_offscreen_osmesa]" },
{ "group": "master", "site": "gitlab-ci", "buildname": "vtk-branch-master-[fedora39_cuda_mpi_offscreen_osmesa_ext_vtk]" },
......
......@@ -187,12 +187,13 @@
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
MODULES: mpi/openmpi-x86_64
.el7_mindeps_python_qt5:
.el7_mindeps_debug_python_qt5:
extends:
- .el7_mindeps
variables:
CMAKE_CONFIGURATION: el7_mindeps_python_qt5
CMAKE_CONFIGURATION: el7_mindeps_debug_python_qt5
CMAKE_BUILD_TYPE: Debug
.el8_icc_python:
extends:
......
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