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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_ios32_simulator.json

Issue 1096683002: WebRTC: Move iOS Simulator bots to client.webrtc + add trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 5 years, 8 months 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "ios_arm64_rel", 10 "ios32_simulator",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'm ac']", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'm ac']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "666666", 20 "666666",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python", 68 "python",
69 "-u", 69 "-u",
70 "[DEPOT_TOOLS]/gclient.py", 70 "[DEPOT_TOOLS]/gclient.py",
71 "runhooks" 71 "runhooks"
72 ], 72 ],
73 "env": { 73 "env": {
74 "GYP_CROSSCOMPILE": "1", 74 "GYP_CROSSCOMPILE": "1",
75 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1", 75 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=ia32 use_goma=1",
76 "GYP_GENERATORS": "ninja" 76 "GYP_GENERATORS": "ninja"
77 }, 77 },
78 "name": "gclient runhooks" 78 "name": "gclient runhooks"
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "python", 82 "python",
83 "-u", 83 "-u",
84 "[BUILD]/scripts/slave/compile.py", 84 "[BUILD]/scripts/slave/compile.py",
85 "--target", 85 "--target",
86 "Release-iphoneos", 86 "Debug-iphonesimulator",
87 "--src-dir", 87 "--src-dir",
88 "[SLAVE_BUILD]/src", 88 "[SLAVE_BUILD]/src",
89 "--build-tool", 89 "--build-tool",
90 "ninja", 90 "ninja",
91 "--compiler", 91 "--compiler",
92 "goma-clang", 92 "goma-clang",
93 "--goma-dir", 93 "--goma-dir",
94 "[BUILD]/goma", 94 "[BUILD]/goma",
95 "--", 95 "--",
96 "All" 96 "All"
97 ], 97 ],
98 "name": "compile" 98 "name": "compile"
99 } 99 }
100 ] 100 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698