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
Commits
ae556519
Commit
ae556519
authored
2 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
addon: serialize cleanup
parent
4c87a26e
Branches
bb-cdi-test
Branches containing commit
No related tags found
1 merge request
!19
avoid parallel access to lustre on levante
Pipeline
#25800
passed
2 years ago
Stage: external
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/bb/levante-dkrz/test.all.intel-classic
+2
-2
2 additions, 2 deletions
.ci/bb/levante-dkrz/test.all.intel-classic
with
2 additions
and
2 deletions
.ci/bb/levante-dkrz/test.all.intel-classic
+
2
−
2
View file @
ae556519
...
...
@@ -56,9 +56,9 @@ make check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
if
test
"x
${
enable_maintainer_mode
}
"
=
'xyes'
;
then
make
-j8
maintainer-clean
make maintainer-clean
else
make
-j8
distclean
make distclean
fi
check_no_files_in_cwd
...
...
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