OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - internal snapshot", | 10 "V8 Linux64 - internal snapshot", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
66 ] | 65 ] |
67 }, | 66 }, |
68 { | 67 { |
69 "cmd": [ | 68 "cmd": [ |
70 "python", | 69 "python", |
71 "-u", | 70 "-u", |
72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[CWD]/v8/tools/swarming_client/swarming.py", |
73 "--version" | 72 "--version" |
74 ], | 73 ], |
75 "cwd": "[SLAVE_BUILD]", | |
76 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
77 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
78 "~followup_annotations": [ | 76 "~followup_annotations": [ |
79 "@@@STEP_TEXT@0.4.10@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
80 ] | 78 ] |
81 }, | 79 }, |
82 { | 80 { |
83 "cmd": [ | 81 "cmd": [ |
84 "python", | 82 "python", |
85 "-u", | 83 "-u", |
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
87 "runhooks" | 85 "runhooks" |
88 ], | 86 ], |
89 "cwd": "[SLAVE_BUILD]", | |
90 "env": { | 87 "env": { |
91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
92 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolat
ion_mode=prepare use_goma=1 v8_target_arch=x64 v8_use_external_startup_data=0", | 89 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=x64 test
_isolation_mode=prepare use_goma=1 v8_target_arch=x64 v8_use_external_startup_da
ta=0", |
93 "GYP_GENERATORS": "ninja", | 90 "GYP_GENERATORS": "ninja", |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 92 }, |
96 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
97 }, | 94 }, |
98 { | 95 { |
99 "cmd": [ | 96 "cmd": [ |
100 "python", | 97 "python", |
101 "-u", | 98 "-u", |
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
103 "--show-path", | 100 "--show-path", |
104 "python", | 101 "python", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
106 ], | 103 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
109 }, | 105 }, |
110 { | 106 { |
111 "allow_subannotations": true, | 107 "allow_subannotations": true, |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
116 "--src-dir", | 112 "--src-dir", |
117 "[SLAVE_BUILD]/v8", | 113 "[CWD]/v8", |
118 "--output-json", | 114 "--output-json", |
119 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
120 ], | 116 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 117 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
124 }, | 119 }, |
125 "name": "clang_revision", | 120 "name": "clang_revision", |
126 "~followup_annotations": [ | 121 "~followup_annotations": [ |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
131 ] | 126 ] |
132 }, | 127 }, |
133 { | 128 { |
134 "cmd": [ | 129 "cmd": [ |
135 "python", | 130 "python", |
136 "-u", | 131 "-u", |
137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
138 "--show-path", | 133 "--show-path", |
139 "python", | 134 "python", |
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
141 "--gsutil-py-path", | 136 "--gsutil-py-path", |
142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
143 "--ninja-path", | 138 "--ninja-path", |
144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
145 "--target", | 140 "--target", |
146 "Release", | 141 "Release", |
147 "--src-dir", | 142 "--src-dir", |
148 "[SLAVE_BUILD]/v8", | 143 "[CWD]/v8", |
149 "--goma-cache-dir", | 144 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 145 "[ROOT]/b/build/slave/goma_cache", |
151 "--build-tool", | 146 "--build-tool", |
152 "ninja", | 147 "ninja", |
153 "--compiler", | 148 "--compiler", |
154 "goma-clang", | 149 "goma-clang", |
155 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
156 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
157 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
158 "/creds/service_accounts/service-account-goma-client.json", | 153 "/creds/service_accounts/service-account-goma-client.json", |
159 "--goma-dir", | 154 "--goma-dir", |
160 "[BUILD]/goma", | 155 "[ROOT]/b/build/goma", |
161 "--" | 156 "--" |
162 ], | 157 ], |
163 "cwd": "[SLAVE_BUILD]", | |
164 "env": { | 158 "env": { |
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
166 }, | 160 }, |
167 "name": "compile", | 161 "name": "compile", |
168 "~followup_annotations": [ | 162 "~followup_annotations": [ |
169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
170 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
171 ] | 165 ] |
172 }, | 166 }, |
173 { | 167 { |
174 "cmd": [ | 168 "cmd": [ |
175 "python", | 169 "python", |
176 "-u", | 170 "-u", |
177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
178 "[SLAVE_BUILD]/v8/tools/swarming_client", | 172 "[CWD]/v8/tools/swarming_client", |
179 "batcharchive", | 173 "batcharchive", |
180 "--dump-json", | 174 "--dump-json", |
181 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
182 "--isolate-server", | 176 "--isolate-server", |
183 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
184 "--verbose", | 178 "--verbose", |
185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json" | 179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json" |
186 ], | 180 ], |
187 "cwd": "[SLAVE_BUILD]", | |
188 "name": "isolate tests", | 181 "name": "isolate tests", |
189 "~followup_annotations": [ | 182 "~followup_annotations": [ |
190 "@@@STEP_LOG_LINE@json.output@{@@@", | 183 "@@@STEP_LOG_LINE@json.output@{@@@", |
191 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", | 184 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", |
192 "@@@STEP_LOG_LINE@json.output@}@@@", | 185 "@@@STEP_LOG_LINE@json.output@}@@@", |
193 "@@@STEP_LOG_END@json.output@@@" | 186 "@@@STEP_LOG_END@json.output@@@" |
194 ] | 187 ] |
195 }, | 188 }, |
196 { | 189 { |
197 "cmd": [ | 190 "cmd": [ |
198 "python", | 191 "python", |
199 "-u", | 192 "-u", |
200 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 193 "[CWD]/v8/tools/swarming_client/swarming.py", |
201 "trigger", | 194 "trigger", |
202 "--swarming", | 195 "--swarming", |
203 "https://chromium-swarm.appspot.com", | 196 "https://chromium-swarm.appspot.com", |
204 "--isolate-server", | 197 "--isolate-server", |
205 "https://isolateserver.appspot.com", | 198 "https://isolateserver.appspot.com", |
206 "--priority", | 199 "--priority", |
207 "25", | 200 "25", |
208 "--shards", | 201 "--shards", |
209 "1", | 202 "1", |
210 "--task-name", | 203 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "--buildbot", | 257 "--buildbot", |
265 "--timeout=200", | 258 "--timeout=200", |
266 "--random-seed=-976563914", | 259 "--random-seed=-976563914", |
267 "bot_default", | 260 "bot_default", |
268 "--exhaustive-variants", | 261 "--exhaustive-variants", |
269 "--rerun-failures-count=2", | 262 "--rerun-failures-count=2", |
270 "--swarming", | 263 "--swarming", |
271 "--json-test-results", | 264 "--json-test-results", |
272 "${ISOLATED_OUTDIR}/output.json" | 265 "${ISOLATED_OUTDIR}/output.json" |
273 ], | 266 ], |
274 "cwd": "[SLAVE_BUILD]", | |
275 "name": "[trigger] Check on Ubuntu-12.04", | 267 "name": "[trigger] Check on Ubuntu-12.04", |
276 "~followup_annotations": [ | 268 "~followup_annotations": [ |
277 "@@@STEP_LOG_LINE@json.output@{@@@", | 269 "@@@STEP_LOG_LINE@json.output@{@@@", |
278 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - internal snapshot/571\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - internal snapshot/571\", @@@", |
279 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
280 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - internal snapshot/571\": {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - internal snapshot/571\": {@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
284 "@@@STEP_LOG_LINE@json.output@ }@@@", | 276 "@@@STEP_LOG_LINE@json.output@ }@@@", |
285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 277 "@@@STEP_LOG_LINE@json.output@ }@@@", |
286 "@@@STEP_LOG_LINE@json.output@}@@@", | 278 "@@@STEP_LOG_LINE@json.output@}@@@", |
287 "@@@STEP_LOG_END@json.output@@@", | 279 "@@@STEP_LOG_END@json.output@@@", |
288 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 280 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
289 ] | 281 ] |
290 }, | 282 }, |
291 { | 283 { |
292 "allow_subannotations": true, | 284 "allow_subannotations": true, |
293 "cmd": [ | 285 "cmd": [ |
294 "python", | 286 "python", |
295 "-u", | 287 "-u", |
296 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 288 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
297 "--swarming-client-dir", | 289 "--swarming-client-dir", |
298 "[SLAVE_BUILD]/v8/tools/swarming_client", | 290 "[CWD]/v8/tools/swarming_client", |
299 "--temp-root-dir", | 291 "--temp-root-dir", |
300 "[TMP_BASE]", | 292 "[TMP]", |
301 "--merged-test-output", | 293 "--merged-test-output", |
302 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
303 "--", | 295 "--", |
304 "collect", | 296 "collect", |
305 "--swarming", | 297 "--swarming", |
306 "https://chromium-swarm.appspot.com", | 298 "https://chromium-swarm.appspot.com", |
307 "--decorate", | 299 "--decorate", |
308 "--print-status-updates", | 300 "--print-status-updates", |
309 "--shards", | 301 "--shards", |
310 "1", | 302 "1", |
311 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - internal snapshot/571" | 303 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - internal snapshot/571" |
312 ], | 304 ], |
313 "cwd": "[SLAVE_BUILD]", | |
314 "name": "Check", | 305 "name": "Check", |
315 "~followup_annotations": [ | 306 "~followup_annotations": [ |
316 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 307 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
317 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 308 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
318 "@@@STEP_LOG_LINE@durations@@@@", | 309 "@@@STEP_LOG_LINE@durations@@@@", |
319 "@@@STEP_LOG_LINE@durations@Details:@@@", | 310 "@@@STEP_LOG_LINE@durations@Details:@@@", |
320 "@@@STEP_LOG_LINE@durations@@@@", | 311 "@@@STEP_LOG_LINE@durations@@@@", |
321 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 312 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
322 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 313 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
323 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 314 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
324 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 315 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
325 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 316 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
326 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 317 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
327 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 318 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 319 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
329 "@@@STEP_LOG_END@durations@@@" | 320 "@@@STEP_LOG_END@durations@@@" |
330 ] | 321 ] |
331 }, | 322 }, |
332 { | 323 { |
333 "name": "$result", | 324 "name": "$result", |
334 "recipe_result": null, | 325 "recipe_result": null, |
335 "status_code": 0 | 326 "status_code": 0 |
336 } | 327 } |
337 ] | 328 ] |
OLD | NEW |