OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 90 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
91 ] | 91 ] |
92 }, | 92 }, |
93 { | 93 { |
94 "cmd": [ | 94 "cmd": [ |
95 "python", | 95 "python", |
96 "-u", | 96 "-u", |
97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
98 "runhooks" | 98 "runhooks" |
99 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
100 "env": { | 101 "env": { |
101 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
102 }, | 103 }, |
103 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
104 }, | 105 }, |
105 { | 106 { |
106 "cmd": [ | 107 "cmd": [ |
107 "python", | 108 "python", |
108 "-u", | 109 "-u", |
109 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 110 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x
86_64-Debug-CommandBuffer" | 458 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x
86_64-Debug-CommandBuffer" |
458 }, | 459 }, |
459 "name": "nanobench" | 460 "name": "nanobench" |
460 }, | 461 }, |
461 { | 462 { |
462 "name": "$result", | 463 "name": "$result", |
463 "recipe_result": null, | 464 "recipe_result": null, |
464 "status_code": 0 | 465 "status_code": 0 |
465 } | 466 } |
466 ] | 467 ] |
OLD | NEW |