OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.mojo", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium Mojo Linux", | 10 "Headless Linux (dbg)", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
118 "runhooks" | 118 "runhooks" |
119 ], | 119 ], |
120 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
121 "env": { | 121 "env": { |
122 "GYP_CHROMIUM_NO_ACTION": "1", | 122 "GYP_CHROMIUM_NO_ACTION": "1", |
123 "GYP_DEFINES": "component=static_library gomadir='[SLAVE_BUILD]/src/build/
goma/client' target_arch=x64 use_goma=1", | 123 "GYP_DEFINES": "component=shared_library gomadir='[SLAVE_BUILD]/src/build/
goma/client' target_arch=x64 use_goma=1", |
124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
125 }, | 125 }, |
126 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
127 }, | 127 }, |
128 { | 128 { |
129 "cmd": [ | 129 "cmd": [ |
130 "python", | 130 "python", |
131 "-u", | 131 "-u", |
132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
133 "--output", | 133 "--output", |
134 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
135 "--", | 135 "--", |
136 "--build-config-fs", | 136 "--build-config-fs", |
137 "Release", | 137 "Debug", |
138 "--paths", | 138 "--paths", |
139 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 139 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
140 "--properties", | 140 "--properties", |
141 "{\"buildername\": \"Chromium Mojo Linux\", \"buildnumber\": 571, \"master
name\": \"chromium.mojo\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 141 "{\"buildername\": \"Headless Linux (dbg)\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
142 ], | 142 ], |
143 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
144 "name": "get compile targets for scripts", | 144 "name": "get compile targets for scripts", |
145 "~followup_annotations": [ | 145 "~followup_annotations": [ |
146 "@@@STEP_LOG_LINE@json.output@{}@@@", | 146 "@@@STEP_LOG_LINE@json.output@{}@@@", |
147 "@@@STEP_LOG_END@json.output@@@" | 147 "@@@STEP_LOG_END@json.output@@@" |
148 ] | 148 ] |
149 }, | 149 }, |
150 { | 150 { |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "-u", | 153 "-u", |
154 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 154 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
155 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json", | 155 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
156 "/path/to/tmp/json" | 156 "/path/to/tmp/json" |
157 ], | 157 ], |
158 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
159 "name": "read test spec", | 159 "name": "read test spec", |
160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
161 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json@
@@", | 161 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
162 "@@@STEP_LOG_LINE@json.output@{}@@@", | 162 "@@@STEP_LOG_LINE@json.output@{}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 164 ] |
165 }, | 165 }, |
166 { | 166 { |
167 "cmd": [ | 167 "cmd": [ |
168 "python", | 168 "python", |
169 "-u", | 169 "-u", |
170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
171 "--show-path", | 171 "--show-path", |
172 "python", | 172 "python", |
173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
174 ], | 174 ], |
175 "cwd": "[SLAVE_BUILD]", | 175 "cwd": "[SLAVE_BUILD]", |
176 "name": "cleanup_temp" | 176 "name": "cleanup_temp" |
177 }, | 177 }, |
178 { | 178 { |
179 "cmd": [ | 179 "cmd": [ |
180 "python", | 180 "python", |
181 "-u", | 181 "-u", |
182 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 182 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
183 "gen", | 183 "gen", |
184 "-m", | 184 "-m", |
185 "chromium.mojo", | 185 "chromium.fyi", |
186 "-b", | 186 "-b", |
187 "Chromium Mojo Linux", | 187 "Headless Linux (dbg)", |
188 "--config-file", | 188 "--config-file", |
189 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 189 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
190 "--goma-dir", | 190 "--goma-dir", |
191 "[SLAVE_BUILD]/src/build/goma/client", | 191 "[SLAVE_BUILD]/src/build/goma/client", |
192 "//out/Release" | 192 "//out/Debug" |
193 ], | 193 ], |
194 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
195 "name": "generate_build_files" | 195 "name": "generate_build_files" |
196 }, | 196 }, |
197 { | 197 { |
198 "cmd": [ | 198 "cmd": [ |
199 "python", | 199 "python", |
200 "-u", | 200 "-u", |
201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
202 "--show-path", | 202 "--show-path", |
203 "python", | 203 "python", |
204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
205 "--ninja-path", | 205 "--ninja-path", |
206 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 206 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
207 "--target", | 207 "--target", |
208 "Release", | 208 "Debug", |
209 "--src-dir", | 209 "--src-dir", |
210 "[SLAVE_BUILD]/src", | 210 "[SLAVE_BUILD]/src", |
211 "--goma-cache-dir", | 211 "--goma-cache-dir", |
212 "[GOMA_CACHE]", | 212 "[GOMA_CACHE]", |
213 "--build-tool", | 213 "--build-tool", |
214 "ninja", | 214 "ninja", |
215 "--compiler", | 215 "--compiler", |
216 "goma", | 216 "goma", |
217 "--goma-jsonstatus", | 217 "--goma-jsonstatus", |
218 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
219 "--goma-dir", | 219 "--goma-dir", |
220 "[SLAVE_BUILD]/src/build/goma/client", | 220 "[SLAVE_BUILD]/src/build/goma/client", |
221 "--", | 221 "--", |
222 "All", | 222 "All", |
223 "chromium_builder_tests" | 223 "chromium_builder_tests" |
224 ], | 224 ], |
225 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
226 "name": "compile", | 226 "name": "compile", |
227 "~followup_annotations": [ | 227 "~followup_annotations": [ |
228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
229 "@@@STEP_LOG_END@json.output (invalid)@@@" | 229 "@@@STEP_LOG_END@json.output (invalid)@@@" |
230 ] | 230 ] |
231 }, | 231 }, |
232 { | 232 { |
233 "name": "$result", | 233 "name": "$result", |
234 "recipe_result": null, | 234 "recipe_result": null, |
235 "status_code": 0 | 235 "status_code": 0 |
236 } | 236 } |
237 ] | 237 ] |
OLD | NEW |