Commit 778993dd authored by smut's avatar smut Committed by Commit bot

Replace ios-simulator-swarming bot with ios-simulator-xcode-clang

ios-simulator-swarming is a deprecated CQ experiment. All iOS bots use Swarming now.

BUG=661612

Review-Url: https://codereview.chromium.org/2482503003
Cr-Commit-Position: refs/heads/master@{#430140}
parent 32fefea3
...@@ -58,7 +58,7 @@ verifiers { ...@@ -58,7 +58,7 @@ verifiers {
builders { name: "ios-device" } builders { name: "ios-device" }
builders { name: "ios-simulator" } builders { name: "ios-simulator" }
builders { builders {
name: "ios-simulator-swarming" name: "ios-simulator-xcode-clang"
experiment_percentage: 50 experiment_percentage: 50
} }
builders { name: "mac_chromium_compile_dbg_ng" } builders { name: "mac_chromium_compile_dbg_ng" }
......
{ {
"owners": [ "owners": [
"dpranke", "sdefresne",
"smut" "smut"
], ],
"comments": [ "comments": [
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
"use_goma=true", "use_goma=true",
"goma_dir=\"$(goma_dir)\"", "goma_dir=\"$(goma_dir)\"",
"target_cpu=\"x64\"", "target_cpu=\"x64\"",
"additional_target_cpus=[\"x86\"]" "additional_target_cpus=[\"x86\"]",
"use_xcode_clang=true"
], ],
"mb_type": "gn", "mb_type": "gn",
"compiler": "ninja", "compiler": "ninja",
"additional_compile_targets": ["gn_all"],
"configuration": "Debug", "configuration": "Debug",
"sdk": "iphonesimulator10.0", "sdk": "iphonesimulator10.0",
"tests": [ "tests": [
......
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
'ios-device': 'ios', 'ios-device': 'ios',
'ios-simulator': 'ios', 'ios-simulator': 'ios',
'ios-simulator-cronet': 'ios', 'ios-simulator-cronet': 'ios',
'ios-simulator-swarming': 'ios', 'ios-simulator-xcode-clang': 'ios',
}, },
'chromium.memory': { 'chromium.memory': {
...@@ -578,7 +578,7 @@ ...@@ -578,7 +578,7 @@
'ios-device': 'ios', 'ios-device': 'ios',
'ios-simulator': 'ios', 'ios-simulator': 'ios',
'ios-simulator-cronet': 'ios', 'ios-simulator-cronet': 'ios',
'ios-simulator-swarming': 'ios', 'ios-simulator-xcode-clang': 'ios',
'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot', 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot',
'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot',
'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip',
......
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