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

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

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 years, 3 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
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 "android_gn_rel", 10 "android_compile_rel",
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 = ['android' ]", 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 = ['android' ]",
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[DEPOT_TOOLS]/gclient.py", 92 "[DEPOT_TOOLS]/gclient.py",
93 "runhooks" 93 "runhooks"
94 ], 94 ],
95 "cwd": "[SLAVE_BUILD]", 95 "cwd": "[SLAVE_BUILD]",
96 "env": { 96 "env": {
97 "GYP_CHROMIUM_NO_ACTION": "1",
98 "GYP_CROSSCOMPILE": "1", 97 "GYP_CROSSCOMPILE": "1",
99 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 98 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
101 }, 100 },
102 "name": "gclient runhooks" 101 "name": "gclient runhooks"
103 }, 102 },
104 { 103 {
105 "cmd": [ 104 "cmd": [
106 "python", 105 "python",
107 "-u", 106 "-u",
108 "[DEPOT_TOOLS]/gn.py",
109 "--root=[SLAVE_BUILD]/src",
110 "gen",
111 "//out/Release",
112 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\" build_with_chromium=false"
113 ],
114 "cwd": "[SLAVE_BUILD]",
115 "name": "gn"
116 },
117 {
118 "cmd": [
119 "python",
120 "-u",
121 "[BUILD]/scripts/slave/compile.py", 107 "[BUILD]/scripts/slave/compile.py",
122 "--target", 108 "--target",
123 "Release", 109 "Release",
124 "--src-dir", 110 "--src-dir",
125 "[SLAVE_BUILD]/src", 111 "[SLAVE_BUILD]/src",
126 "--build-tool", 112 "--build-tool",
127 "ninja", 113 "ninja",
128 "--compiler", 114 "--compiler",
129 "goma", 115 "goma",
130 "--goma-dir", 116 "--goma-dir",
131 "[BUILD]/goma", 117 "[BUILD]/goma",
132 "--goma-fail-fast", 118 "--goma-fail-fast",
133 "--goma-disable-local-fallback", 119 "--goma-disable-local-fallback",
134 "--", 120 "--"
135 "all"
136 ], 121 ],
137 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
138 "env": { 123 "env": {
139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 124 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
140 }, 125 },
141 "name": "compile" 126 "name": "compile"
142 } 127 }
143 ] 128 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698