Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
lhcbstacks
Commits
c60aa431
Commit
c60aa431
authored
Feb 22, 2021
by
Ben Couturier
Browse files
Generated project list
parent
046ed955
Pipeline
#2339095
passed with stages
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c60aa431
...
...
@@ -54,3 +54,13 @@ generate_stacks:
expire_in
:
1 week
script
:
-
lb-stacks-to-release ./data/stacks /cvmfs/lhcb.cern.ch/lib/ | tee to_release.json
generate_project_list
:
extends
:
.setup_environment
stage
:
run
artifacts
:
paths
:
-
projects.json
expire_in
:
1 year
script
:
-
lb-projects ./data/projects.yml | tee projects.json
setup.cfg
View file @
c60aa431
...
...
@@ -18,10 +18,7 @@ package_dir=
=src
packages = find:
install_requires =
pyyaml
rich
strictyaml >=1.3.0
typer
[options.packages.find]
where=src
...
...
@@ -65,5 +62,5 @@ src_paths =
[tool:pytest]
minversion = 6.0
#
addopts = --cov-report term-missing --cov=lhcbstacks . -vvv
addopts = . -vvv
addopts = --cov-report term-missing --cov=lhcbstacks . -vvv
#
addopts = . -vvv
Write
Preview
Supports
Markdown
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