Backed out 2 changesets (bug 1342392) for bustage a=backout

Backed out changeset b0e86286b173 (bug 1342392)
Backed out changeset 01bf0c29331e (bug 1342392)

MozReview-Commit-ID: 71fcOZ2RgEp
This commit is contained in:
Wes Kocher
2017-09-11 17:35:09 -07:00
parent aa0e889647
commit d62fefa0af
33 changed files with 36 additions and 661 deletions

View File

@@ -499,7 +499,7 @@ GROUP_NAMES = {
'tc-L10n-Rpk': 'Localized Repackaged Repacks executed by Taskcluster',
'tc-BM-L10n': 'Beetmover for locales executed by Taskcluster',
'tc-BMR-L10n': 'Beetmover repackages for locales executed by Taskcluster',
'c-Up': 'Balrog submission of complete updates',
'tc-Up': 'Balrog submission of updates, executed by Taskcluster',
'tc-cs': 'Checksum signing executed by Taskcluster',
'tc-rs': 'Repackage signing executed by Taskcluster',
'tc-BMcs': 'Beetmover checksums, executed by Taskcluster',
@@ -512,10 +512,6 @@ GROUP_NAMES = {
'TW64': 'Toolchain builds for Windows 64-bits',
'SM-tc': 'Spidermonkey builds',
'pub': 'APK publishing',
'p': 'Partial generation',
'ps': 'Partials signing',
'pBM': 'Beetmover for partials',
'cp-Up': 'Balrog submission of updates, completes and partials',
}
UNKNOWN_GROUP_NAME = "Treeherder group {} has no name; add it to " + __file__