Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ip6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
detectors
ip6
Commits
a57c5861
Commit
a57c5861
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Job Failed #662974: increase timeout in generate_prim"
parent
de01800a
No related branches found
No related tags found
1 merge request
!100
Resolve "Job Failed #662974: increase timeout in generate_prim"
Pipeline
#31228
passed
2 years ago
Stage: config
Stage: initialize
Stage: test
Stage: docs
Stage: collect
Stage: deploy
Pipeline: athena
#31230
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/generate_prim_file
+1
-1
1 addition, 1 deletion
bin/generate_prim_file
views/generate_prim_files.yml
+0
-1
0 additions, 1 deletion
views/generate_prim_files.yml
views/view50.yml
+0
-2
0 additions, 2 deletions
views/view50.yml
with
1 addition
and
4 deletions
bin/generate_prim_file
+
1
−
1
View file @
a57c5861
...
...
@@ -52,7 +52,7 @@ parser.add_argument('-t', '--tag', type=str,dest='file_tag',
help
=
'
Output file tag
'
)
parser
.
add_argument
(
'
--timeout
'
,
type
=
int
,
default
=
9
0
,
default
=
30
0
,
help
=
'
Timeout in seconds
'
)
parser
.
add_argument
(
'
passthrough
'
,
nargs
=
'
*
'
)
...
...
This diff is collapsed.
Click to expand it.
views/generate_prim_files.yml
+
0
−
1
View file @
a57c5861
...
...
@@ -4,7 +4,6 @@ view_prim:detector_only:
script
:
-
./bin/generate_prim_file -o ${LOCAL_DATA_PATH} -D -t detector_view -c eic_ip6.xml
-
ls -lrth && ls -lrth ${LOCAL_DATA_PATH}
allow_failure
:
true
# FIXME this fails since including far_backward
view_prim:ev001
:
extends
:
.views
...
...
This diff is collapsed.
Click to expand it.
views/view50.yml
+
0
−
2
View file @
a57c5861
...
...
@@ -5,7 +5,6 @@ dawn_view_50:detector:
optional
:
false
script
:
-
./bin/make_dawn_views -i ${LOCAL_DATA_PATH}/detector_view.prim -t view50 -d views/view50 -D
allow_failure
:
true
dawn_view_50:ev001
:
extends
:
.views
...
...
@@ -39,4 +38,3 @@ view_50:
script
:
-
ls -lrth *
-
ls -lrth images/*
allow_failure
:
true
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