Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Merge requests
!16
Add example projects to CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add example projects to CI
add_projects_to_ci
into
master
Overview
1
Commits
7
Pipelines
6
Changes
5
Merged
Add example projects to CI
Stephan Schulz
requested to merge
add_projects_to_ci
into
master
Jan 27, 2021
Overview
1
Commits
7
Pipelines
6
Changes
5
Also run example projects during CI.
This way we can find problems with external usage.
Edited
Jan 27, 2021
by
Stephan Schulz
0
0
Merge request reports
Compare
master
version 6
27cdecce
Jan 27, 2021
version 5
d6978b7b
Jan 27, 2021
version 4
755dc829
Jan 27, 2021
version 3
ed3becd0
Jan 27, 2021
version 2
30b6d73b
Jan 27, 2021
version 1
be3f2756
Jan 27, 2021
master (base)
and
latest version
latest version
27cdecce
7 commits,
Jan 27, 2021
version 6
27cdecce
9 commits,
Jan 27, 2021
version 5
d6978b7b
7 commits,
Jan 27, 2021
version 4
755dc829
6 commits,
Jan 27, 2021
version 3
ed3becd0
5 commits,
Jan 27, 2021
version 2
30b6d73b
4 commits,
Jan 27, 2021
version 1
be3f2756
3 commits,
Jan 27, 2021
5 files
+
36
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
.gitlab-ci.yml
+
31
−
0
View file @ 27cdecce
Edit in single-file editor
Open in Web IDE
Show full file
stages
:
-
init
-
test_projects
-
build_mpich_gcc8
-
build_openmpi_gcc8
-
build_mpich_gcc9
@@ -483,6 +484,36 @@ build-openmpi-complete-gcc10:
-
badges/
allow_failure
:
false
test-project-cmake
:
stage
:
test_projects
image
:
gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest
tags
:
-
public-docker
when
:
always
script
:
-
./ci/test_project_cmake.sh
allow_failure
:
false
test-project-cmake-subdir
:
stage
:
test_projects
image
:
gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest
tags
:
-
public-docker
when
:
always
script
:
-
./ci/test_project_cmake_subdir.sh
allow_failure
:
false
test-project-makefile
:
stage
:
test_projects
image
:
gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest
tags
:
-
public-docker
when
:
always
script
:
-
./ci/test_project_makefile.sh
allow_failure
:
false
release
:
stage
:
release
only
:
Loading