Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
EIC
benchmarks
physics_benchmarks
Commits
2877de0d
Commit
2877de0d
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Longer physics benchmark timeouts with recent ecal implementation
parent
4f21581d
No related branches found
Branches containing commit
No related tags found
1 merge request
!55
Longer physics benchmark timeouts with recent ecal implementation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
benchmarks/dis/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/dis/config.yml
benchmarks/dvcs/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/dvcs/config.yml
benchmarks/dvmp/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/dvmp/config.yml
with
3 additions
and
3 deletions
benchmarks/dis/config.yml
+
1
−
1
View file @
2877de0d
...
...
@@ -8,7 +8,7 @@ dis:generate:
dis:process
:
stage
:
process
needs
:
[
"
common:detector"
,
"
dis:generate"
]
timeout
:
1
hour
timeout
:
2
hour
script
:
-
compile_analyses.py dis
-
./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam
275
...
...
This diff is collapsed.
Click to expand it.
benchmarks/dvcs/config.yml
+
1
−
1
View file @
2877de0d
dvcs:process
:
stage
:
process
timeout
:
1
hour
timeout
:
2
hour
needs
:
[
"
common:detector"
]
script
:
-
bash benchmarks/dvcs/dvcs.sh
...
...
This diff is collapsed.
Click to expand it.
benchmarks/dvmp/config.yml
+
1
−
1
View file @
2877de0d
...
...
@@ -13,7 +13,7 @@ dvmp:generate:
dvmp:process
:
stage
:
process
needs
:
[
"
common:detector"
,
"
dvmp:generate"
]
timeout
:
1
hour
timeout
:
2
hour
script
:
-
ls -lrth
-
compile_analyses.py dvmp
...
...
This diff is collapsed.
Click to expand it.
Whitney Armstrong
@whit
mentioned in issue
#19 (closed)
·
3 years ago
mentioned in issue
#19 (closed)
mentioned in issue #19
Toggle commit list
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