Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
mpim-sw
libcdi
Merge requests
!18
Fixes for the build system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes for the build system
m300488/distcheck
into
develop
Overview
0
Commits
12
Pipelines
6
Changes
1
Merged
Sergey Kosukhin
requested to merge
m300488/distcheck
into
develop
2 years ago
Overview
0
Commits
12
Pipelines
6
Changes
1
Expand
Fix
make distcheck
and test it with the Buildbot.
Restore
./config/default
(still needs to be updated for the new software environment on Breeze).
Enable the maintainer mode by default. Let's see whether we get any problems with this (see also
here
).
0
0
Merge request reports
Viewing commit
07600c9a
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
07600c9a
Update CI: update Levante detection.
· 07600c9a
Sergey Kosukhin
authored
2 years ago
.ci/bb/run_all.sh
+
1
−
1
Options
@@ -14,7 +14,7 @@ case $(uname -s) in
mpipc
*
.mpimet.mpg.de
\
*
|
\
breeze
*
.mpimet.mpg.de
\
*
)
test_environment
=
'breeze-mpim'
;;
levante
*
.
atos.local
\
*
)
levante
*
.
lvt.dkrz.de
\
*
)
test_environment
=
'levante-dkrz'
;;
daint
*
.login.cscs.ch
\
*
)
test_environment
=
'daint-cscs'
;;
Loading