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
38b3c40e
Commit
38b3c40e
authored
2 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[ci] disable gcc_unstable
parent
c772166f
No related branches found
No related tags found
1 merge request
!10
Draft: consolidate refactoring work
Pipeline
#136155
failed
2 years ago
Stage: images
Stage: cpp
Stage: headercheck
Stage: python
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/gitlab/config.yml
+37
-37
37 additions, 37 deletions
.ci/gitlab/config.yml
with
37 additions
and
37 deletions
.ci/gitlab/config.yml
+
37
−
37
View file @
38b3c40e
...
...
@@ -126,10 +126,10 @@ lint:
-
${PRECOMMIT} check-yaml
debian-unstable_gcc_full
:
extends
:
.image_builder
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
#
debian-unstable_gcc_full:
#
extends: .image_builder
#
variables:
#
CI_IMAGE: debian-unstable_gcc_full
debian_gcc_full
:
extends
:
.image_builder
variables
:
...
...
@@ -141,29 +141,29 @@ debian_clang_full:
gdt unstable_gcc_full cpp
:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
cpp
needs
:
[
"
debian-unstable_gcc_full"
]
script
:
-
/home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_cpp.bash
gdt unstable_gcc_full headercheck
:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
TESTS_MODULE_SUBDIR
:
gdt
tags
:
-
dustin
stage
:
headercheck
needs
:
[
"
debian-unstable_gcc_full"
]
script
:
-
/home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_headercheck.bash
#
gdt unstable_gcc_full cpp:
#
extends: .subdir-test
#
variables:
#
CI_IMAGE: debian-unstable_gcc_full
#
TESTS_MODULE_SUBDIR: gdt
#
tags:
#
- dustin
#
stage: cpp
#
needs: ["debian-unstable_gcc_full"]
#
script:
#
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_cpp.bash
#
gdt unstable_gcc_full headercheck:
#
extends: .subdir-test
#
variables:
#
CI_IMAGE: debian-unstable_gcc_full
#
TESTS_MODULE_SUBDIR: gdt
#
tags:
#
- dustin
#
stage: headercheck
#
needs: ["debian-unstable_gcc_full"]
#
script:
#
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_headercheck.bash
gdt gcc_full cpp
:
extends
:
.subdir-test
...
...
@@ -215,16 +215,16 @@ gdt clang_full headercheck:
unstable_gcc_full python
:
extends
:
.subdir-test
variables
:
CI_IMAGE
:
debian-unstable_gcc_full
tags
:
-
dustin
stage
:
python
needs
:
[
"
debian-unstable_gcc_full"
]
script
:
-
/home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_python.bash
#
unstable_gcc_full python:
#
extends: .subdir-test
#
variables:
#
CI_IMAGE: debian-unstable_gcc_full
#
tags:
#
- dustin
#
stage: python
#
needs: ["debian-unstable_gcc_full"]
#
script:
#
- /home/dune-ci/src/${MY_MODULE}/.ci/shared/scripts/test_python.bash
gcc_full python
:
extends
:
.subdir-test
...
...
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