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

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

Issue 2164543003: tryserver.chromium.angle: convert 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]/GPU_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 24 matching lines...) Expand all
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 "--revision", 47 "--revision",
48 "src/third_party/angle@HEAD", 48 "src/third_party/angle@HEAD",
49 "--force", 49 "--force",
50 "--output_manifest" 50 "--output_manifest"
51 ], 51 ],
52 "cwd": "[BUILDER_CACHE]/GPU_Linux_Builder", 52 "cwd": "[BUILDER_CACHE]/linux",
53 "env": { 53 "env": {
54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
55 }, 55 },
56 "name": "bot_update", 56 "name": "bot_update",
57 "~followup_annotations": [ 57 "~followup_annotations": [
58 "@@@STEP_TEXT@Some step text@@@", 58 "@@@STEP_TEXT@Some step text@@@",
59 "@@@STEP_LOG_LINE@json.output@{@@@", 59 "@@@STEP_LOG_LINE@json.output@{@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "@@@STEP_LOG_LINE@json.output@ }@@@", 181 "@@@STEP_LOG_LINE@json.output@ }@@@",
182 "@@@STEP_LOG_LINE@json.output@ ]@@@", 182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
183 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
184 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "[BUILDER_CACHE]/GPU_Linux_Builder/src/tools/swarming_client/swarming.py", 191 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
192 "--version" 192 "--version"
193 ], 193 ],
194 "name": "swarming.py --version", 194 "name": "swarming.py --version",
195 "stdout": "/path/to/tmp/", 195 "stdout": "/path/to/tmp/",
196 "~followup_annotations": [ 196 "~followup_annotations": [
197 "@@@STEP_TEXT@0.8.6@@@" 197 "@@@STEP_TEXT@0.8.6@@@"
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 205 "runhooks"
206 ], 206 ],
207 "cwd": "[BUILDER_CACHE]/GPU_Linux_Builder/src", 207 "cwd": "[BUILDER_CACHE]/linux/src",
208 "env": { 208 "env": {
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
210 "GYP_CHROMIUM_NO_ACTION": "1", 210 "GYP_CHROMIUM_NO_ACTION": "1",
211 "GYP_DEFINES": "archive_gpu_tests=1 build_angle_deqp_tests=1 component=sta tic_library ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_co nform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare u se_goma=1", 211 "GYP_DEFINES": "archive_gpu_tests=1 build_angle_deqp_tests=1 component=sta tic_library ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_co nform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare u se_goma=1",
212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
213 }, 213 },
214 "name": "gclient runhooks" 214 "name": "gclient runhooks"
215 }, 215 },
216 { 216 {
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "[BUILDER_CACHE]/GPU_Linux_Builder/src/testing/scripts/get_compile_targets .py", 220 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
221 "--output", 221 "--output",
222 "/path/to/tmp/json", 222 "/path/to/tmp/json",
223 "--", 223 "--",
224 "--build-config-fs", 224 "--build-config-fs",
225 "Release", 225 "Release",
226 "--use-src-side-runtest-py", 226 "--use-src-side-runtest-py",
227 "--paths", 227 "--paths",
228 "{\"checkout\": \"[BUILDER_CACHE]/GPU_Linux_Builder/src\", \"runit.py\": \ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P ACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 228 "{\"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\"}",
229 "--properties", 229 "--properties",
230 "{\"buildername\": \"GPU Linux Builder\", \"buildnumber\": 571, \"masterna me\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}" 230 "{\"buildername\": \"GPU Linux Builder\", \"buildnumber\": 571, \"masterna me\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}"
231 ], 231 ],
232 "name": "get compile targets for scripts", 232 "name": "get compile targets for scripts",
233 "~followup_annotations": [ 233 "~followup_annotations": [
234 "@@@STEP_LOG_LINE@json.output@{}@@@", 234 "@@@STEP_LOG_LINE@json.output@{}@@@",
235 "@@@STEP_LOG_END@json.output@@@" 235 "@@@STEP_LOG_END@json.output@@@"
236 ] 236 ]
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
243 "[BUILDER_CACHE]/GPU_Linux_Builder/src/testing/buildbot/chromium.gpu.fyi.j son", 243 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gpu.fyi.json",
244 "/path/to/tmp/json" 244 "/path/to/tmp/json"
245 ], 245 ],
246 "name": "read test spec (chromium.gpu.fyi.json)", 246 "name": "read test spec (chromium.gpu.fyi.json)",
247 "~followup_annotations": [ 247 "~followup_annotations": [
248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/GPU_Linux_Builder/src/testing/buildbot /chromium.gpu.fyi.json@@@", 248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gp u.fyi.json@@@",
249 "@@@STEP_LOG_LINE@json.output@{@@@", 249 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (ATI)\": {@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (ATI)\": {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
252 "@@@STEP_LOG_LINE@json.output@ {@@@", 252 "@@@STEP_LOG_LINE@json.output@ {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
255 "@@@STEP_LOG_LINE@json.output@ }, @@@", 255 "@@@STEP_LOG_LINE@json.output@ }, @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@", 257 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@", 258 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
312 ], 312 ],
313 "name": "cleanup_temp" 313 "name": "cleanup_temp"
314 }, 314 },
315 { 315 {
316 "cmd": [ 316 "cmd": [
317 "python", 317 "python",
318 "-u", 318 "-u",
319 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 319 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
320 "--build-dir", 320 "--build-dir",
321 "[BUILDER_CACHE]/GPU_Linux_Builder/src/out/Release", 321 "[BUILDER_CACHE]/linux/src/out/Release",
322 "--clean-isolated-files" 322 "--clean-isolated-files"
323 ], 323 ],
324 "name": "clean isolated files" 324 "name": "clean isolated files"
325 }, 325 },
326 { 326 {
327 "cmd": [ 327 "cmd": [
328 "python", 328 "python",
329 "-u", 329 "-u",
330 "[BUILDER_CACHE]/GPU_Linux_Builder/src/tools/mb/mb.py", 330 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
331 "gen", 331 "gen",
332 "-m", 332 "-m",
333 "chromium.gpu.fyi", 333 "chromium.gpu.fyi",
334 "-b", 334 "-b",
335 "GPU Linux Builder", 335 "GPU Linux Builder",
336 "--config-file", 336 "--config-file",
337 "[BUILDER_CACHE]/GPU_Linux_Builder/src/tools/mb/mb_config.pyl", 337 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
338 "--goma-dir", 338 "--goma-dir",
339 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
340 "--swarming-targets-file", 340 "--swarming-targets-file",
341 "browser_tests\n", 341 "browser_tests\n",
342 "//out/Release" 342 "//out/Release"
343 ], 343 ],
344 "cwd": "[BUILDER_CACHE]/GPU_Linux_Builder/src", 344 "cwd": "[BUILDER_CACHE]/linux/src",
345 "env": { 345 "env": {
346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
347 }, 347 },
348 "name": "generate_build_files", 348 "name": "generate_build_files",
349 "~followup_annotations": [ 349 "~followup_annotations": [
350 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 350 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
351 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 351 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
352 ] 352 ]
353 }, 353 },
354 { 354 {
355 "cmd": [ 355 "cmd": [
356 "python", 356 "python",
357 "-u", 357 "-u",
358 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 358 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
359 "--show-path", 359 "--show-path",
360 "python", 360 "python",
361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
362 "--gsutil-py-path", 362 "--gsutil-py-path",
363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
364 "--ninja-path", 364 "--ninja-path",
365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
366 "--target", 366 "--target",
367 "Release", 367 "Release",
368 "--src-dir", 368 "--src-dir",
369 "[BUILDER_CACHE]/GPU_Linux_Builder/src", 369 "[BUILDER_CACHE]/linux/src",
370 "--goma-cache-dir", 370 "--goma-cache-dir",
371 "[GOMA_CACHE]", 371 "[GOMA_CACHE]",
372 "--goma-deps-cache-dir", 372 "--goma-deps-cache-dir",
373 "[GOMA_DEPS_CACHE]", 373 "[GOMA_DEPS_CACHE]",
374 "--build-data-dir", 374 "--build-data-dir",
375 "[ROOT]/build_data_dir", 375 "[ROOT]/build_data_dir",
376 "--compiler", 376 "--compiler",
377 "goma", 377 "goma",
378 "--goma-jsonstatus", 378 "--goma-jsonstatus",
379 "/path/to/tmp/json", 379 "/path/to/tmp/json",
(...skipping 14 matching lines...) Expand all
394 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 394 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
395 "@@@STEP_LOG_END@json.output (invalid)@@@" 395 "@@@STEP_LOG_END@json.output (invalid)@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "cmd": [ 399 "cmd": [
400 "python", 400 "python",
401 "-u", 401 "-u",
402 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 402 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
403 "--build-dir", 403 "--build-dir",
404 "[BUILDER_CACHE]/GPU_Linux_Builder/src/out/Release", 404 "[BUILDER_CACHE]/linux/src/out/Release",
405 "--src-dir", 405 "--src-dir",
406 "[BUILDER_CACHE]/GPU_Linux_Builder/src" 406 "[BUILDER_CACHE]/linux/src"
407 ], 407 ],
408 "cwd": "[SLAVE_BUILD]", 408 "cwd": "[SLAVE_BUILD]",
409 "name": "remove_build_metadata" 409 "name": "remove_build_metadata"
410 }, 410 },
411 { 411 {
412 "cmd": [ 412 "cmd": [
413 "python", 413 "python",
414 "-u", 414 "-u",
415 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 415 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
416 "[BUILDER_CACHE]/GPU_Linux_Builder/src/tools/swarming_client", 416 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
417 "batcharchive", 417 "batcharchive",
418 "--dump-json", 418 "--dump-json",
419 "/path/to/tmp/json", 419 "/path/to/tmp/json",
420 "--isolate-server", 420 "--isolate-server",
421 "https://isolateserver.appspot.com", 421 "https://isolateserver.appspot.com",
422 "--verbose", 422 "--verbose",
423 "[BUILDER_CACHE]/GPU_Linux_Builder/src/out/Release/browser_tests.isolated. gen.json" 423 "[BUILDER_CACHE]/linux/src/out/Release/browser_tests.isolated.gen.json"
424 ], 424 ],
425 "name": "isolate tests", 425 "name": "isolate tests",
426 "~followup_annotations": [ 426 "~followup_annotations": [
427 "@@@STEP_LOG_LINE@json.output@{@@@", 427 "@@@STEP_LOG_LINE@json.output@{@@@",
428 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 428 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
429 "@@@STEP_LOG_LINE@json.output@}@@@", 429 "@@@STEP_LOG_LINE@json.output@}@@@",
430 "@@@STEP_LOG_END@json.output@@@" 430 "@@@STEP_LOG_END@json.output@@@"
431 ] 431 ]
432 }, 432 },
433 { 433 {
434 "allow_subannotations": true, 434 "allow_subannotations": true,
435 "cmd": [ 435 "cmd": [
436 "python", 436 "python",
437 "-u", 437 "-u",
438 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 438 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
439 "--show-path", 439 "--show-path",
440 "python", 440 "python",
441 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 441 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
442 "--target", 442 "--target",
443 "Release", 443 "Release",
444 "--gsutil-py-path", 444 "--gsutil-py-path",
445 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 445 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
446 "--staging-dir", 446 "--staging-dir",
447 "[CACHE]/chrome_staging", 447 "[CACHE]/chrome_staging",
448 "--src-dir", 448 "--src-dir",
449 "[BUILDER_CACHE]/GPU_Linux_Builder/src", 449 "[BUILDER_CACHE]/linux/src",
450 "--build-url", 450 "--build-url",
451 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Linux Builder", 451 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Linux Builder",
452 "--build_revision", 452 "--build_revision",
453 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 453 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
454 "--factory-properties", 454 "--factory-properties",
455 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 455 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
456 "--build-properties", 456 "--build-properties",
457 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 457 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Linux Builde r\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_builde rname\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
458 ], 458 ],
459 "name": "package build" 459 "name": "package build"
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "~followup_annotations": [ 561 "~followup_annotations": [
562 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)< br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R elease (NVIDIA)@@@" 562 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)< br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R elease (NVIDIA)@@@"
563 ] 563 ]
564 }, 564 },
565 { 565 {
566 "name": "$result", 566 "name": "$result",
567 "recipe_result": null, 567 "recipe_result": null,
568 "status_code": 0 568 "status_code": 0
569 } 569 }
570 ] 570 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698