Skip to content
Snippets Groups Projects
Commit 38b3c40e authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[ci] disable gcc_unstable

parent c772166f
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
Pipeline #136155 failed
...@@ -126,10 +126,10 @@ lint: ...@@ -126,10 +126,10 @@ lint:
- ${PRECOMMIT} check-yaml - ${PRECOMMIT} check-yaml
debian-unstable_gcc_full: #debian-unstable_gcc_full:
extends: .image_builder # extends: .image_builder
variables: # variables:
CI_IMAGE: debian-unstable_gcc_full # CI_IMAGE: debian-unstable_gcc_full
debian_gcc_full: debian_gcc_full:
extends: .image_builder extends: .image_builder
variables: variables:
...@@ -141,29 +141,29 @@ debian_clang_full: ...@@ -141,29 +141,29 @@ debian_clang_full:
gdt unstable_gcc_full cpp: #gdt unstable_gcc_full cpp:
extends: .subdir-test # extends: .subdir-test
variables: # variables:
CI_IMAGE: debian-unstable_gcc_full # CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: gdt # TESTS_MODULE_SUBDIR: gdt
tags: # tags:
- dustin # - dustin
stage: cpp # stage: cpp
needs: ["debian-unstable_gcc_full"] # needs: ["debian-unstable_gcc_full"]
script: # script:
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_cpp.bash # - /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_cpp.bash
gdt unstable_gcc_full headercheck: #gdt unstable_gcc_full headercheck:
extends: .subdir-test # extends: .subdir-test
variables: # variables:
CI_IMAGE: debian-unstable_gcc_full # CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: gdt # TESTS_MODULE_SUBDIR: gdt
tags: # tags:
- dustin # - dustin
stage: headercheck # stage: headercheck
needs: ["debian-unstable_gcc_full"] # needs: ["debian-unstable_gcc_full"]
script: # script:
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_headercheck.bash # - /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_headercheck.bash
gdt gcc_full cpp: gdt gcc_full cpp:
extends: .subdir-test extends: .subdir-test
...@@ -215,16 +215,16 @@ gdt clang_full headercheck: ...@@ -215,16 +215,16 @@ gdt clang_full headercheck:
unstable_gcc_full python: #unstable_gcc_full python:
extends: .subdir-test # extends: .subdir-test
variables: # variables:
CI_IMAGE: debian-unstable_gcc_full # CI_IMAGE: debian-unstable_gcc_full
tags: # tags:
- dustin # - dustin
stage: python # stage: python
needs: ["debian-unstable_gcc_full"] # needs: ["debian-unstable_gcc_full"]
script: # script:
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_python.bash # - /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_python.bash
gcc_full python: gcc_full python:
extends: .subdir-test extends: .subdir-test
......
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