jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/331669 )

Change subject: Exclude new high-priority video transcode jobs from default 
queue
......................................................................


Exclude new high-priority video transcode jobs from default queue

Prep for I3d834ad: TMH transcode jobs being split into two queues,
one low and one high priority. Existing queue is low prio, new
queue is high prio and by default will include only SD resolutions
and files less than 15 minutes long, while large and long files
go to the low-priority queue.

Bug: T155098
Change-Id: I3aee49682f66cdd7c7a6b9267d8d486affc2903a
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 00c381c..1441f2e 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2573,6 +2573,7 @@
 
 # Timed Media Handler:
 $wgJobTypesExcludedFromDefaultQueue[] = 'webVideoTranscode';
+$wgJobTypesExcludedFromDefaultQueue[] = 'webVideoTranscodePrioritized';
 
 # GWToolset
 $wgJobTypesExcludedFromDefaultQueue[] = 'gwtoolsetUploadMetadataJob';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3aee49682f66cdd7c7a6b9267d8d486affc2903a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to