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
5df05022
Commit
5df05022
authored
3 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
Try to fix cpp tests and headercheck
parent
94021878
No related branches found
No related tags found
1 merge request
!3
Add pre-commit hooks, general CI improvements
Pipeline
#107056
failed
3 years ago
Stage: sanity
Stage: images
Stage: cpp
Stage: headercheck
Stage: python
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/gitlab/config.yml
+6
-6
6 additions, 6 deletions
.ci/gitlab/config.yml
.ci/gitlab/config_template.py
+1
-1
1 addition, 1 deletion
.ci/gitlab/config_template.py
.ci/shared
+1
-1
1 addition, 1 deletion
.ci/shared
with
8 additions
and
8 deletions
.ci/gitlab/config.yml
+
6
−
6
View file @
5df05022
...
...
@@ -135,7 +135,7 @@ unstable_gcc_full cpp:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
cpp
...
...
@@ -147,7 +147,7 @@ unstable_gcc_full headercheck:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
headercheck
...
...
@@ -159,7 +159,7 @@ gcc_full cpp:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian_gcc_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
cpp
...
...
@@ -171,7 +171,7 @@ gcc_full headercheck:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian_gcc_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
headercheck
...
...
@@ -183,7 +183,7 @@ clang_full cpp:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian_clang_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
stage
:
cpp
needs
:
[
"
debian_clang_full"
]
script
:
...
...
@@ -193,7 +193,7 @@ clang_full headercheck:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian_clang_full
TESTS_MODULE_SUBDIR
:
None
TESTS_MODULE_SUBDIR
:
gdt
stage
:
headercheck
needs
:
[
"
debian_clang_full"
]
script
:
...
...
This diff is collapsed.
Click to expand it.
.ci/gitlab/config_template.py
+
1
−
1
View file @
5df05022
...
...
@@ -165,7 +165,7 @@ lint:
tpl
=
jinja2
.
Template
(
tpl
)
images
=
[
'
debian-unstable_gcc_full
'
,
'
debian_gcc_full
'
,
'
debian_clang_full
'
]
subdirs
=
[
None
]
subdirs
=
[
'
gdt
'
]
kinds
=
[
'
cpp
'
,
'
headercheck
'
]
matrix
=
product
(
images
,
subdirs
,
kinds
)
with
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
config.yml
'
),
'
wt
'
)
as
yml
:
...
...
This diff is collapsed.
Click to expand it.
shared
@
8e539146
Compare
b81e4900
...
8e539146
Subproject commit
b81e4900992b4e32457247403f0462ae255ec15c
Subproject commit
8e5391465a1c9581bf4fa2915d91aa103c89a0db
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