Commit 73e1cc62 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Drop webrtc and test from cl.exe builder

We don't want to run test on the builders.
I will add webrtc target in tools repository.
https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Bug: b/78251210
Bug: 835686
Bug: 834213
Change-Id: Ib2ac5238e86fc965df9bfd4af098d60d3cbfb89b
Reviewed-on: https://chromium-review.googlesource.com/1027575Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553903}
parent eff68983
......@@ -8010,23 +8010,8 @@
"Win cl.exe Goma Canary LocalOutputCache": {
"additional_compile_targets": [
"v8:gn_all",
"webrtc",
"pdfium_all",
"libANGLE"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Win7 Builder (dbg) Goma Canary": {
......@@ -8071,23 +8056,8 @@
"WinMSVC64 Goma Canary": {
"additional_compile_targets": [
"v8:gn_all",
"webrtc",
"pdfium_all",
"libANGLE"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"chromeos-amd64-generic-rel-goma-canary": {
......
......@@ -1349,10 +1349,6 @@
"label": "//third_party/blink/renderer/controller:webkit_unit_tests",
"type": "console_test_launcher",
},
"webrtc": {
"label": "//third_party/webrtc_overrides:webrtc",
"type": "additional_compile_target",
},
"webview_instrumentation_test_apk": {
"label": "//android_webview/test:webview_instrumentation_test_apk",
"type": "console_test_launcher",
......
......@@ -1326,11 +1326,8 @@
'Win cl.exe Goma Canary LocalOutputCache': {
# Build only chromium's subproject using cl.exe.
'additional_compile_targets': [
'v8:gn_all', 'webrtc', 'pdfium_all', 'libANGLE',
'v8:gn_all', 'pdfium_all', 'libANGLE',
],
'test_suites': {
'gtest_tests': 'goma_gtests',
},
},
'Win7 Builder (dbg) Goma Canary': {
'additional_compile_targets': [
......@@ -1352,11 +1349,8 @@
'WinMSVC64 Goma Canary': {
# Build only chromium's subproject using cl.exe.
'additional_compile_targets': [
'v8:gn_all', 'webrtc', 'pdfium_all', 'libANGLE',
'v8:gn_all', 'pdfium_all', 'libANGLE',
],
'test_suites': {
'gtest_tests': 'goma_gtests',
},
},
'chromeos-amd64-generic-rel-goma-canary': {
'additional_compile_targets': [
......
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