Bug 1354038 - [push-apk] taskgraph: Use rollout and deactivate dry-run on release r=aki

MozReview-Commit-ID: 4Rc0Qd5ZI4Z
This commit is contained in:
Johan Lorenzo
2017-04-20 18:21:52 +02:00
parent ca95cdd557
commit a5a0806cc1
2 changed files with 5 additions and 3 deletions

View File

@@ -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,
}),