Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Uhlig
cbmroot
Commits
18ea60d7
Commit
18ea60d7
authored
Jun 16, 2021
by
Administrator
Browse files
Trigger test of new docker runner
parent
70063a58
Pipeline
#11086
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
210 deletions
+4
-210
.gitlab-ci.yml
.gitlab-ci.yml
+4
-210
No files found.
.gitlab-ci.yml
View file @
18ea60d7
stages
:
-
checkRepository
-
checkFormat
-
build
-
finalise
-
documentation
RebaseCheck
:
stage
:
checkRepository
...
...
@@ -11,12 +8,7 @@ RebaseCheck:
GIT_DEPTH
:
100
image
:
alpine
tags
:
-
docker
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
docker_test
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
...
...
@@ -44,12 +36,7 @@ LinearHistCheck:
GIT_DEPTH
:
100
image
:
alpine
tags
:
-
docker
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
docker_test
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
...
...
@@ -69,41 +56,11 @@ LinearHistCheck:
-
exit
1
-
fi
CodeFormatCheck
:
stage
:
checkFormat
tags
:
-
CbmRoot
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
-
scripts/connect_upstream_repo.sh $CI_MERGE_REQUEST_PROJECT_URL
-
git fetch upstream
-
echo "export FAIRSOFT_VERSION=jun19p1" > env.sh
-
echo "export FAIRROOT_VERSION=v18.2.0" >> env.sh
-
echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh
-
echo "export FAIRROOTPATH=/cvmfs/fairroot.gsi.de/fairroot/\${FAIRROOT_VERSION}_fairsoft-\${FAIRSOFT_VERSION}" >> env.sh
-
echo "export BUILDDIR=$PWD/build" >> env.sh
-
echo "export SOURCEDIR=$PWD" >> env.sh
-
echo "export PATH=/cvmfs/fairroot.gsi.de/clang-format-11.0.0/bin:\$SIMPATH/bin:$PATH" >> env.sh
-
echo "export LABEL=format-check_MR-\${CI_MERGE_REQUEST_IID}" >> env.sh
-
echo "export FAIRROOT_FORMAT_BASE=upstream/\${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" >> env.sh
-
. ./env.sh && ctest -S cmake/scripts/checkformat.cmake -VV
FileFormatCheck
:
stage
:
checkFormat
image
:
alpine
tags
:
-
docker
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
docker_test
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
...
...
@@ -116,12 +73,7 @@ FileEndCheck:
stage
:
checkFormat
image
:
alpine
tags
:
-
docker
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
docker_test
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
...
...
@@ -130,161 +82,3 @@ FileEndCheck:
-
git fetch upstream
-
scripts/check-file-ending.sh upstream
CbmRoot_Continuous
:
stage
:
build
tags
:
-
CbmRoot
only
:
refs
:
-
master
variables
:
-
$CI_PROJECT_PATH == "computing/cbmroot"
script
:
-
set -xv
-
mkdir -p build
-
cd build
-
cd ..
-
echo "export LINUX_FLAVOUR=Debian8.11" >> Dart.cfg
-
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}" >> Dart.cfg
-
echo "export FAIRROOTPATH=/cvmfs/fairroot.gsi.de/fairroot/\${FAIRROOT_VERSION}_fairsoft-\${FAIRSOFT_VERSION}" >> Dart.cfg
-
echo "export BUILDDIR=$PWD/build" >> Dart.cfg
-
echo "export SOURCEDIR=$PWD" >> Dart.cfg
-
echo "export NCPU=5" >> Dart.cfg
-
echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
-
ls
-
pwd
-
cat Dart.cfg
-
$PWD/Dart.sh Continuous Dart.cfg
CbmRoot_Merge
:
stage
:
build
tags
:
-
CbmRoot
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
-
echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
-
echo $CI_MERGE_REQUEST_PROJECT_PATH
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
-
echo "Should not come here"
-
exit
1
-
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
-
echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> Dart.cfg
-
echo "export FAIRROOTPATH=/cvmfs/fairroot.gsi.de/fairroot/\${FAIRROOT_VERSION}_fairsoft-\${FAIRSOFT_VERSION}" >> Dart.cfg
-
echo "export BUILDDIR=$PWD/build" >> Dart.cfg
-
echo "export SOURCEDIR=$PWD" >> Dart.cfg
-
echo "export NCPU=5" >> Dart.cfg
-
echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
-
ls
-
pwd
-
cat Dart.cfg
-
$PWD/Dart.sh MergeRequest Dart.cfg
CbmRoot_Merge_macosx
:
stage
:
build
tags
:
-
CbmRoot_macosx
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
-
echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
-
echo $CI_MERGE_REQUEST_PROJECT_PATH
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
-
echo "Should not come here"
-
exit
1
-
fi
-
echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
-
echo $CI_MERGE_REQUEST_ID
-
echo $CI_MERGE_REQUEST_IID
-
echo "export LINUX_FLAVOUR=macOS_10.13" >> Dart.cfg
-
echo "export FAIRSOFT_VERSION=jun19p1" >> Dart.cfg
-
echo "export FAIRROOT_VERSION=v18.2.0" >> Dart.cfg
-
echo "export SIMPATH=/opt/fairsoft/\${FAIRSOFT_VERSION}" >> Dart.cfg
-
echo "export FAIRROOTPATH=/opt/fairroot/\${FAIRROOT_VERSION}_fairsoft-\${FAIRSOFT_VERSION}" >> Dart.cfg
-
echo "export BUILDDIR=$PWD/build" >> Dart.cfg
-
echo "export SOURCEDIR=$PWD" >> Dart.cfg
-
echo "export NCPU=4" >> Dart.cfg
-
ls
-
pwd
-
cat Dart.cfg
-
$PWD/Dart.sh MergeRequest Dart.cfg
CbmRoot_Merge_realData
:
stage
:
build
tags
:
-
CbmRoot_realData
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
-
echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
-
echo $CI_MERGE_REQUEST_PROJECT_PATH
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
-
echo "Should not come here"
-
exit
1
-
fi
-
echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
-
echo $CI_MERGE_REQUEST_ID
-
echo $CI_MERGE_REQUEST_IID
-
echo "export LINUX_FLAVOUR=Debian10" >> Dart.cfg
-
echo "export FAIRSOFT_VERSION=jun19p2" >> Dart.cfg
-
echo "export FAIRROOT_VERSION=v18.2.1" >> Dart.cfg
-
echo "export SIMPATH=/opt/cbmsoft/fairsoft_\${FAIRSOFT_VERSION}_root6/installation" >> Dart.cfg
-
echo "export FAIRROOTPATH=/opt/cbmsoft/fairroot_\${FAIRROOT_VERSION}-fairsoft_\${FAIRSOFT_VERSION}_root6" >> Dart.cfg
-
echo "export RAW_DATA_PATH=/opt/cbmsoft/beamtime-test-data/reduced/" >> Dart.cfg
-
echo "export BUILDDIR=$PWD/build" >> Dart.cfg
-
echo "export SOURCEDIR=$PWD" >> Dart.cfg
-
echo "export NCPU=16" >> Dart.cfg
-
echo "export PATH=/opt/cmake/3.20.1/bin:$PATH" >> Dart.cfg
-
ls
-
pwd
-
cat Dart.cfg
-
$PWD/Dart.sh MergeRequest Dart.cfg
InformCodeOwners
:
stage
:
finalise
tags
:
-
CbmRoot_macosx
only
:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
-
scripts/connect_upstream_repo.sh $CI_MERGE_REQUEST_PROJECT_URL
-
git fetch upstream
-
scripts/inform_codeowners.sh upstream
pages
:
stage
:
documentation
image
:
alpine
tags
:
-
docker
script
:
-
apk update && apk add doxygen graphviz
-
doxygen doxygen/cbmDoxyfile.conf
-
mv html-doc/html public/
artifacts
:
expire_in
:
1 day
paths
:
-
public
only
:
-
nightly_master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment