Bug 1354038 - [push-apk] taskgraph: Use rollout and deactivate dry-run on release r=aki
MozReview-Commit-ID: 4Rc0Qd5ZI4Z
This commit is contained in:
@@ -411,7 +411,7 @@ task_description_schema = Schema({
|
||||
}],
|
||||
|
||||
# "Invalid" is a noop for try and other non-supported branches
|
||||
Required('google-play-track'): Any('production', 'beta', 'alpha', 'invalid'),
|
||||
Required('google-play-track'): Any('production', 'beta', 'alpha', 'rollout', 'invalid'),
|
||||
Required('dry-run', default=True): bool,
|
||||
Optional('rollout-percentage'): int,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user