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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "checkout", | 81 "checkout", |
82 "-f", | 82 "-f", |
83 "FETCH_HEAD" | 83 "FETCH_HEAD" |
84 ], | 84 ], |
85 "cwd": "[SLAVE_BUILD]/swarming.client", | 85 "cwd": "[SLAVE_BUILD]/swarming.client", |
86 "name": "git checkout (swarming_client)" | 86 "name": "git checkout (swarming_client)" |
87 }, | 87 }, |
88 { | 88 { |
89 "cmd": [ | 89 "cmd": [ |
90 "git", | 90 "git", |
| 91 "rev-parse", |
| 92 "HEAD" |
| 93 ], |
| 94 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 95 "name": "read revision", |
| 96 "stdout": "/path/to/tmp/", |
| 97 "~followup_annotations": [ |
| 98 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 99 ] |
| 100 }, |
| 101 { |
| 102 "cmd": [ |
| 103 "git", |
91 "clean", | 104 "clean", |
92 "-f", | 105 "-f", |
93 "-d", | 106 "-d", |
94 "-x" | 107 "-x" |
95 ], | 108 ], |
96 "cwd": "[SLAVE_BUILD]/swarming.client", | 109 "cwd": "[SLAVE_BUILD]/swarming.client", |
97 "name": "git clean (swarming_client)" | 110 "name": "git clean (swarming_client)" |
98 }, | 111 }, |
99 { | 112 { |
100 "cmd": [ | 113 "cmd": [ |
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 "@@@STEP_LOG_END@json.output@@@", | 1229 "@@@STEP_LOG_END@json.output@@@", |
1217 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1230 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1218 ] | 1231 ] |
1219 }, | 1232 }, |
1220 { | 1233 { |
1221 "name": "$result", | 1234 "name": "$result", |
1222 "recipe_result": null, | 1235 "recipe_result": null, |
1223 "status_code": 0 | 1236 "status_code": 0 |
1224 } | 1237 } |
1225 ] | 1238 ] |
OLD | NEW |