Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!68914
TriggerTest: fix test starting from pickle
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TriggerTest: fix test starting from pickle
martindl/athena:TrigAnaTestCA
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Bertrand Martin Dit Latour
requested to merge
martindl/athena:TrigAnaTestCA
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
This MR fixes a test failure discussed in
ATR-28799
.
Cheers, Bertrand
1
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e525b620
1 commit,
1 year ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigValidation/TriggerTest/test/test_trig_mc_v1Dev_slice_reprodWithPS_build.py
+
2
−
1
Options
@@ -124,7 +124,8 @@ def generate_exec_steps(slice_name = None):
ex
.
input
=
''
ex
.
use_pickle
=
True
ex
.
job_options
=
'
athena.ConfigOnly.pkl
'
ex
.
threads
=
1
ex
.
args
=
'
--CA
'
ex
.
fpe_auditor
=
False
# included in pickle
ex
.
depends_on_previous
=
False
if
slice_name
else
True
ex
.
perfmon
=
False
Loading