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

MozReview-Commit-ID: Fbjk6xTZwmZ

--HG--
extra : source : e6b4a6513789a8fa3a2950bb9f6c65d5f5afc5f2
extra : intermediate-source : e00f58c31a85ad03e6eccfa99926f75687041254
This commit is contained in:
Mihai Tabara 2017-02-27 18:55:03 +00:00
Родитель 4039fb4c58
Коммит 035e4968ce
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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