Skip to content
Snippets Groups Projects
Commit 3458f7f4 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[ci] Adjust tags to avoid OOM errors

parent 5df05022
No related branches found
No related tags found
1 merge request!3Add pre-commit hooks, general CI improvements
Pipeline #107083 passed
......@@ -184,6 +184,8 @@ clang_full cpp:
variables:
CI_IMAGE: debian_clang_full
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: cpp
needs: ["debian_clang_full"]
script:
......@@ -194,6 +196,8 @@ clang_full headercheck:
variables:
CI_IMAGE: debian_clang_full
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: headercheck
needs: ["debian_clang_full"]
script:
......@@ -228,7 +232,7 @@ clang_full python:
variables:
CI_IMAGE: debian_clang_full
tags:
- dustin
- amm-only
stage: python
needs: ["debian_clang_full"]
script:
......
......@@ -137,10 +137,8 @@ lint:
variables:
CI_IMAGE: {{ image }}
TESTS_MODULE_SUBDIR: {{ subdir }}
{%- if 'gcc' in image %}
tags:
- dustin
{%- endif %}
stage: {{kind}}
needs: ["{{image}}"]
script:
......@@ -153,7 +151,11 @@ lint:
variables:
CI_IMAGE: {{ image }}
tags:
{%- if 'clang' in image %}
- amm-only
{%- else %}
- dustin
{%- endif %}
stage: python
needs: ["{{image}}"]
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