Skip to content
Snippets Groups Projects

Route a small set of safe jobs to the default queue

Merged Craig Miskell requested to merge gprd-first-sidekiq-routing-rule into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -355,7 +355,7 @@ global:
- ["feature_category=database&urgency=throttled", null] # database-throttled
- ["feature_category=gitaly&urgency=throttled", null] # gitaly-throttled
- ["tags=exclude_from_kubernetes", null] # catchall on VMs
- ["tags=exclude_from_gitlab_com", null] # special case for testing (only runs actively on staging; includes geo jobs)
- ["tags=exclude_from_gitlab_com", "default"] # special case for testing (only runs actively on staging; includes geo jobs)
- ["*", null] # catchall on k8s
email:
Loading