Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
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
DaVinci
Commits
be597b08
Commit
be597b08
authored
1 year ago
by
Eduardo Rodrigues
Committed by
Patrick Koppenburg
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix docs yet again while updating some CI dependencies
parent
54cdb2ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!976
Fix docs yet again while updating some CI dependencies
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Phys/DaVinci/python/DaVinci/LbExec.py
+2
-2
2 additions, 2 deletions
Phys/DaVinci/python/DaVinci/LbExec.py
doc/requirements.txt
+5
-9
5 additions, 9 deletions
doc/requirements.txt
with
9 additions
and
13 deletions
.gitlab-ci.yml
+
2
−
2
View file @
be597b08
...
...
@@ -18,7 +18,7 @@ variables:
TARGET_BRANCH
:
master
# Parameters for downloading nightlies and building DaVinci
BINARY_TAG
:
x86_64_v2-centos7-gcc11-opt
LCG_VERSION
:
10
1
LCG_VERSION
:
10
3
NO_LBLOGIN
:
"
1"
# prevent lbdocker containers to start LbLogin/LbEnv
LB_NIGHTLY_SLOT
:
lhcb-master
...
...
@@ -31,7 +31,7 @@ check-copyright:
pre-commit-checks
:
stage
:
check
image
:
registry.cern.ch/docker.io/library/python:3.
9
image
:
registry.cern.ch/docker.io/library/python:3.
10
variables
:
PRE_COMMIT_HOME
:
${CI_PROJECT_DIR}/.cache/pre-commit
cache
:
...
...
This diff is collapsed.
Click to expand it.
Phys/DaVinci/python/DaVinci/LbExec.py
+
2
−
2
View file @
be597b08
...
...
@@ -47,7 +47,7 @@ class Options(DefaultOptions):
evt_pre_filters
:
Optional
[
dict
[
str
,
str
]]
=
None
metainfo_additional_tags
:
Optional
[
list
]
=
[]
@root_validator
(
pre
=
False
)
@root_validator
(
pre
=
False
,
skip_on_failure
=
True
)
def
_stream_default
(
cls
,
values
):
"""
This is a validator that sets the default
"
stream
"
value based on
"
input_process
"
...
...
@@ -71,7 +71,7 @@ class Options(DefaultOptions):
return
values
@root_validator
(
pre
=
False
)
@root_validator
(
pre
=
False
,
skip_on_failure
=
True
)
def
validate_input_output
(
cls
,
values
):
"""
Validator for the consistency of the input process
...
...
This diff is collapsed.
Click to expand it.
doc/requirements.txt
+
5
−
9
View file @
be597b08
# FIXME sphinx >=3.4.0 crashes on ConfigurableUser classes (ApplicationOptions)
# since it considers dict __slots__ as name: docstring and for us the value
# means default value... https://github.com/sphinx-doc/sphinx/pull/8546
sphinx~=4.0
sphinx_rtd_theme==1.0.0
sphinx
sphinx_rtd_theme
gitpython
autodoc_pydantic~=1.7
sphinx-autoapi
# Temporary pin urllib3 to circumvent compatibility issues, see e.g. https://gitlab.cern.ch/lhcb/Moore/-/issues/567
urllib3<=2.0
autodoc_pydantic
sphinx-autoapi~=3.0
urllib3~=1.0
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