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
Commits
b65d2e9e
Commit
b65d2e9e
authored
2 years ago
by
ml bonhomme
Browse files
Options
Downloads
Patches
Plain Diff
trigger pipeline
parent
cfd84da2
No related branches found
No related tags found
1 merge request
!172
update self.config with default user_configuration values
Pipeline
#79238
passed
2 years ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex_worker/worker/base.py
+1
-1
1 addition, 1 deletion
arkindex_worker/worker/base.py
with
1 addition
and
1 deletion
arkindex_worker/worker/base.py
+
1
−
1
View file @
b65d2e9e
...
...
@@ -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
():
...
...
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