Commit 56a9a0cb authored by Reid Kleckner's avatar Reid Kleckner Committed by Commit Bot

Remove ToTWinLibcxx64 bot, src-side

Now that libc++ is always used on Windows, we don't need a dedicated bot
to monitor this configuration.

R=thakis@chromium.org

Bug: 801780
Change-Id: I98916f516cc5d06ef9180efec331be86bbae114b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048007
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740371}
parent e343c8c5
...@@ -491,11 +491,6 @@ ci.clang_builder( ...@@ -491,11 +491,6 @@ ci.clang_builder(
os = os.WINDOWS_ANY, os = os.WINDOWS_ANY,
) )
ci.clang_builder(
name = 'ToTWinLibcxx64',
os = os.WINDOWS_ANY,
)
ci.clang_builder( ci.clang_builder(
name = 'UBSanVptr Linux', name = 'UBSanVptr Linux',
goma_backend = goma.backend.RBE_PROD, goma_backend = goma.backend.RBE_PROD,
......
...@@ -143,11 +143,6 @@ luci.console_view( ...@@ -143,11 +143,6 @@ luci.console_view(
category = 'ToT Windows|x64', category = 'ToT Windows|x64',
short_name = 'lto', short_name = 'lto',
), ),
luci.console_view_entry(
builder = 'ci/ToTWinLibcxx64',
category = 'ToT Windows|x64',
short_name = 'cxx',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/CrWinAsan', builder = 'ci/CrWinAsan',
category = 'ToT Windows|Asan', category = 'ToT Windows|Asan',
......
...@@ -4796,27 +4796,6 @@ buckets: < ...@@ -4796,27 +4796,6 @@ buckets: <
build_numbers: YES build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
> >
builders: <
name: "ToTWinLibcxx64"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:32"
dimensions: "cpu:x86-64"
dimensions: "os:Windows"
dimensions: "ssd:0"
recipe: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.clang\""
properties_j: "perf_dashboard_machine_group:\"ChromiumClang\""
>
execution_timeout_secs: 43200
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
>
builders: < builders: <
name: "ToTiOS" name: "ToTiOS"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
......
...@@ -1806,11 +1806,6 @@ consoles: < ...@@ -1806,11 +1806,6 @@ consoles: <
category: "ToT Windows|x64" category: "ToT Windows|x64"
short_name: "lto" short_name: "lto"
> >
builders: <
name: "buildbucket/luci.chromium.ci/ToTWinLibcxx64"
category: "ToT Windows|x64"
short_name: "cxx"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/CrWinAsan" name: "buildbucket/luci.chromium.ci/CrWinAsan"
category: "ToT Windows|Asan" category: "ToT Windows|Asan"
......
...@@ -2517,15 +2517,6 @@ job: < ...@@ -2517,15 +2517,6 @@ job: <
builder: "ToTWinCFI64" builder: "ToTWinCFI64"
> >
> >
job: <
id: "ToTWinLibcxx64"
acl_sets: "ci"
buildbucket: <
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "ToTWinLibcxx64"
>
>
job: < job: <
id: "ToTiOS" id: "ToTiOS"
acl_sets: "ci" acl_sets: "ci"
...@@ -6439,7 +6430,6 @@ trigger: < ...@@ -6439,7 +6430,6 @@ trigger: <
triggers: "ToTWinASanLibfuzzer" triggers: "ToTWinASanLibfuzzer"
triggers: "ToTWinCFI" triggers: "ToTWinCFI"
triggers: "ToTWinCFI64" triggers: "ToTWinCFI64"
triggers: "ToTWinLibcxx64"
triggers: "ToTiOS" triggers: "ToTiOS"
triggers: "ToTiOSDevice" triggers: "ToTiOSDevice"
triggers: "UBSan Release" triggers: "UBSan Release"
......
This diff is collapsed.
...@@ -1316,7 +1316,6 @@ ...@@ -1316,7 +1316,6 @@
'ToTWin64(dll)', 'ToTWin64(dll)',
'ToTWinCFI', 'ToTWinCFI',
'ToTWinCFI64', 'ToTWinCFI64',
'ToTWinLibcxx64',
'ToTWinThinLTO64', 'ToTWinThinLTO64',
], ],
}, },
......
...@@ -1121,12 +1121,6 @@ ...@@ -1121,12 +1121,6 @@
'isolated_scripts': 'win_specific_isolated_scripts', 'isolated_scripts': 'win_specific_isolated_scripts',
}, },
}, },
'ToTWinLibcxx64': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
'isolated_scripts': 'win_specific_isolated_scripts',
},
},
'ToTWinOfficial': { 'ToTWinOfficial': {
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_win_gtests', 'gtest_tests': 'chromium_win_gtests',
......
...@@ -145,7 +145,6 @@ ...@@ -145,7 +145,6 @@
'ToTWinASanLibfuzzer': 'libfuzzer_windows_asan_clang_tot_release_bot', 'ToTWinASanLibfuzzer': 'libfuzzer_windows_asan_clang_tot_release_bot',
'ToTWinCFI': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_x86', 'ToTWinCFI': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_x86',
'ToTWinCFI64': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on', 'ToTWinCFI64': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on',
'ToTWinLibcxx64': 'clang_tot_official_optimize_minimal_symbols_static_release_libcxx',
'ToTWinThinLTO64': 'clang_tot_win_official_full_symbols_thin_lto_static', 'ToTWinThinLTO64': 'clang_tot_win_official_full_symbols_thin_lto_static',
'ToTiOS': 'ios_error', 'ToTiOS': 'ios_error',
'UBSanVptr Linux': 'ubsan_vptr_release_bot', 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
...@@ -1466,10 +1465,6 @@ ...@@ -1466,10 +1465,6 @@
'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86',
], ],
'clang_tot_official_optimize_minimal_symbols_static_release_libcxx': [
'clang_tot', 'official_optimize', 'minimal_symbols', 'static', 'release', 'libcxx',
],
'clang_tot_release_minimal_symbols_thin_lto_static': [ 'clang_tot_release_minimal_symbols_thin_lto_static': [
'clang_tot', 'release', 'minimal_symbols', 'thin_lto', 'static', 'clang_tot', 'release', 'minimal_symbols', 'thin_lto', 'static',
], ],
...@@ -2367,10 +2362,6 @@ ...@@ -2367,10 +2362,6 @@
'gn_args': 'target_cpu="x64"', 'gn_args': 'target_cpu="x64"',
}, },
'libcxx': {
'gn_args': 'use_custom_libcxx=true',
},
'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
'link_jobs_32': { 'link_jobs_32': {
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
'ToTWinASanLibfuzzer': 'libfuzzer_windows_asan_clang_tot_release_bot', 'ToTWinASanLibfuzzer': 'libfuzzer_windows_asan_clang_tot_release_bot',
'ToTWinCFI': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_x86', 'ToTWinCFI': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_x86',
'ToTWinCFI64': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on', 'ToTWinCFI64': 'clang_tot_win_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on',
'ToTWinLibcxx64': 'clang_tot_official_optimize_minimal_symbols_static_release_libcxx',
'ToTiOS': 'ios_error', 'ToTiOS': 'ios_error',
'UBSan Release': 'ubsan_release_bot', 'UBSan Release': 'ubsan_release_bot',
'UBSan vptr Release': 'ubsan_vptr_release_bot', 'UBSan vptr Release': 'ubsan_vptr_release_bot',
...@@ -2191,14 +2190,6 @@ ...@@ -2191,14 +2190,6 @@
'x86', 'x86',
'dcheck_always_on' 'dcheck_always_on'
], ],
'clang_tot_official_optimize_minimal_symbols_static_release_libcxx': [
'clang_tot',
'official_optimize',
'minimal_symbols',
'static',
'release',
'libcxx'
],
'clang_tot_release_minimal_symbols_thin_lto_static': [ 'clang_tot_release_minimal_symbols_thin_lto_static': [
'clang_tot', 'clang_tot',
'release', 'release',
...@@ -3142,10 +3133,6 @@ ...@@ -3142,10 +3133,6 @@
'gn_args': 'target_cpu="x64"' 'gn_args': 'target_cpu="x64"'
}, },
'libcxx': {
'gn_args': 'use_custom_libcxx=true'
},
'libfuzzer': { 'libfuzzer': {
'gn_args': 'use_libfuzzer=true' 'gn_args': 'use_libfuzzer=true'
}, },
......
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