Bug 1338186 - tweak the bucket scope to new form. r=aki a=release DONTBUILD
MozReview-Commit-ID: Fbjk6xTZwmZ
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user