0

Remove mb configs and source side specs for chromeos-arm-generic-*.

The configuration wasn't being tested on trunk due to limited DUT
capacity, but its coverage is also superseded by chromeos-kevin-chrome,
which is being run against all branches, so the configuration isn't
providing much value and will lead to a confusing situation after moving
to per-milestones projects where creating a new branch causes builders
to be added to the LUCI configuration.

Bug: 1150968
Change-Id: I3d2ceecd735dbcf9254e413a484f1818567595ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2686340
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#852805}
This commit is contained in:
Garrett Beaty
2021-02-10 21:30:41 +00:00
committed by Chromium LUCI CQ
parent 9990616178
commit 7de4aab84f
4 changed files with 0 additions and 84 deletions
testing/buildbot
tools/mb
mb_config.pyl
mb_config_expectations

@ -1,31 +1,11 @@
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"chromeos-arm-generic-beta": {
"additional_compile_targets": [
"chromiumos_preflight"
]
},
"chromeos-arm-generic-cfi-thin-lto-chrome": {
"additional_compile_targets": [
"chromiumos_preflight"
]
},
"chromeos-arm-generic-ltc": {
"additional_compile_targets": [
"chromiumos_preflight"
]
},
"chromeos-arm-generic-lts": {
"additional_compile_targets": [
"chromiumos_preflight"
]
},
"chromeos-arm-generic-stable": {
"additional_compile_targets": [
"chromiumos_preflight"
]
},
"chromeos-betty-pi-arc-cfi-thin-lto-chrome": {
"additional_compile_targets": [
"chromiumos_preflight"

@ -13,31 +13,11 @@
'name': 'chrome',
'mixins': ['chrome-tester-service-account'],
'machines': {
'chromeos-arm-generic-beta': {
'additional_compile_targets': [
'chromiumos_preflight',
],
},
'chromeos-arm-generic-cfi-thin-lto-chrome': {
'additional_compile_targets': [
'chromiumos_preflight',
],
},
'chromeos-arm-generic-ltc': {
'additional_compile_targets': [
'chromiumos_preflight',
],
},
'chromeos-arm-generic-lts': {
'additional_compile_targets': [
'chromiumos_preflight',
],
},
'chromeos-arm-generic-stable': {
'additional_compile_targets': [
'chromiumos_preflight',
],
},
'chromeos-betty-pi-arc-cfi-thin-lto-chrome': {
'additional_compile_targets': [
'chromiumos_preflight',

@ -14,10 +14,6 @@
# this dict to look up which config to use for a given bot.
'builder_groups': {
'chrome': {
'chromeos-arm-generic-beta': 'official_chromeos_arm-generic',
'chromeos-arm-generic-ltc': 'official_chromeos_arm-generic',
'chromeos-arm-generic-lts': 'official_chromeos_arm-generic',
'chromeos-arm-generic-stable': 'official_chromeos_arm-generic',
'chromeos-arm-generic-cfi-thin-lto-chrome': 'chromeos_arm-generic_cfi_thin_lto_official',
'chromeos-betty-pi-arc-cfi-thin-lto-chrome': 'chromeos_betty-pi-arc_cfi_thin_lto_official',
'chromeos-betty-pi-arc-chrome': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
@ -2337,10 +2333,6 @@
'msan', 'release_bot_blink',
],
'official_chromeos_arm-generic': [
'chromeos_device', 'arm-generic', 'goma', 'official_optimize',
],
'official_celab_release_bot': [
'official', 'release_bot', 'minimal_symbols',
],

@ -1,13 +1,4 @@
{
"chromeos-arm-generic-beta": {
"args_file": "//build/args/chromeos/arm-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-arm-generic-cfi-thin-lto-chrome": {
"args_file": "//build/args/chromeos/arm-generic.gni",
"gn_args": {
@ -22,33 +13,6 @@
"use_thin_lto": true
}
},
"chromeos-arm-generic-ltc": {
"args_file": "//build/args/chromeos/arm-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-arm-generic-lts": {
"args_file": "//build/args/chromeos/arm-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-arm-generic-stable": {
"args_file": "//build/args/chromeos/arm-generic.gni",
"gn_args": {
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true
}
},
"chromeos-betty-pi-arc-cfi-thin-lto-chrome": {
"args_file": "//build/args/chromeos/betty-pi-arc.gni",
"gn_args": {