Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
3458f7f4
Commit
3458f7f4
authored
3 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Adjust tags to avoid OOM errors
parent
5df05022
No related branches found
No related tags found
1 merge request
!3
Add pre-commit hooks, general CI improvements
Pipeline
#107083
passed
3 years ago
Stage: sanity
Stage: images
Stage: cpp
Stage: headercheck
Stage: python
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/gitlab/config.yml
+5
-1
5 additions, 1 deletion
.ci/gitlab/config.yml
.ci/gitlab/config_template.py
+4
-2
4 additions, 2 deletions
.ci/gitlab/config_template.py
with
9 additions
and
3 deletions
.ci/gitlab/config.yml
+
5
−
1
View file @
3458f7f4
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
.ci/gitlab/config_template.py
+
4
−
2
View file @
3458f7f4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment