OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE
PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c
hromium/src.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE
PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c
hromium/src.git'}]" |
10 ], | 10 ], |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "checkout", | 92 "checkout", |
93 "-f", | 93 "-f", |
94 "FETCH_HEAD" | 94 "FETCH_HEAD" |
95 ], | 95 ], |
96 "cwd": "[SLAVE_BUILD]/swarming.client", | 96 "cwd": "[SLAVE_BUILD]/swarming.client", |
97 "name": "git checkout (swarming_client)" | 97 "name": "git checkout (swarming_client)" |
98 }, | 98 }, |
99 { | 99 { |
100 "cmd": [ | 100 "cmd": [ |
101 "git", | 101 "git", |
| 102 "rev-parse", |
| 103 "HEAD" |
| 104 ], |
| 105 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 106 "name": "read revision", |
| 107 "stdout": "/path/to/tmp/", |
| 108 "~followup_annotations": [ |
| 109 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 110 ] |
| 111 }, |
| 112 { |
| 113 "cmd": [ |
| 114 "git", |
102 "clean", | 115 "clean", |
103 "-f", | 116 "-f", |
104 "-d", | 117 "-d", |
105 "-x" | 118 "-x" |
106 ], | 119 ], |
107 "cwd": "[SLAVE_BUILD]/swarming.client", | 120 "cwd": "[SLAVE_BUILD]/swarming.client", |
108 "name": "git clean (swarming_client)" | 121 "name": "git clean (swarming_client)" |
109 }, | 122 }, |
110 { | 123 { |
111 "cmd": [ | 124 "cmd": [ |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 "@@@STEP_LOG_END@json.output@@@", | 1271 "@@@STEP_LOG_END@json.output@@@", |
1259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1272 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1260 ] | 1273 ] |
1261 }, | 1274 }, |
1262 { | 1275 { |
1263 "name": "$result", | 1276 "name": "$result", |
1264 "recipe_result": null, | 1277 "recipe_result": null, |
1265 "status_code": 0 | 1278 "status_code": 0 |
1266 } | 1279 } |
1267 ] | 1280 ] |
OLD | NEW |