Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
lhcbstacks
Commits
b476117c
Commit
b476117c
authored
Mar 12, 2021
by
Ben Couturier
Browse files
Revert "Merge branch 'add-gaudi-v35r2' into 'master'"
This reverts merge request
!6
parent
d466b23d
Pipeline
#2393175
passed with stages
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b476117c
...
...
@@ -20,8 +20,6 @@ image: registry.cern.ch/docker.io/library/python:3.8
pre-commit
:
stage
:
test
rules
:
-
when
:
always
before_script
:
-
pip install pre-commit
# TODO: There should be a proper way of doing this
...
...
@@ -38,37 +36,28 @@ pre-commit:
pylint
:
extends
:
.setup_environment
stage
:
test
rules
:
-
when
:
always
script
:
-
pylint src/lhcbstacks
pytest
:
extends
:
.setup_environment
stage
:
test
rules
:
-
when
:
always
script
:
-
pytest
generate_stacks
:
extends
:
.setup_environment
stage
:
run
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"'
artifacts
:
paths
:
-
to_release.json
expire_in
:
1 week
script
:
-
git fetch origin master
-
lb-stacks-to-release /cvmfs/lhcb.cern.ch/lib/ $(git diff --name-only --diff-filter=ACRM FETCH_HEAD HEAD | grep "^data/stacks/.*\.yml") | tee to_release.json
-
lb-stacks-to-release /cvmfs/lhcb.cern.ch/lib/ ./data/stacks | tee to_release.json
generate_project_list
:
extends
:
.setup_environment
stage
:
run
rules
:
-
when
:
always
artifacts
:
paths
:
-
projects.json
...
...
data/stacks/Gaudi_v35r2.yml
deleted
100644 → 0
View file @
d466b23d
###############################################################################
# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
name
:
Gaudi_v35r2
type
:
lhcbcmake
projects
:
Gaudi
:
v35r2
toolchain
:
type
:
LCG
version
:
97a
platforms
:
-
x86_64-centos7-gcc9-opt
-
x86_64-centos7-gcc9-dbg
-
x86_64-centos7-gcc9-do0
-
x86_64-centos7-clang8-opt
-
x86_64-centos7-clang8-dbg
-
x86_64+avx2+fma-centos7-gcc9-opt
tags
:
-
Run3
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