Bug 1338186 - tweak the bucket scope to new form. r=aki a=release DONTBUILD

MozReview-Commit-ID: Fbjk6xTZwmZ
This commit is contained in:
Mihai Tabara
2017-02-27 18:55:03 +00:00
parent fe94fff05a
commit 73c20cd964

View File

@@ -73,9 +73,9 @@ BEETMOVER_SCOPE_ALIAS_TO_TARGET_TASK = [[
"""Map the beetmover scope aliases to the actual scopes.
"""
BEETMOVER_BUCKET_SCOPES = {
'all-release-branches': 'project:releng:beetmover:nightly',
'all-nightly-branches': 'project:releng:beetmover:nightly',
'default': 'project:releng:beetmover:nightly',
'all-release-branches': 'project:releng:beetmover:bucket:release',
'all-nightly-branches': 'project:releng:beetmover:bucket:nightly',
'default': 'project:releng:beetmover:bucket:dep',
}
"""Map the beetmover tasks aliases to the actual action scopes.