Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Detector
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
45
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Detector
Merge requests
!640
Added a check that inputs files don't use directly eos (they should use TestFileDB)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added a check that inputs files don't use directly eos (they should use TestFileDB)
sponce_testswtest
into
master
Overview
1
Commits
1
Pipelines
16
Changes
1
Merged
Sebastien Ponce
requested to merge
sponce_testswtest
into
master
2 months ago
Overview
1
Commits
1
Pipelines
16
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 14
894a6d0f
2 months ago
version 13
b55c40b0
2 months ago
version 12
1ce9130a
2 months ago
version 11
751a56a3
2 months ago
version 10
466b7159
2 months ago
version 9
013968b6
2 months ago
version 8
e91c6839
2 months ago
version 7
e1a4894f
2 months ago
version 6
a448cfe5
2 months ago
version 5
ab6c4c3f
2 months ago
version 4
d1aaf7c5
2 months ago
version 3
d38af026
2 months ago
version 2
676da8df
2 months ago
version 1
ee38161c
2 months ago
master (base)
and
latest version
latest version
76b27cf5
1 commit,
2 months ago
version 14
894a6d0f
1 commit,
2 months ago
version 13
b55c40b0
1 commit,
2 months ago
version 12
1ce9130a
1 commit,
2 months ago
version 11
751a56a3
1 commit,
2 months ago
version 10
466b7159
1 commit,
2 months ago
version 9
013968b6
1 commit,
2 months ago
version 8
e91c6839
1 commit,
2 months ago
version 7
e1a4894f
1 commit,
2 months ago
version 6
a448cfe5
1 commit,
2 months ago
version 5
ab6c4c3f
1 commit,
2 months ago
version 4
d1aaf7c5
1 commit,
2 months ago
version 3
d38af026
1 commit,
2 months ago
version 2
676da8df
1 commit,
2 months ago
version 1
ee38161c
1 commit,
2 months ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.pre-commit-config.yaml
+
7
−
0
Options
@@ -54,3 +54,10 @@ repos:
name
:
disallow-checksums-update
entry
:
bash -c 'if git diff --cached --name-only | grep -q "^checksums"; then echo "Changes to checksums file are not allowed!"; exit 1; fi'
language
:
system
-
id
:
test-inputs-use-testfiledb
name
:
test inputs use TestFileDB
description
:
make sure all inputs to test options files are going through FileTestDB
language
:
pygrep
types_or
:
[
python
,
yaml
]
exclude
:
"
.pre-commit-config.yaml"
entry
:
'
eoslhcb.cern.ch//eos/lhcb/'
Loading