Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator-swarming.json

Issue 2482503003: Replace ios-simulator-swarming bot with ios-simulator-xcode-clang (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/config/cq.cfg ('k') | ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "owners": [
3 "dpranke",
4 "smut"
5 ],
6 "comments": [
7 "Tests for 64-bit iOS 10.0 simulators.",
8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.",
9 "Build is performed with gn+ninja."
10 ],
11 "xcode version": "8.0",
12 "GYP_DEFINES": [
13 "OS=ios",
14 "chromium_ios_signing=0",
15 "component=static_library",
16 "use_goma=1",
17 "gomadir=$(goma_dir)",
18 "target_subarch=both"
19 ],
20 "gn_args": [
21 "is_debug=true",
22 "target_os=\"ios\"",
23 "ios_enable_code_signing=false",
24 "is_component_build=false",
25 "use_goma=true",
26 "goma_dir=\"$(goma_dir)\"",
27 "target_cpu=\"x64\"",
28 "additional_target_cpus=[\"x86\"]"
29 ],
30 "mb_type": "gn",
31 "compiler": "ninja",
32 "additional_compile_targets": ["gn_all"],
33 "configuration": "Debug",
34 "sdk": "iphonesimulator10.0",
35 "tests": [
36 {
37 "include": "common_tests.json",
38 "device type": "iPhone 6s",
39 "os": "10.0"
40 },
41 {
42 "include": "common_tests.json",
43 "device type": "iPad Air 2",
44 "os": "10.0"
45 }
46 ]
47 }
OLDNEW
« no previous file with comments | « infra/config/cq.cfg ('k') | ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698