Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Computing
cbmroot
Merge requests
!1
The source project of this merge request has been removed.
Fix CI settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix CI settings
f.uhlig/cbmroot_old:fix_ci
into
master
Overview
0
Commits
1
Pipelines
17
Changes
3
Merged
Fix CI settings
Florian Uhlig
requested to merge
f.uhlig/cbmroot_old:fix_ci
into
master
Jun 17, 2020
Overview
0
Commits
1
Pipelines
17
Changes
3
0
0
Merge request reports
Compare
master
version 22
0af3f69e
Jun 18, 2020
version 21
daffbb92
Jun 17, 2020
version 20
c1958681
Jun 17, 2020
version 19
5aeb9231
Jun 17, 2020
version 18
75a7a17c
Jun 17, 2020
version 17
98e4f1fa
Jun 17, 2020
version 16
6a755cd7
Jun 17, 2020
version 15
bd164da4
Jun 17, 2020
version 14
93f29ae3
Jun 17, 2020
version 13
8dc7545d
Jun 17, 2020
version 12
ca32a791
Jun 17, 2020
version 11
93492a8d
Jun 17, 2020
version 10
da4ee724
Jun 17, 2020
version 9
945a7cb1
Jun 17, 2020
version 8
2b3aa45d
Jun 17, 2020
version 7
2fbeec9c
Jun 17, 2020
version 6
55d16a64
Jun 17, 2020
version 5
d6d63556
Jun 17, 2020
version 4
99ccb9be
Jun 17, 2020
version 3
1df6fd10
Jun 17, 2020
version 2
8f3bd0ed
Jun 17, 2020
version 1
35ab80b2
Jun 17, 2020
master (base)
and
version 15
latest version
fd9266b2
1 commit,
Jun 18, 2020
version 22
0af3f69e
22 commits,
Jun 18, 2020
version 21
daffbb92
21 commits,
Jun 17, 2020
version 20
c1958681
20 commits,
Jun 17, 2020
version 19
5aeb9231
19 commits,
Jun 17, 2020
version 18
75a7a17c
18 commits,
Jun 17, 2020
version 17
98e4f1fa
17 commits,
Jun 17, 2020
version 16
6a755cd7
16 commits,
Jun 17, 2020
version 15
bd164da4
15 commits,
Jun 17, 2020
version 14
93f29ae3
14 commits,
Jun 17, 2020
version 13
8dc7545d
13 commits,
Jun 17, 2020
version 12
ca32a791
12 commits,
Jun 17, 2020
version 11
93492a8d
11 commits,
Jun 17, 2020
version 10
da4ee724
10 commits,
Jun 17, 2020
version 9
945a7cb1
9 commits,
Jun 17, 2020
version 8
2b3aa45d
8 commits,
Jun 17, 2020
version 7
2fbeec9c
7 commits,
Jun 17, 2020
version 6
55d16a64
6 commits,
Jun 17, 2020
version 5
d6d63556
5 commits,
Jun 17, 2020
version 4
99ccb9be
4 commits,
Jun 17, 2020
version 3
1df6fd10
3 commits,
Jun 17, 2020
version 2
8f3bd0ed
2 commits,
Jun 17, 2020
version 1
35ab80b2
1 commit,
Jun 17, 2020
3 files
+
51
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
.gitlab-ci.yml
+
41
−
28
View file @ bd164da4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,7 +10,7 @@ CbmRoot_Continuous:
-
master
only
:
variables
:
-
$CI_PROJECT_PATH == "
CbmSoft/C
bm
R
oot"
-
$CI_PROJECT_PATH == "
computing/c
bm
r
oot"
cache
:
paths
:
-
build/
@@ -56,39 +56,52 @@ CbmRoot_Continuous:
-
find . -name "all_*.par" -delete
-
cd ..
FormatCheck
:
stage
:
build
tags
:
-
CbmRoot
only
:
-
merge_requests
only
:
variables
:
-
$CI_MERGE_REQUEST_
SOURCE_
PROJECT_PATH == "
CbmSoft/C
bm
R
oot"
script
:
-
set -xv
-
echo "export FAIRSOFT_VERSION=jun19p1" >> Dart.cfg
-
echo "export FAIRROOT_VERSION=v18.2.0" >> Dart.cfg
-
echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh
-
echo "export BUILDDIR=$PWD/build" >> env.sh
-
echo "export SOURCEDIR=$PWD" >> env.sh
-
echo "export PATH=\$SIMPATH/bin:$PATH" >> env.sh
-
ls
-
pwd
-
cat env.sh
-
. ./env.sh && ctest -S cmake/scripts/checkformat.cmake -VV
#
FormatCheck:
#
stage: build
#
tags:
#
- CbmRoot
#
only:
#
- merge_requests
#
only:
#
variables:
#
- $CI_MERGE_REQUEST_PROJECT_PATH == "
computing/c
bm
r
oot"
#
script:
#
- set -xv
#
- echo "export FAIRSOFT_VERSION=jun19p1" >> Dart.cfg
#
- echo "export FAIRROOT_VERSION=v18.2.0" >> Dart.cfg
#
- echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh
#
- echo "export BUILDDIR=$PWD/build" >> env.sh
#
- echo "export SOURCEDIR=$PWD" >> env.sh
#
- echo "export PATH=\$SIMPATH/bin:$PATH" >> env.sh
#
- ls
#
- pwd
#
- cat env.sh
#
- . ./env.sh && ctest -S cmake/scripts/checkformat.cmake -VV
CbmRoot_Merge
:
stage
:
build
tags
:
-
CbmRoot
only
:
-
merge_requests
only
:
variables
:
-
$CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == "CbmSoft/CbmRoot"
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
-
if
:
$CI_COMMIT_TAG
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
if
:
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
# only:
# - merge_requests
# only:
# variables:
# - $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
script
:
-
set -xv
-
echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
-
echo $CI_MERGE_REQUEST_PROJECT_PATH
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" == "computing/cbmroot" ]; then
-
echo "Here"
-
fi
-
echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
-
echo $CI_MERGE_REQUEST_ID
-
echo $CI_MERGE_REQUEST_IID
-
echo "export LINUX_FLAVOUR=Debian8.11" >> Dart.cfg
-
echo "export FAIRSOFT_VERSION=jun19p1" >> Dart.cfg
-
echo "export FAIRROOT_VERSION=v18.2.0" >> Dart.cfg
@@ -101,7 +114,7 @@ CbmRoot_Merge:
-
ls
-
pwd
-
cat Dart.cfg
-
$PWD/Dart.sh
Nightly
Dart.cfg
#
- $PWD/Dart.sh
Continuos
Dart.cfg
pages
:
stage
:
documentation
Loading