Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Allen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
Allen
Merge requests
!993
Move matching test to full sequence
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move matching test to full sequence
dcampora_remove_matching_test_in_minimal_seq
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Daniel Hugo Campora Perez
requested to merge
dcampora_remove_matching_test_in_minimal_seq
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
This MR moves the matching tests from the minimal Allen CI sequence to the full one.
Edited
2 years ago
by
Daniel Hugo Campora Perez
0
0
Merge request reports
Compare
master
version 1
b0fb6eae
2 years ago
master (base)
and
latest version
latest version
0e4f1ae2
2 commits,
2 years ago
version 1
b0fb6eae
1 commit,
2 years ago
2 files
+
11
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
scripts/ci/config/common-run.yaml
+
10
−
10
Options
@@ -17,16 +17,6 @@
SEQUENCE
:
[
"
hlt1_pp_validation"
]
DATA_TAG
:
[
"
Upgrade_BsPhiPhi_MD_FTv4_DIGI_retinacluster_v1"
]
# run_throughput tests for seeding & matching sequence
-
TEST_NAME
:
"
run_throughput"
SEQUENCE
:
[
"
hlt1_pp_matching"
]
DATA_TAG
:
[
"
upgrade_mc_minbias_scifi_v5_retinacluster_000_v1"
]
# efficiency tests for seeding & matching sequence
-
TEST_NAME
:
"
run_physics_efficiency"
SEQUENCE
:
[
"
hlt1_pp_matching_validation"
]
DATA_TAG
:
[
"
Upgrade_BsPhiPhi_MD_FTv4_DIGI_retinacluster_v1"
]
.run_matrix_jobs_full
:
parallel
:
@@ -177,6 +167,16 @@
SEQUENCE
:
[
"
hlt1_pp_no_ut_validation"
]
DATA_TAG
:
[
"
SciFiv6_upgrade_DC19_01_Bs2PhiPhiMD_retinacluster_v1"
]
GEOMETRY
:
[
"
upgrade_DC19_01_MinBiasMD"
]
# run_throughput tests for seeding & matching sequence
-
TEST_NAME
:
"
run_throughput"
SEQUENCE
:
[
"
hlt1_pp_matching"
]
DATA_TAG
:
[
"
upgrade_mc_minbias_scifi_v5_retinacluster_000_v1"
]
# efficiency tests for seeding & matching sequence
-
TEST_NAME
:
"
run_physics_efficiency"
SEQUENCE
:
[
"
hlt1_pp_matching_validation"
]
DATA_TAG
:
[
"
Upgrade_BsPhiPhi_MD_FTv4_DIGI_retinacluster_v1"
]
.run_jobs
:
Loading