Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbNightlyTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb Core Software
LbNightlyTools
Commits
b97b6611
Commit
b97b6611
authored
4 months ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Drop test on centos7 (not working and not supported)
parent
e92d5ab1
No related branches found
No related tags found
1 merge request
!433
Fix a regression introduced with lhcb-core/LbNightlyTools!204
Pipeline
#8562523
passed
4 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-38
0 additions, 38 deletions
.gitlab-ci.yml
with
0 additions
and
38 deletions
.gitlab-ci.yml
+
0
−
38
View file @
b97b6611
...
@@ -6,44 +6,6 @@ variables:
...
@@ -6,44 +6,6 @@ variables:
NO_CONTRIB
:
"
1"
NO_CONTRIB
:
"
1"
TARGET_BRANCH
:
master
TARGET_BRANCH
:
master
centos7
:
tags
:
-
cvmfs
except
:
-
tags
image
:
gitlab-registry.cern.ch/lhcb-docker/python-deployment:centos7
variables
:
BINARY_TAG
:
x86_64-centos7-gcc12-opt
script
:
-
yum install -y make bzip2 zip unzip gcc-c++ ccache python-pip python-wheel
-
zip --version
-
python --version
-
pip install -e .
-
pip install pytest pytest-cov
# this is missing in lbinstall 2.0.16 (https://gitlab.cern.ch/lhcb-core/lbinstall/-/merge_requests/86)
-
pip install zstandard
# make sure we use the right cacert file in all cases
-
export SSL_CERT_FILE=$(python -m certifi)
# Patch the cacert file with CERN certificates
-
cat cern_ca_bundle.crt >> $SSL_CERT_FILE
-
eval $(python -m LbEnv --sh -r /cvmfs/lhcb.cern.ch/lib)
-
export PATH=/cvmfs/lhcb.cern.ch/lib/contrib/CMake/3.19.3/Linux-x86_64/bin:/cvmfs/lhcb.cern.ch/lib/contrib/ninja/1.8.2.g81279.kitware.dyndep-1.jobserver-1/Linux-x86_64:$PATH
-
git config --global user.email "you@example.com"
-
git config --global user.name "Your Name"
-
pytest
artifacts
:
when
:
always
paths
:
-
htmlcov
-
pytest.xml
-
coverage.xml
reports
:
junit
:
pytest.xml
coverage_report
:
coverage_format
:
cobertura
path
:
coverage.xml
expire_in
:
1 week
el9
:
el9
:
tags
:
tags
:
-
cvmfs
-
cvmfs
...
...
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