Ppchelko has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/389497 )

Change subject: [Config] Finally use correct regexes for matching the jobs
......................................................................


[Config] Finally use correct regexes for matching the jobs

Bug: T175210
Change-Id: I29851603097ddddd4fd5fa5d6499fd5fb111f5bc
---
M scap/templates/config.yaml.j2
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ppchelko: Verified; Looks good to me, approved



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index cbf0ec5..e267ec2 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -35,7 +35,7 @@
             templates:
               job:
 <%- if env == 'production' %>
-                topic: 
'/^(?:mediawiki\.job\.deleteLinks)|(?:mediawiki\.job\.MessageIndexRebuildJob)|(?:mediawiki\.job\.flaggedrevs_CacheUpdate)|(?:mediawiki\.job\.updateBetaFeaturesUserCounts)$/'
+                topic: 
'/(?:^mediawiki\.job\.deleteLinks$)|(?:^mediawiki\.job\.MessageIndexRebuildJob$)|(?:^mediawiki\.job\.flaggedrevs_CacheUpdate$)|(?:^mediawiki\.job\.updateBetaFeaturesUserCounts$)/'
 <%- else %>
                 topic: '/^mediawiki\.job\..*/'
 <%- endif %>

-- 
To view, visit https://gerrit.wikimedia.org/r/389497
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I29851603097ddddd4fd5fa5d6499fd5fb111f5bc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/jobqueue-deploy
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: Ppchelko <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to