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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder.json

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux_Builder", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
41 "--git-cache-dir", 41 "--git-cache-dir",
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--output_json", 43 "--output_json",
44 "/path/to/tmp/json", 44 "/path/to/tmp/json",
45 "--revision", 45 "--revision",
46 "src@HEAD", 46 "src@HEAD",
47 "--force", 47 "--force",
48 "--output_manifest" 48 "--output_manifest"
49 ], 49 ],
50 "cwd": "[BUILDER_CACHE]/Linux_Builder", 50 "cwd": "[BUILDER_CACHE]/linux",
51 "env": { 51 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 53 },
54 "name": "bot_update", 54 "name": "bot_update",
55 "~followup_annotations": [ 55 "~followup_annotations": [
56 "@@@STEP_TEXT@Some step text@@@", 56 "@@@STEP_TEXT@Some step text@@@",
57 "@@@STEP_LOG_LINE@json.output@{@@@", 57 "@@@STEP_LOG_LINE@json.output@{@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "@@@STEP_LOG_LINE@json.output@ }@@@", 178 "@@@STEP_LOG_LINE@json.output@ }@@@",
179 "@@@STEP_LOG_LINE@json.output@ ]@@@", 179 "@@@STEP_LOG_LINE@json.output@ ]@@@",
180 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
181 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
182 ] 182 ]
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "[BUILDER_CACHE]/Linux_Builder/src/tools/swarming_client/swarming.py", 188 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
189 "--version" 189 "--version"
190 ], 190 ],
191 "name": "swarming.py --version", 191 "name": "swarming.py --version",
192 "stdout": "/path/to/tmp/", 192 "stdout": "/path/to/tmp/",
193 "~followup_annotations": [ 193 "~followup_annotations": [
194 "@@@STEP_TEXT@0.8.6@@@" 194 "@@@STEP_TEXT@0.8.6@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
202 "runhooks" 202 "runhooks"
203 ], 203 ],
204 "cwd": "[BUILDER_CACHE]/Linux_Builder/src", 204 "cwd": "[BUILDER_CACHE]/linux/src",
205 "env": { 205 "env": {
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
207 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 208 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1",
209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
210 }, 210 },
211 "name": "gclient runhooks" 211 "name": "gclient runhooks"
212 }, 212 },
213 { 213 {
214 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "[BUILDER_CACHE]/Linux_Builder/src/testing/scripts/get_compile_targets.py" , 217 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
218 "--output", 218 "--output",
219 "/path/to/tmp/json", 219 "/path/to/tmp/json",
220 "--", 220 "--",
221 "--build-config-fs", 221 "--build-config-fs",
222 "Release", 222 "Release",
223 "--use-src-side-runtest-py", 223 "--use-src-side-runtest-py",
224 "--paths", 224 "--paths",
225 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Builder/src\", \"runit.py\": \"REC IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA GE_REPO[build]/scripts/slave/runtest.py\"}", 225 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
226 "--properties", 226 "--properties",
227 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l inux\"}" 227 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l inux\"}"
228 ], 228 ],
229 "name": "get compile targets for scripts", 229 "name": "get compile targets for scripts",
230 "~followup_annotations": [ 230 "~followup_annotations": [
231 "@@@STEP_LOG_LINE@json.output@{}@@@", 231 "@@@STEP_LOG_LINE@json.output@{}@@@",
232 "@@@STEP_LOG_END@json.output@@@" 232 "@@@STEP_LOG_END@json.output@@@"
233 ] 233 ]
234 }, 234 },
235 { 235 {
236 "cmd": [ 236 "cmd": [
237 "python", 237 "python",
238 "-u", 238 "-u",
239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
240 "[BUILDER_CACHE]/Linux_Builder/src/testing/buildbot/chromium.linux.json", 240 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
241 "/path/to/tmp/json" 241 "/path/to/tmp/json"
242 ], 242 ],
243 "name": "read test spec (chromium.linux.json)", 243 "name": "read test spec (chromium.linux.json)",
244 "~followup_annotations": [ 244 "~followup_annotations": [
245 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Builder/src/testing/buildbot/chr omium.linux.json@@@", 245 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
246 "@@@STEP_LOG_LINE@json.output@{@@@", 246 "@@@STEP_LOG_LINE@json.output@{@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 247 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
249 "@@@STEP_LOG_LINE@json.output@ {@@@", 249 "@@@STEP_LOG_LINE@json.output@ {@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
252 "@@@STEP_LOG_LINE@json.output@ }, @@@", 252 "@@@STEP_LOG_LINE@json.output@ }, @@@",
253 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 253 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
254 "@@@STEP_LOG_LINE@json.output@ }@@@", 254 "@@@STEP_LOG_LINE@json.output@ }@@@",
255 "@@@STEP_LOG_LINE@json.output@ ]@@@", 255 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
269 ], 269 ],
270 "name": "cleanup_temp" 270 "name": "cleanup_temp"
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "python", 274 "python",
275 "-u", 275 "-u",
276 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 276 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
277 "--build-dir", 277 "--build-dir",
278 "[BUILDER_CACHE]/Linux_Builder/src/out/Release", 278 "[BUILDER_CACHE]/linux/src/out/Release",
279 "--clean-isolated-files" 279 "--clean-isolated-files"
280 ], 280 ],
281 "name": "clean isolated files" 281 "name": "clean isolated files"
282 }, 282 },
283 { 283 {
284 "cmd": [ 284 "cmd": [
285 "python", 285 "python",
286 "-u", 286 "-u",
287 "[BUILDER_CACHE]/Linux_Builder/src/tools/mb/mb.py", 287 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
288 "gen", 288 "gen",
289 "-m", 289 "-m",
290 "chromium.linux", 290 "chromium.linux",
291 "-b", 291 "-b",
292 "Linux Builder", 292 "Linux Builder",
293 "--config-file", 293 "--config-file",
294 "[BUILDER_CACHE]/Linux_Builder/src/tools/mb/mb_config.pyl", 294 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
295 "--goma-dir", 295 "--goma-dir",
296 "[CACHE]/cipd/goma", 296 "[CACHE]/cipd/goma",
297 "--swarming-targets-file", 297 "--swarming-targets-file",
298 "browser_tests\n", 298 "browser_tests\n",
299 "//out/Release" 299 "//out/Release"
300 ], 300 ],
301 "cwd": "[BUILDER_CACHE]/Linux_Builder/src", 301 "cwd": "[BUILDER_CACHE]/linux/src",
302 "env": { 302 "env": {
303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
304 }, 304 },
305 "name": "generate_build_files", 305 "name": "generate_build_files",
306 "~followup_annotations": [ 306 "~followup_annotations": [
307 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 307 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
308 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 308 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
309 ] 309 ]
310 }, 310 },
311 { 311 {
312 "cmd": [ 312 "cmd": [
313 "python", 313 "python",
314 "-u", 314 "-u",
315 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 315 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
316 "--show-path", 316 "--show-path",
317 "python", 317 "python",
318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
319 "--gsutil-py-path", 319 "--gsutil-py-path",
320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
321 "--ninja-path", 321 "--ninja-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
323 "--target", 323 "--target",
324 "Release", 324 "Release",
325 "--src-dir", 325 "--src-dir",
326 "[BUILDER_CACHE]/Linux_Builder/src", 326 "[BUILDER_CACHE]/linux/src",
327 "--goma-cache-dir", 327 "--goma-cache-dir",
328 "[GOMA_CACHE]", 328 "[GOMA_CACHE]",
329 "--goma-deps-cache-dir", 329 "--goma-deps-cache-dir",
330 "[GOMA_DEPS_CACHE]", 330 "[GOMA_DEPS_CACHE]",
331 "--build-data-dir", 331 "--build-data-dir",
332 "[ROOT]/build_data_dir", 332 "[ROOT]/build_data_dir",
333 "--compiler", 333 "--compiler",
334 "goma", 334 "goma",
335 "--goma-jsonstatus", 335 "--goma-jsonstatus",
336 "/path/to/tmp/json", 336 "/path/to/tmp/json",
(...skipping 15 matching lines...) Expand all
352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
353 "@@@STEP_LOG_END@json.output (invalid)@@@" 353 "@@@STEP_LOG_END@json.output (invalid)@@@"
354 ] 354 ]
355 }, 355 },
356 { 356 {
357 "cmd": [ 357 "cmd": [
358 "python", 358 "python",
359 "-u", 359 "-u",
360 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 360 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
361 "--build-dir", 361 "--build-dir",
362 "[BUILDER_CACHE]/Linux_Builder/src/out/Release", 362 "[BUILDER_CACHE]/linux/src/out/Release",
363 "--src-dir", 363 "--src-dir",
364 "[BUILDER_CACHE]/Linux_Builder/src" 364 "[BUILDER_CACHE]/linux/src"
365 ], 365 ],
366 "cwd": "[SLAVE_BUILD]", 366 "cwd": "[SLAVE_BUILD]",
367 "name": "remove_build_metadata" 367 "name": "remove_build_metadata"
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 373 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
374 "[BUILDER_CACHE]/Linux_Builder/src/tools/swarming_client", 374 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
375 "batcharchive", 375 "batcharchive",
376 "--dump-json", 376 "--dump-json",
377 "/path/to/tmp/json", 377 "/path/to/tmp/json",
378 "--isolate-server", 378 "--isolate-server",
379 "https://isolateserver.appspot.com", 379 "https://isolateserver.appspot.com",
380 "--verbose", 380 "--verbose",
381 "[BUILDER_CACHE]/Linux_Builder/src/out/Release/browser_tests.isolated.gen. json" 381 "[BUILDER_CACHE]/linux/src/out/Release/browser_tests.isolated.gen.json"
382 ], 382 ],
383 "name": "isolate tests", 383 "name": "isolate tests",
384 "~followup_annotations": [ 384 "~followup_annotations": [
385 "@@@STEP_LOG_LINE@json.output@{@@@", 385 "@@@STEP_LOG_LINE@json.output@{@@@",
386 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 386 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
387 "@@@STEP_LOG_LINE@json.output@}@@@", 387 "@@@STEP_LOG_LINE@json.output@}@@@",
388 "@@@STEP_LOG_END@json.output@@@" 388 "@@@STEP_LOG_END@json.output@@@"
389 ] 389 ]
390 }, 390 },
391 { 391 {
392 "allow_subannotations": true, 392 "allow_subannotations": true,
393 "cmd": [ 393 "cmd": [
394 "python", 394 "python",
395 "-u", 395 "-u",
396 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 396 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
397 "--show-path", 397 "--show-path",
398 "python", 398 "python",
399 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 399 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
400 "--target", 400 "--target",
401 "Release", 401 "Release",
402 "--gsutil-py-path", 402 "--gsutil-py-path",
403 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 403 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
404 "--staging-dir", 404 "--staging-dir",
405 "[CACHE]/chrome_staging", 405 "[CACHE]/chrome_staging",
406 "--src-dir", 406 "--src-dir",
407 "[BUILDER_CACHE]/Linux_Builder/src", 407 "[BUILDER_CACHE]/linux/src",
408 "--build-url", 408 "--build-url",
409 "gs://chromium-linux-archive/chromium.linux/Linux Builder", 409 "gs://chromium-linux-archive/chromium.linux/Linux Builder",
410 "--build_revision", 410 "--build_revision",
411 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 411 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
412 "--factory-properties", 412 "--factory-properties",
413 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 413 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
414 "--build-properties", 414 "--build-properties",
415 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 415 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
416 ], 416 ],
417 "name": "package build" 417 "name": "package build"
(...skipping 25 matching lines...) Expand all
443 "~followup_annotations": [ 443 "~followup_annotations": [
444 "@@@STEP_TEXT@Linux Tests@@@" 444 "@@@STEP_TEXT@Linux Tests@@@"
445 ] 445 ]
446 }, 446 },
447 { 447 {
448 "name": "$result", 448 "name": "$result",
449 "recipe_result": null, 449 "recipe_result": null,
450 "status_code": 0 450 "status_code": 0
451 } 451 }
452 ] 452 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698