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
!126
Change default value for user_configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Change default value for user_configuration
user-config-default
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Erwan Rouchet
requested to merge
user-config-default
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Closes
#82 (closed)
Edited
3 years ago
by
Erwan Rouchet
0
0
Merge request reports
Viewing commit
83de8bf9
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
83de8bf9
Change default value for user_configuration
· 83de8bf9
Erwan Rouchet
authored
3 years ago
arkindex_worker/worker/base.py
+
1
−
1
Options
@@ -62,7 +62,7 @@ class BaseWorker(object):
logger
.
info
(
f
"
Worker will use
{
self
.
work_dir
}
as working directory
"
)
self
.
process_information
=
None
self
.
user_configuration
=
None
self
.
user_configuration
=
{}
self
.
support_cache
=
support_cache
# use_cache will be updated in configure() if the cache is supported and if there
# is at least one available sqlite database either given or in the parent tasks
Loading