Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eca5d1e6
Commit
eca5d1e6
authored
May 07, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark chaos workers as unowned
parent
951eaa24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
app/workers/all_queues.yml
app/workers/all_queues.yml
+5
-5
app/workers/concerns/chaos_queue.rb
app/workers/concerns/chaos_queue.rb
+1
-1
config/feature_categories.yml
config/feature_categories.yml
+0
-1
No files found.
app/workers/all_queues.yml
View file @
eca5d1e6
...
...
@@ -18,35 +18,35 @@
:weight:
3
:idempotent:
-
:name: chaos:chaos_cpu_spin
:feature_category: :
chaos_engineering
:feature_category: :
not_owned
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
2
:idempotent:
-
:name: chaos:chaos_db_spin
:feature_category: :
chaos_engineering
:feature_category: :
not_owned
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
2
:idempotent:
-
:name: chaos:chaos_kill
:feature_category: :
chaos_engineering
:feature_category: :
not_owned
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
2
:idempotent:
-
:name: chaos:chaos_leak_mem
:feature_category: :
chaos_engineering
:feature_category: :
not_owned
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
2
:idempotent:
-
:name: chaos:chaos_sleep
:feature_category: :
chaos_engineering
:feature_category: :
not_owned
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
...
...
app/workers/concerns/chaos_queue.rb
View file @
eca5d1e6
...
...
@@ -5,6 +5,6 @@ module ChaosQueue
included
do
queue_namespace
:chaos
feature_category
:chaos_engineering
feature_category
_not_owned!
end
end
config/feature_categories.yml
View file @
eca5d1e6
...
...
@@ -19,7 +19,6 @@
-
backup_restore
-
behavior_analytics
-
billing
-
chaos_engineering
-
chatops
-
cloud_native_installation
-
cluster_cost_optimization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment