зеркало из https://github.com/mozilla/treeherder.git
Bug 1060763 - Sync job names, symbols & groups with TBPL
This commit is contained in:
Родитель
b280091fec
Коммит
5d032e25bf
|
@ -312,8 +312,8 @@ buildernames = [
|
|||
'job_type': 'unittest',
|
||||
'name': {'group_name': 'unknown',
|
||||
'group_symbol': '?',
|
||||
'name': 'Gaia UI Test',
|
||||
'job_symbol': 'Gu'},
|
||||
'name': 'Gaia Python Integration Test',
|
||||
'job_symbol': 'Gip'},
|
||||
'platform': {'arch': 'x86_64',
|
||||
'os': 'linux',
|
||||
'os_platform': 'b2g-linux64',
|
||||
|
@ -324,7 +324,7 @@ buildernames = [
|
|||
'name': {'group_name': 'unknown',
|
||||
'group_symbol': '?',
|
||||
'name': 'Gaia Unit Test',
|
||||
'job_symbol': 'G'},
|
||||
'job_symbol': 'Gu'},
|
||||
'platform': {'arch': 'x86_64',
|
||||
'os': 'linux',
|
||||
'os_platform': 'b2g-linux64',
|
||||
|
|
|
@ -332,8 +332,8 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('mochitest'), "desc": "Mochitest"},
|
||||
{"regex": re.compile('webapprt-chrome$'), "desc": "Webapprt Chrome"},
|
||||
{"regex": re.compile('webapprt-content$'), "desc": "Webapprt Content"},
|
||||
{"regex": re.compile('web-platform-tests$'), "desc": "W3C Web Platform Tests"},
|
||||
{"regex": re.compile('web-platform-tests-reftests'), "desc": "W3C Web Platform Reftests"},
|
||||
{"regex": re.compile('web-platform-tests-reftests$'), "desc": "W3C Web Platform Reftests"},
|
||||
{"regex": re.compile('web-platform-tests'), "desc": "W3C Web Platform Tests"},
|
||||
{"regex": re.compile('robocop'), "desc": "Robocop"},
|
||||
{"regex": re.compile('crashtest-e10s'), "desc": "Crashtest e10s"},
|
||||
{"regex": re.compile('crashtest-ipc'), "desc": "Crashtest IPC"},
|
||||
|
@ -342,6 +342,7 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('jsreftest'), "desc": "JSReftest"},
|
||||
{"regex": re.compile('reftest-e10s'), "desc": "Reftest e10s"},
|
||||
{"regex": re.compile('reftest-sanity-oop$'), "desc": "Reftest Sanity OOP"},
|
||||
{"regex": re.compile('reftest-sanity$'), "desc": "Reftest Sanity"},
|
||||
{"regex": re.compile('reftest-ipc'), "desc": "Reftest IPC"},
|
||||
{"regex": re.compile('reftest-omtc'), "desc": "Reftest OMTC"},
|
||||
{"regex": re.compile('reftest-no-accel'), "desc": "Reftest Unaccelerated"},
|
||||
|
@ -349,13 +350,14 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('cppunit$'), "desc": "CPP Unit Tests"},
|
||||
{"regex": re.compile('jittest'), "desc": "JIT Tests"},
|
||||
{"regex": re.compile('jetpack'), "desc": "Jetpack SDK Test"},
|
||||
{"regex": re.compile('gaia-build-unit$'), "desc": "Gaia Build Unit Test"},
|
||||
{"regex": re.compile('gaia-build$'), "desc": "Gaia Build Test"},
|
||||
{"regex": re.compile('gaia-unit-oop$'), "desc": "Gaia Unit Test OOP"},
|
||||
{"regex": re.compile('gaia-unit$'), "desc": "Gaia Unit Test"},
|
||||
{"regex": re.compile('gaia-integration-oop$'), "desc": "Gaia Integration Test OOP"},
|
||||
{"regex": re.compile('gaia-integration$'), "desc": "Gaia Integration Test"},
|
||||
{"regex": re.compile('gaia-ui-test-oop$'), "desc": "Gaia UI Test OOP"},
|
||||
{"regex": re.compile('gaia-ui-test$'), "desc": "Gaia UI Test"},
|
||||
{"regex": re.compile('gaia-integration-oop$'), "desc": "Gaia JS Integration Test OOP"},
|
||||
{"regex": re.compile('gaia-integration$'), "desc": "Gaia JS Integration Test"},
|
||||
{"regex": re.compile('gaia-ui-test-oop$'), "desc": "Gaia Python Integration Test OOP"},
|
||||
{"regex": re.compile('gaia-ui-test$'), "desc": "Gaia Python Integration Test"},
|
||||
{"regex": re.compile('linter$'), "desc": "Linter Test"},
|
||||
{"regex": re.compile('marionette-webapi$'), "desc": "Marionette WebAPI Tests"},
|
||||
{"regex": re.compile('marionette$'), "desc": "Marionette Framework Unit Tests"},
|
||||
|
@ -366,10 +368,11 @@ JOB_NAME_BUILDERNAME = [
|
|||
# If we start doing debug ASan tests, please kill these special build types
|
||||
{"regex": re.compile('debug asan nightly'), "desc": "AddressSanitizer Debug Nightly"},
|
||||
{"regex": re.compile('asan nightly'), "desc": "AddressSanitizer Opt Nightly"},
|
||||
{"regex": re.compile('-br-haz'), "desc": "Static Rooting Hazard Analysis, Full Browser"},
|
||||
{"regex": re.compile('-sh-haz'), "desc": "Static Rooting Hazard Analysis, JS Shell"},
|
||||
{"regex": re.compile('-sh-haz'), "desc": "SpiderMonkey Hazard Analysis Build"},
|
||||
{"regex": re.compile('-haz'), "desc": "Hazard Analysis Build"},
|
||||
{"regex": re.compile('xulrunner'), "desc": "XULRunner Nightly"},
|
||||
{"regex": re.compile('b2g.*_dolphin_eng_nightly'), "desc": "Dolphin Device Image Nightly (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_flame-kk_eng_nightly'), "desc": "Flame KitKat Device Image Nightly (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_flame_eng_nightly'), "desc": "Flame Device Image Nightly (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_hamachi_eng_nightly'), "desc": "Hamachi Device Image Nightly (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_helix_eng_nightly'), "desc": "Helix Device Image Nightly (Engineering)"},
|
||||
|
@ -381,6 +384,7 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('b2g.*_eng_nightly'), "desc": "Unknown B2G Device Image Nightly (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_emulator.*_nightly'), "desc": "B2G Emulator Image Nightly"},
|
||||
{"regex": re.compile('b2g.*_dolphin_nightly'), "desc": "Dolphin Device Image Nightly"},
|
||||
{"regex": re.compile('b2g.*_flame-kk_nightly'), "desc": "Flame KitKat Device Image Nightly"},
|
||||
{"regex": re.compile('b2g.*_flame_nightly'), "desc": "Flame Device Image Nightly"},
|
||||
{"regex": re.compile('b2g.*_hamachi_nightly'), "desc": "Hamachi Device Image Nightly"},
|
||||
{"regex": re.compile('b2g.*_helix_nightly'), "desc": "Helix Device Image Nightly"},
|
||||
|
@ -394,6 +398,7 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('(?:l10n|localizer) nightly'), "desc": "L10n Nightly"},
|
||||
{"regex": re.compile('nightly'), "desc": "Nightly"},
|
||||
{"regex": re.compile('b2g.*_dolphin_eng_(?:dep|periodic)'), "desc": "Dolphin Device Image Build (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_flame-kk_eng_(?:dep|periodic)'), "desc": "Flame KitKat Device Image Build (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_flame_eng_(?:dep|periodic)'), "desc": "Flame Device Image Build (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_hamachi_eng_(?:dep|periodic)'), "desc": "Hamachi Device Image Build (Engineering)"},
|
||||
{"regex": re.compile('b2g.*_helix_eng_(?:dep|periodic)'), "desc": "Helix Device Image Build (Engineering)"},
|
||||
|
@ -406,6 +411,7 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('b2g.*_emulator.*_nonunified'), "desc": "B2G Emulator Image Non-Unified Build"},
|
||||
{"regex": re.compile('b2g.*_emulator.*_(?:dep|periodic)'), "desc": "B2G Emulator Image Build"},
|
||||
{"regex": re.compile('b2g.*_dolphin_(?:dep|periodic)'), "desc": "Dolphin Device Image Build"},
|
||||
{"regex": re.compile('b2g.*_flame-kk_(?:dep|periodic)'), "desc": "Flame KitKat Device Image Build"},
|
||||
{"regex": re.compile('b2g.*_flame_(?:dep|periodic)'), "desc": "Flame Device Image Build"},
|
||||
{"regex": re.compile('b2g.*_hamachi_(?:dep|periodic)'), "desc": "Hamachi Device Image Build"},
|
||||
{"regex": re.compile('b2g.*_helix_(?:dep|periodic)'), "desc": "Helix Device Image Build"},
|
||||
|
@ -444,6 +450,10 @@ GROUP_NAMES = {
|
|||
"Flame Device Image Build (Engineering)": "Flame Device Image",
|
||||
"Flame Device Image Nightly": "Flame Device Image",
|
||||
"Flame Device Image Nightly (Engineering)": "Flame Device Image",
|
||||
"Flame KitKat Device Image Build": "Flame KitKat Device Image",
|
||||
"Flame KitKat Device Image Build (Engineering)": "Flame KitKat Device Image",
|
||||
"Flame KitKat Device Image Nightly": "Flame KitKat Device Image",
|
||||
"Flame KitKat Device Image Nightly (Engineering)": "Flame KitKat Device Image",
|
||||
"Hamachi Device Image Build": "Buri/Hamachi Device Image",
|
||||
"Hamachi Device Image Build (Engineering)": "Buri/Hamachi Device Image",
|
||||
"Hamachi Device Image Nightly": "Buri/Hamachi Device Image",
|
||||
|
@ -500,6 +510,7 @@ GROUP_NAMES = {
|
|||
"Reftest Unaccelerated": "Reftest",
|
||||
"Reftest IPC": "Reftest",
|
||||
"Reftest OMTC": "Reftest",
|
||||
"Reftest Sanity": "Reftest",
|
||||
"JSReftest": "Reftest",
|
||||
"Crashtest e10s": "Reftest e10s",
|
||||
"JSReftest e10s": "Reftest e10s",
|
||||
|
@ -510,9 +521,8 @@ GROUP_NAMES = {
|
|||
"SpiderMonkey Fail-On-Warnings Build": "SpiderMonkey",
|
||||
"SpiderMonkey Exact Rooting Shell Build": "SpiderMonkey",
|
||||
"SpiderMonkey GGC Shell Build": "SpiderMonkey",
|
||||
"SpiderMonkey Hazard Analysis Build": "SpiderMonkey",
|
||||
"SpiderMonkey Root Analysis Build": "SpiderMonkey",
|
||||
"Static Rooting Hazard Analysis, Full Browser": "SpiderMonkey",
|
||||
"Static Rooting Hazard Analysis, JS Shell": "SpiderMonkey",
|
||||
"Talos Performance": "Talos Performance",
|
||||
"Talos canvasmark": "Talos Performance",
|
||||
"Talos chrome": "Talos Performance",
|
||||
|
@ -550,12 +560,12 @@ SYMBOLS = {
|
|||
"SpiderMonkey Fail-On-Warnings Build": "e",
|
||||
"SpiderMonkey Exact Rooting Shell Build": "exr",
|
||||
"SpiderMonkey GGC Shell Build": "ggc",
|
||||
"SpiderMonkey Hazard Analysis Build": "H",
|
||||
"SpiderMonkey Root Analysis Build": "r",
|
||||
"Static Rooting Hazard Analysis, Full Browser": "Hf",
|
||||
"Static Rooting Hazard Analysis, JS Shell": "Hs",
|
||||
# ** Nightly Builds **
|
||||
"Nightly": "N",
|
||||
"DXR Index Build": "Dxr",
|
||||
"Hazard Analysis Build": "H",
|
||||
"Valgrind Build": "V",
|
||||
"XULRunner Nightly": "Xr",
|
||||
# ** Special Builds **
|
||||
|
@ -582,6 +592,11 @@ SYMBOLS = {
|
|||
"Flame Device Image Build (Engineering)": "Be",
|
||||
"Flame Device Image Nightly": "N",
|
||||
"Flame Device Image Nightly (Engineering)": "Ne",
|
||||
"Flame KitKat Device Image": "Flame-KK",
|
||||
"Flame KitKat Device Image Build": "B",
|
||||
"Flame KitKat Device Image Build (Engineering)": "Be",
|
||||
"Flame KitKat Device Image Nightly": "N",
|
||||
"Flame KitKat Device Image Nightly (Engineering)": "Ne",
|
||||
"Buri/Hamachi Device Image": "Buri/Hamachi",
|
||||
"Hamachi Device Image Build": "B",
|
||||
"Hamachi Device Image Build (Engineering)": "Be",
|
||||
|
@ -654,22 +669,24 @@ SYMBOLS = {
|
|||
"JSReftest e10s": "J",
|
||||
"Reftest": "R",
|
||||
"Reftest e10s": "R-e10s",
|
||||
"Reftest Sanity OOP": "R-oop",
|
||||
"Reftest Sanity OOP": "Rs-oop",
|
||||
"Reftest IPC": "Ripc",
|
||||
"Reftest OMTC": "Ro",
|
||||
"Reftest Sanity": "Rs",
|
||||
"Reftest Unaccelerated": "Ru",
|
||||
|
||||
# All other unit tests, sorted alphabetically by symbol.
|
||||
"CPP Unit Tests": "Cpp",
|
||||
"JIT Tests": "Jit",
|
||||
"Jetpack SDK Test": "JP",
|
||||
"Gaia Unit Test OOP": "G-oop",
|
||||
"Gaia Unit Test": "G",
|
||||
"Gaia Build Test": "Gb",
|
||||
"Gaia Integration Test OOP": "Gi-oop",
|
||||
"Gaia Integration Test": "Gi",
|
||||
"Gaia UI Test OOP": "Gu-oop",
|
||||
"Gaia UI Test": "Gu",
|
||||
"Gaia Build Unit Test": "Gbu",
|
||||
"Gaia JS Integration Test OOP": "Gij-oop",
|
||||
"Gaia JS Integration Test": "Gij",
|
||||
"Gaia Python Integration Test OOP": "Gip-oop",
|
||||
"Gaia Python Integration Test": "Gip",
|
||||
"Gaia Unit Test OOP": "Gu-oop",
|
||||
"Gaia Unit Test": "Gu",
|
||||
"Linter Test": "Li",
|
||||
"Marionette Framework Unit Tests": "Mn",
|
||||
"Marionette WebAPI Tests": "Mnw",
|
||||
|
|
Загрузка…
Ссылка в новой задаче