Commit f017966c authored by Yoshisato Yanagisawa's avatar Yoshisato Yanagisawa Committed by Chromium LUCI CQ

Remove legacy Goma canary/latest mb_config.pyl.

Bug: b/168080931
Bug: b/147265909
Change-Id: I786453f22e1748a3b1e2da6edb8d3a35563bb57d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642084
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845591}
parent b23b52d6
......@@ -357,56 +357,28 @@
},
'chromium.goma.fyi': {
'Linux Builder Goma Canary': 'gpu_tests_release_bot',
'Linux Builder Goma Latest Client': 'gpu_tests_release_bot',
'Linux Builder Goma RBE Canary': 'gpu_tests_release_bot',
'Linux Builder Goma RBE Latest Client': 'gpu_tests_release_bot',
'Win Builder (dbg) Goma Canary': 'gpu_tests_debug_bot_x86_no_symbols',
'Win Builder (dbg) Goma Latest Client': 'gpu_tests_debug_bot_x86_no_symbols',
'Win Builder (dbg) Goma RBE Latest Client': 'gpu_tests_debug_bot_x86_no_symbols',
'Win Builder Goma Canary': 'gpu_tests_release_bot_x86_minimal_symbols',
'Win Builder Goma Latest Client': 'gpu_tests_release_bot_x86_minimal_symbols',
'Win Builder Goma RBE Latest Client': 'gpu_tests_release_bot_x86_minimal_symbols',
'win32-archive-rel-goma-canary-localoutputcache': 'release_bot_x86_minimal_symbols_enable_archive_compression',
'win32-archive-rel-goma-latest-localoutputcache': 'release_bot_x86_minimal_symbols_enable_archive_compression',
'Mac Builder (dbg) Goma Canary': 'gpu_tests_debug_bot',
'Mac Builder (dbg) Goma Canary (clobber)': 'gpu_tests_debug_bot',
'Mac Builder (dbg) Goma Latest Client': 'gpu_tests_debug_bot',
'Mac Builder (dbg) Goma Latest Client (clobber)': 'gpu_tests_debug_bot',
'Mac Builder (dbg) Goma RBE Canary (clobber)': 'gpu_tests_debug_bot',
'Mac Builder (dbg) Goma RBE Latest Client (clobber)': 'gpu_tests_debug_bot',
'Mac Builder Goma Canary': 'gpu_tests_release_bot_minimal_symbols',
'Mac Builder Goma Latest Client': 'gpu_tests_release_bot_minimal_symbols',
'mac-archive-rel-goma-canary': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-rel-goma-latest': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-rel-goma-rbe-canary': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-rel-goma-rbe-latest': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-rel-goma-canary-localoutputcache': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-rel-goma-latest-localoutputcache': 'release_bot_mac_strip_minimal_symbols',
'chromeos-amd64-generic-rel-goma-canary': 'chromeos_amd64-generic',
'chromeos-amd64-generic-rel-goma-latest': 'chromeos_amd64-generic',
'chromeos-amd64-generic-rel-goma-rbe-canary': 'chromeos_amd64-generic',
'chromeos-amd64-generic-rel-goma-rbe-latest': 'chromeos_amd64-generic',
'android-archive-dbg-goma-canary': 'android_without_codecs_debug_bot',
'android-archive-dbg-goma-latest': 'android_without_codecs_debug_bot',
'android-archive-dbg-goma-rbe-ats-canary': 'android_without_codecs_debug_bot',
'android-archive-dbg-goma-rbe-ats-latest': 'android_without_codecs_debug_bot',
'android-archive-dbg-goma-rbe-canary': 'android_without_codecs_debug_bot',
'android-archive-dbg-goma-rbe-latest': 'android_without_codecs_debug_bot',
'ios-device-goma-canary-clobber': 'ios_device_release_compile_only',
'ios-device-goma-latest-clobber': 'ios_device_release_compile_only',
'ios-device-goma-rbe-canary-clobber': 'ios_device_release_compile_only',
'ios-device-goma-rbe-latest-clobber': 'ios_device_release_compile_only',
'linux-archive-rel-goma-canary': 'release_bot',
'linux-archive-rel-goma-canary-localoutputcache': 'release_bot',
'linux-archive-rel-goma-latest': 'release_bot',
'linux-archive-rel-goma-latest-localoutputcache': 'release_bot',
'linux-archive-rel-goma-rbe-ats-canary': 'release_bot',
'linux-archive-rel-goma-rbe-ats-latest': 'release_bot',
'linux-archive-rel-goma-rbe-canary': 'release_bot',
......
{
"Linux Builder Goma Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"use_goma": true
}
},
"Linux Builder Goma Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"use_goma": true
}
},
"Linux Builder Goma RBE Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
......@@ -35,46 +17,6 @@
"use_goma": true
}
},
"Mac Builder (dbg) Goma Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Mac Builder (dbg) Goma Canary (clobber)": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Mac Builder (dbg) Goma Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Mac Builder (dbg) Goma Latest Client (clobber)": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Mac Builder (dbg) Goma RBE Canary (clobber)": {
"gn_args": {
"ffmpeg_branding": "Chrome",
......@@ -95,48 +37,6 @@
"use_goma": true
}
},
"Mac Builder Goma Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Mac Builder Goma Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"symbol_level": 1,
"use_goma": true
}
},
"Win Builder (dbg) Goma Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 0,
"target_cpu": "x86",
"use_goma": true
}
},
"Win Builder (dbg) Goma Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": true,
"is_debug": true,
"proprietary_codecs": true,
"symbol_level": 0,
"target_cpu": "x86",
"use_goma": true
}
},
"Win Builder (dbg) Goma RBE Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
......@@ -148,28 +48,6 @@
"use_goma": true
}
},
"Win Builder Goma Canary": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"symbol_level": 1,
"target_cpu": "x86",
"use_goma": true
}
},
"Win Builder Goma Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"symbol_level": 1,
"target_cpu": "x86",
"use_goma": true
}
},
"Win Builder Goma RBE Latest Client": {
"gn_args": {
"ffmpeg_branding": "Chrome",
......@@ -181,24 +59,6 @@
"use_goma": true
}
},
"android-archive-dbg-goma-canary": {
"gn_args": {
"is_component_build": true,
"is_debug": true,
"symbol_level": 1,
"target_os": "android",
"use_goma": true
}
},
"android-archive-dbg-goma-latest": {
"gn_args": {
"is_component_build": true,
"is_debug": true,
"symbol_level": 1,
"target_os": "android",
"use_goma": true
}
},
"android-archive-dbg-goma-rbe-ats-canary": {
"gn_args": {
"is_component_build": true,
......@@ -235,22 +95,6 @@
"use_goma": true
}
},
"chromeos-amd64-generic-rel-goma-canary": {
"args_file": "//build/args/chromeos/amd64-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-amd64-generic-rel-goma-latest": {
"args_file": "//build/args/chromeos/amd64-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-amd64-generic-rel-goma-rbe-canary": {
"args_file": "//build/args/chromeos/amd64-generic.gni",
"gn_args": {
......@@ -267,32 +111,6 @@
"use_goma": true
}
},
"ios-device-goma-canary-clobber": {
"gn_args": {
"ios_code_signing_identity_description": "Apple Development",
"ios_enable_code_signing": false,
"is_component_build": false,
"is_debug": false,
"symbol_level": 0,
"target_cpu": "arm64",
"target_environment": "device",
"target_os": "ios",
"use_goma": true
}
},
"ios-device-goma-latest-clobber": {
"gn_args": {
"ios_code_signing_identity_description": "Apple Development",
"ios_enable_code_signing": false,
"is_component_build": false,
"is_debug": false,
"symbol_level": 0,
"target_cpu": "arm64",
"target_environment": "device",
"target_os": "ios",
"use_goma": true
}
},
"ios-device-goma-rbe-canary-clobber": {
"gn_args": {
"ios_code_signing_identity_description": "Apple Development",
......@@ -319,34 +137,6 @@
"use_goma": true
}
},
"linux-archive-rel-goma-canary": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"use_goma": true
}
},
"linux-archive-rel-goma-canary-localoutputcache": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"use_goma": true
}
},
"linux-archive-rel-goma-latest": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"use_goma": true
}
},
"linux-archive-rel-goma-latest-localoutputcache": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"use_goma": true
}
},
"linux-archive-rel-goma-rbe-ats-canary": {
"gn_args": {
"is_component_build": false,
......@@ -375,42 +165,6 @@
"use_goma": true
}
},
"mac-archive-rel-goma-canary": {
"gn_args": {
"enable_stripping": true,
"is_component_build": false,
"is_debug": false,
"symbol_level": 1,
"use_goma": true
}
},
"mac-archive-rel-goma-canary-localoutputcache": {
"gn_args": {
"enable_stripping": true,
"is_component_build": false,
"is_debug": false,
"symbol_level": 1,
"use_goma": true
}
},
"mac-archive-rel-goma-latest": {
"gn_args": {
"enable_stripping": true,
"is_component_build": false,
"is_debug": false,
"symbol_level": 1,
"use_goma": true
}
},
"mac-archive-rel-goma-latest-localoutputcache": {
"gn_args": {
"enable_stripping": true,
"is_component_build": false,
"is_debug": false,
"symbol_level": 1,
"use_goma": true
}
},
"mac-archive-rel-goma-rbe-canary": {
"gn_args": {
"enable_stripping": true,
......@@ -428,25 +182,5 @@
"symbol_level": 1,
"use_goma": true
}
},
"win32-archive-rel-goma-canary-localoutputcache": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"skip_archive_compression": false,
"symbol_level": 1,
"target_cpu": "x86",
"use_goma": true
}
},
"win32-archive-rel-goma-latest-localoutputcache": {
"gn_args": {
"is_component_build": false,
"is_debug": false,
"skip_archive_compression": false,
"symbol_level": 1,
"target_cpu": "x86",
"use_goma": true
}
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment