Skip to content
Snippets Groups Projects
Unverified Commit a5f54c04 authored by René Fritze's avatar René Fritze
Browse files

[ci] move all gcc jobs onto 8GB Ram runners

parent 28f4df92
No related branches found
No related tags found
1 merge request!30[ci] move all gcc jobs onto 8GB Ram runners
Pipeline #63559 passed
...@@ -106,6 +106,8 @@ common unstable_gcc_full cpp: ...@@ -106,6 +106,8 @@ common unstable_gcc_full cpp:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: cpp stage: cpp
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
...@@ -115,6 +117,8 @@ common unstable_gcc_full python: ...@@ -115,6 +117,8 @@ common unstable_gcc_full python:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: python stage: python
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
...@@ -124,6 +128,8 @@ common unstable_gcc_full headercheck: ...@@ -124,6 +128,8 @@ common unstable_gcc_full headercheck:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: headercheck stage: headercheck
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
...@@ -133,6 +139,8 @@ grid unstable_gcc_full cpp: ...@@ -133,6 +139,8 @@ grid unstable_gcc_full cpp:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: cpp stage: cpp
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
...@@ -142,6 +150,8 @@ grid unstable_gcc_full python: ...@@ -142,6 +150,8 @@ grid unstable_gcc_full python:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: python stage: python
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
...@@ -151,6 +161,8 @@ grid unstable_gcc_full headercheck: ...@@ -151,6 +161,8 @@ grid unstable_gcc_full headercheck:
variables: variables:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: headercheck stage: headercheck
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
...@@ -161,7 +173,7 @@ functions unstable_gcc_full cpp: ...@@ -161,7 +173,7 @@ functions unstable_gcc_full cpp:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: cpp stage: cpp
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
...@@ -172,7 +184,7 @@ functions unstable_gcc_full python: ...@@ -172,7 +184,7 @@ functions unstable_gcc_full python:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: python stage: python
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
...@@ -183,7 +195,7 @@ functions unstable_gcc_full headercheck: ...@@ -183,7 +195,7 @@ functions unstable_gcc_full headercheck:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: headercheck stage: headercheck
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
...@@ -194,7 +206,7 @@ la unstable_gcc_full cpp: ...@@ -194,7 +206,7 @@ la unstable_gcc_full cpp:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: cpp stage: cpp
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
...@@ -205,7 +217,7 @@ la unstable_gcc_full python: ...@@ -205,7 +217,7 @@ la unstable_gcc_full python:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: python stage: python
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
...@@ -216,7 +228,7 @@ la unstable_gcc_full headercheck: ...@@ -216,7 +228,7 @@ la unstable_gcc_full headercheck:
CI_IMAGE: debian-unstable_gcc_full CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: headercheck stage: headercheck
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
...@@ -226,6 +238,8 @@ common gcc_full cpp: ...@@ -226,6 +238,8 @@ common gcc_full cpp:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: cpp stage: cpp
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
...@@ -235,6 +249,8 @@ common gcc_full python: ...@@ -235,6 +249,8 @@ common gcc_full python:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: python stage: python
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
...@@ -244,6 +260,8 @@ common gcc_full headercheck: ...@@ -244,6 +260,8 @@ common gcc_full headercheck:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: common TESTS_MODULE_SUBDIR: common
tags:
- dustin
stage: headercheck stage: headercheck
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
...@@ -253,6 +271,8 @@ grid gcc_full cpp: ...@@ -253,6 +271,8 @@ grid gcc_full cpp:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: cpp stage: cpp
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
...@@ -262,6 +282,8 @@ grid gcc_full python: ...@@ -262,6 +282,8 @@ grid gcc_full python:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: python stage: python
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
...@@ -271,6 +293,8 @@ grid gcc_full headercheck: ...@@ -271,6 +293,8 @@ grid gcc_full headercheck:
variables: variables:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: grid TESTS_MODULE_SUBDIR: grid
tags:
- dustin
stage: headercheck stage: headercheck
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
...@@ -281,7 +305,7 @@ functions gcc_full cpp: ...@@ -281,7 +305,7 @@ functions gcc_full cpp:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: cpp stage: cpp
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
...@@ -292,7 +316,7 @@ functions gcc_full python: ...@@ -292,7 +316,7 @@ functions gcc_full python:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: python stage: python
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
...@@ -303,7 +327,7 @@ functions gcc_full headercheck: ...@@ -303,7 +327,7 @@ functions gcc_full headercheck:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: functions TESTS_MODULE_SUBDIR: functions
tags: tags:
- amm-only - dustin
stage: headercheck stage: headercheck
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
...@@ -314,7 +338,7 @@ la gcc_full cpp: ...@@ -314,7 +338,7 @@ la gcc_full cpp:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: cpp stage: cpp
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
...@@ -325,7 +349,7 @@ la gcc_full python: ...@@ -325,7 +349,7 @@ la gcc_full python:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: python stage: python
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
...@@ -336,7 +360,7 @@ la gcc_full headercheck: ...@@ -336,7 +360,7 @@ la gcc_full headercheck:
CI_IMAGE: debian_gcc_full CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: la TESTS_MODULE_SUBDIR: la
tags: tags:
- amm-only - dustin
stage: headercheck stage: headercheck
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
......
...@@ -102,9 +102,9 @@ variables: ...@@ -102,9 +102,9 @@ variables:
variables: variables:
CI_IMAGE: {{ image }} CI_IMAGE: {{ image }}
TESTS_MODULE_SUBDIR: {{ subdir }} TESTS_MODULE_SUBDIR: {{ subdir }}
{%- if subdir in ['functions', 'la'] and 'gcc' in image %} {%- if 'gcc' in image %}
tags: tags:
- amm-only - dustin
{%- endif %} {%- endif %}
stage: {{kind}} stage: {{kind}}
script: 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