Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Workers
Base Worker
Merge requests
!172
update self.config with default user_configuration values
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update self.config with default user_configuration values
default-user-configuration
into
master
Overview
6
Commits
5
Pipelines
2
Changes
1
Merged
ml bonhomme
requested to merge
default-user-configuration
into
master
2 years ago
Overview
6
Commits
5
Pipelines
2
Changes
1
Expand
closes
#113 (closed)
0
0
Merge request reports
Viewing commit
b65d2e9e
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b65d2e9e
trigger pipeline
· b65d2e9e
ml bonhomme
authored
2 years ago
arkindex_worker/worker/base.py
+
1
−
1
Options
@@ -171,7 +171,7 @@ class BaseWorker(object):
)
self
.
config
=
worker_version
[
"
configuration
"
][
"
configuration
"
]
if
"
user_configuration
"
in
worker_version
[
"
configuration
"
]:
#
Use
default values from user configurable parameters
if
the
y are set
#
Add
default values
(if set)
from user configurable parameters
to
the
base configuration
for
key
,
value
in
worker_version
[
"
configuration
"
][
"
user_configuration
"
].
items
():
Loading