OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[CWD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", |
12 "name": "git setup (swarming_client)" | 13 "name": "git setup (swarming_client)" |
13 }, | 14 }, |
14 { | 15 { |
15 "cmd": [ | 16 "cmd": [ |
16 "git", | 17 "git", |
17 "retry", | 18 "retry", |
18 "fetch", | 19 "fetch", |
19 "origin", | 20 "origin", |
20 "[dummy swarming client hash]" | 21 "[dummy swarming client hash]" |
21 ], | 22 ], |
22 "cwd": "[CWD]/swarming.client", | 23 "cwd": "[SLAVE_BUILD]/swarming.client", |
23 "name": "git fetch (swarming_client)" | 24 "name": "git fetch (swarming_client)" |
24 }, | 25 }, |
25 { | 26 { |
26 "cmd": [ | 27 "cmd": [ |
27 "git", | 28 "git", |
28 "checkout", | 29 "checkout", |
29 "-f", | 30 "-f", |
30 "FETCH_HEAD" | 31 "FETCH_HEAD" |
31 ], | 32 ], |
32 "cwd": "[CWD]/swarming.client", | 33 "cwd": "[SLAVE_BUILD]/swarming.client", |
33 "name": "git checkout (swarming_client)" | 34 "name": "git checkout (swarming_client)" |
34 }, | 35 }, |
35 { | 36 { |
36 "cmd": [ | 37 "cmd": [ |
37 "git", | 38 "git", |
38 "rev-parse", | 39 "rev-parse", |
39 "HEAD" | 40 "HEAD" |
40 ], | 41 ], |
41 "cwd": "[CWD]/swarming.client", | 42 "cwd": "[SLAVE_BUILD]/swarming.client", |
42 "name": "read revision", | 43 "name": "read revision", |
43 "stdout": "/path/to/tmp/", | 44 "stdout": "/path/to/tmp/", |
44 "~followup_annotations": [ | 45 "~followup_annotations": [ |
45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
46 ] | 47 ] |
47 }, | 48 }, |
48 { | 49 { |
49 "cmd": [ | 50 "cmd": [ |
50 "git", | 51 "git", |
51 "clean", | 52 "clean", |
52 "-f", | 53 "-f", |
53 "-d", | 54 "-d", |
54 "-x" | 55 "-x" |
55 ], | 56 ], |
56 "cwd": "[CWD]/swarming.client", | 57 "cwd": "[SLAVE_BUILD]/swarming.client", |
57 "name": "git clean (swarming_client)" | 58 "name": "git clean (swarming_client)" |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "git", | 62 "git", |
62 "submodule", | 63 "submodule", |
63 "sync" | 64 "sync" |
64 ], | 65 ], |
65 "cwd": "[CWD]/swarming.client", | 66 "cwd": "[SLAVE_BUILD]/swarming.client", |
66 "name": "submodule sync (swarming_client)" | 67 "name": "submodule sync (swarming_client)" |
67 }, | 68 }, |
68 { | 69 { |
69 "cmd": [ | 70 "cmd": [ |
70 "git", | 71 "git", |
71 "submodule", | 72 "submodule", |
72 "update", | 73 "update", |
73 "--init", | 74 "--init", |
74 "--recursive" | 75 "--recursive" |
75 ], | 76 ], |
76 "cwd": "[CWD]/swarming.client", | 77 "cwd": "[SLAVE_BUILD]/swarming.client", |
77 "name": "submodule update (swarming_client)", | 78 "name": "submodule update (swarming_client)", |
78 "~followup_annotations": [ | 79 "~followup_annotations": [ |
79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
80 ] | 81 ] |
81 }, | 82 }, |
82 { | 83 { |
83 "cmd": [ | 84 "cmd": [ |
84 "python", | 85 "python", |
85 "-u", | 86 "-u", |
86 "[CWD]/swarming.client/swarming.py", | 87 "[SLAVE_BUILD]/swarming.client/swarming.py", |
87 "--version" | 88 "--version" |
88 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
89 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
90 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
91 "~followup_annotations": [ | 93 "~followup_annotations": [ |
92 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
93 ] | 95 ] |
94 }, | 96 }, |
95 { | 97 { |
96 "cmd": [ | 98 "cmd": [ |
97 "python", | 99 "python", |
98 "-u", | 100 "-u", |
99 "[CWD]/swarming.client/swarming.py", | 101 "[SLAVE_BUILD]/swarming.client/swarming.py", |
100 "trigger", | 102 "trigger", |
101 "--swarming", | 103 "--swarming", |
102 "https://chromium-swarm.appspot.com", | 104 "https://chromium-swarm.appspot.com", |
103 "--isolate-server", | 105 "--isolate-server", |
104 "https://isolateserver.appspot.com", | 106 "https://isolateserver.appspot.com", |
105 "--priority", | 107 "--priority", |
106 "25", | 108 "25", |
107 "--shards", | 109 "--shards", |
108 "1", | 110 "1", |
109 "--task-name", | 111 "--task-name", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "--tag", | 151 "--tag", |
150 "slavename:TestSlavename", | 152 "slavename:TestSlavename", |
151 "--tag", | 153 "--tag", |
152 "stepname:Fuzz on Ubuntu-12.04", | 154 "stepname:Fuzz on Ubuntu-12.04", |
153 "--idempotent", | 155 "--idempotent", |
154 "[dummy hash for jsfunfuzz]", | 156 "[dummy hash for jsfunfuzz]", |
155 "--", | 157 "--", |
156 "out/Debug/d8", | 158 "out/Debug/d8", |
157 "${ISOLATED_OUTDIR}/fuzz-results-54321.tar.bz2" | 159 "${ISOLATED_OUTDIR}/fuzz-results-54321.tar.bz2" |
158 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
159 "name": "[trigger] Fuzz on Ubuntu-12.04", | 162 "name": "[trigger] Fuzz on Ubuntu-12.04", |
160 "~followup_annotations": [ | 163 "~followup_annotations": [ |
161 "@@@STEP_LOG_LINE@json.output@{@@@", | 164 "@@@STEP_LOG_LINE@json.output@{@@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Fuzz/Ubuntu-12.04/[d
ummy has/V8 Fuzzer/571\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Fuzz/Ubuntu-12.04/[d
ummy has/V8 Fuzzer/571\", @@@", |
163 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
164 "@@@STEP_LOG_LINE@json.output@ \"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer
/571\": {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer
/571\": {@@@", |
165 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
166 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
167 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
168 "@@@STEP_LOG_LINE@json.output@ }@@@", | 171 "@@@STEP_LOG_LINE@json.output@ }@@@", |
169 "@@@STEP_LOG_LINE@json.output@ }@@@", | 172 "@@@STEP_LOG_LINE@json.output@ }@@@", |
170 "@@@STEP_LOG_LINE@json.output@}@@@", | 173 "@@@STEP_LOG_LINE@json.output@}@@@", |
171 "@@@STEP_LOG_END@json.output@@@", | 174 "@@@STEP_LOG_END@json.output@@@", |
172 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 175 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
173 ] | 176 ] |
174 }, | 177 }, |
175 { | 178 { |
176 "cmd": [ | 179 "cmd": [ |
177 "python", | 180 "python", |
178 "-u", | 181 "-u", |
179 "[CWD]/swarming.client/swarming.py", | 182 "[SLAVE_BUILD]/swarming.client/swarming.py", |
180 "collect", | 183 "collect", |
181 "--swarming", | 184 "--swarming", |
182 "https://chromium-swarm.appspot.com", | 185 "https://chromium-swarm.appspot.com", |
183 "--decorate", | 186 "--decorate", |
184 "--print-status-updates", | 187 "--print-status-updates", |
185 "--shards", | 188 "--shards", |
186 "1", | 189 "1", |
187 "Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571", | 190 "Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571", |
188 "--task-summary-json", | 191 "--task-summary-json", |
189 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
190 "--task-output-dir", | 193 "--task-output-dir", |
191 "[TMP]/swarming_output_tmp_1" | 194 "[TMP_BASE]/swarming_output_tmp_1" |
192 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
193 "name": "Fuzz on Ubuntu-12.04", | 197 "name": "Fuzz on Ubuntu-12.04", |
194 "~followup_annotations": [ | 198 "~followup_annotations": [ |
195 "@@@STEP_TEXT@swarming pending 71s@@@", | 199 "@@@STEP_TEXT@swarming pending 71s@@@", |
196 "@@@STEP_LOG_LINE@json.output@{@@@", | 200 "@@@STEP_LOG_LINE@json.output@{@@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
198 "@@@STEP_LOG_LINE@json.output@ {@@@", | 202 "@@@STEP_LOG_LINE@json.output@ {@@@", |
199 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
200 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
201 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
202 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
233 "@@@STEP_LOG_END@json.output@@@", | 237 "@@@STEP_LOG_END@json.output@@@", |
234 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 238 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
235 ] | 239 ] |
236 }, | 240 }, |
237 { | 241 { |
238 "name": "$result", | 242 "name": "$result", |
239 "recipe_result": null, | 243 "recipe_result": null, |
240 "status_code": 0 | 244 "status_code": 0 |
241 } | 245 } |
242 ] | 246 ] |
OLD | NEW |