Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
bob
bob.pad.base
Commits
d8791209
There was a problem fetching the pipeline summary.
Commit
d8791209
authored
8 years ago
by
Amir Mohammadi
Committed by
Amir MOHAMMADI
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
score computation is not a parallel job
parent
e318ac17
Branches
Branches containing commit
Tags
v1.0.5
1 merge request
!31
Improvements
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/pad/base/script/spoof.py
+0
-7
0 additions, 7 deletions
bob/pad/base/script/spoof.py
with
0 additions
and
7 deletions
bob/pad/base/script/spoof.py
+
0
−
7
View file @
d8791209
...
@@ -114,7 +114,6 @@ def add_jobs(args, submitter):
...
@@ -114,7 +114,6 @@ def add_jobs(args, submitter):
**
args
.
grid
.
projection_queue
)
**
args
.
grid
.
projection_queue
)
deps
.
append
(
job_ids
[
'
projection
'
])
deps
.
append
(
job_ids
[
'
projection
'
])
concat_deps
=
{}
for
group
in
args
.
groups
:
for
group
in
args
.
groups
:
# compute scores
# compute scores
if
not
args
.
skip_score_computation
:
if
not
args
.
skip_score_computation
:
...
@@ -124,14 +123,8 @@ def add_jobs(args, submitter):
...
@@ -124,14 +123,8 @@ def add_jobs(args, submitter):
job_ids
[
'
score-%s
'
%
group
]
=
submitter
.
submit
(
job_ids
[
'
score-%s
'
%
group
]
=
submitter
.
submit
(
'
--sub-task compute-scores --group %s
'
%
group
,
'
--sub-task compute-scores --group %s
'
%
group
,
name
=
"
score-%s
"
%
group
,
name
=
"
score-%s
"
%
group
,
number_of_parallel_jobs
=
args
.
grid
.
number_of_scoring_jobs
,
dependencies
=
deps
,
dependencies
=
deps
,
**
args
.
grid
.
scoring_queue
)
**
args
.
grid
.
scoring_queue
)
concat_deps
[
group
]
=
[
job_ids
[
'
score-%s
'
%
group
]]
else
:
concat_deps
[
group
]
=
[]
if
args
.
grid
is
None
:
if
args
.
grid
is
None
:
# return the list of jobs that need to be executed in series
# return the list of jobs that need to be executed in series
...
...
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