Skip to content

Commit

Permalink
Make CentralAuth a clone dependency for MassMessage
Browse files Browse the repository at this point in the history
Make CentralAuth a clone dependency for MassMessage so
that CentralAuth code can be referenced for T145430.

Bug: T145430
Change-Id: Ic92a5858b6006bdd28e13572cbc751dcc80a05c1
  • Loading branch information
Dreamy-Jazz authored and jenkins-bot committed Jan 5, 2023
1 parent 01ad3b0 commit 444d7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zuul/parameter_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def set_parameters(item, job, params):
'LightweightRDFa': ['WikiEditor'],
'LoginNotify': ['CentralAuth', 'CheckUser', 'Echo'],
'MachineVision': ['Wikibase', 'WikibaseMediaInfo', 'Echo'],
'MassMessage': ['Flow', 'LiquidThreads'],
'MassMessage': ['CentralAuth', 'Flow', 'LiquidThreads'],
'MassMessageEmail': ['MassMessage'],
'Math': ['VisualEditor', 'Wikibase'],
'MathSearch': ['Math'],
Expand Down Expand Up @@ -616,6 +616,7 @@ def set_parameters(item, job, params):
'SocialProfile'],
'LoginNotify': ['CentralAuth', 'Echo'],
'MachineVision': ['Wikibase', 'WikibaseMediaInfo', 'Echo'],
'MassMessage': ['CentralAuth'],
'MassMessageEmail': ['MassMessage'],
'Math': ['VisualEditor', 'Wikibase', 'Popups'],
'MediaSearch': ['CirrusSearch', 'WikibaseCirrusSearch'],
Expand Down

0 comments on commit 444d7f7

Please sign in to comment.