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 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_mac64_asan_rel", | 10 "v8_mac64_asan_rel", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "v8@12345", | 30 "v8@12345", |
31 "--no_shallow", | 31 "--no_shallow", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
34 "env": { | 35 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 37 }, |
37 "name": "bot_update", | 38 "name": "bot_update", |
38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
71 ] | 72 ] |
72 }, | 73 }, |
73 { | 74 { |
74 "cmd": [ | 75 "cmd": [ |
75 "python", | 76 "python", |
76 "-u", | 77 "-u", |
77 "[CWD]/v8/tools/swarming_client/swarming.py", | 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
78 "--version" | 79 "--version" |
79 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 84 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 86 ] |
85 }, | 87 }, |
86 { | 88 { |
87 "cmd": [ | 89 "cmd": [ |
88 "python", | 90 "python", |
89 "-u", | 91 "-u", |
90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
91 "runhooks" | 93 "runhooks" |
92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 96 "env": { |
94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
95 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[RO
OT]/b/build/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1
v8_target_arch=x64", | 98 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[BU
ILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_targ
et_arch=x64", |
96 "GYP_GENERATORS": "ninja", | 99 "GYP_GENERATORS": "ninja", |
97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
98 }, | 101 }, |
99 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
100 }, | 103 }, |
101 { | 104 { |
102 "cmd": [ | 105 "cmd": [ |
103 "python", | 106 "python", |
104 "-u", | 107 "-u", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
106 "--show-path", | 109 "--show-path", |
107 "python", | 110 "python", |
108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
109 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
110 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
111 }, | 115 }, |
112 { | 116 { |
113 "allow_subannotations": true, | 117 "allow_subannotations": true, |
114 "cmd": [ | 118 "cmd": [ |
115 "python", | 119 "python", |
116 "-u", | 120 "-u", |
117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
118 "--src-dir", | 122 "--src-dir", |
119 "[CWD]/v8", | 123 "[SLAVE_BUILD]/v8", |
120 "--output-json", | 124 "--output-json", |
121 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
123 "env": { | 128 "env": { |
124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
125 }, | 130 }, |
126 "name": "clang_revision", | 131 "name": "clang_revision", |
127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
128 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 137 ] |
133 }, | 138 }, |
134 { | 139 { |
135 "cmd": [ | 140 "cmd": [ |
136 "python", | 141 "python", |
137 "-u", | 142 "-u", |
138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
139 "--show-path", | 144 "--show-path", |
140 "python", | 145 "python", |
141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
142 "--gsutil-py-path", | 147 "--gsutil-py-path", |
143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
144 "--ninja-path", | 149 "--ninja-path", |
145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
146 "--target", | 151 "--target", |
147 "Release", | 152 "Release", |
148 "--src-dir", | 153 "--src-dir", |
149 "[CWD]/v8", | 154 "[SLAVE_BUILD]/v8", |
150 "--goma-cache-dir", | 155 "--goma-cache-dir", |
151 "[ROOT]/b/build/slave/goma_cache", | 156 "[GOMA_CACHE]", |
152 "--build-tool", | 157 "--build-tool", |
153 "ninja", | 158 "ninja", |
154 "--compiler", | 159 "--compiler", |
155 "goma-clang", | 160 "goma-clang", |
156 "--goma-jsonstatus", | 161 "--goma-jsonstatus", |
157 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
158 "--goma-service-account-json-file", | 163 "--goma-service-account-json-file", |
159 "/creds/service_accounts/service-account-goma-client.json", | 164 "/creds/service_accounts/service-account-goma-client.json", |
160 "--goma-dir", | 165 "--goma-dir", |
161 "[ROOT]/b/build/goma", | 166 "[BUILD]/goma", |
162 "--goma-fail-fast", | 167 "--goma-fail-fast", |
163 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
164 "--" | 169 "--" |
165 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
166 "env": { | 172 "env": { |
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
168 }, | 174 }, |
169 "name": "compile", | 175 "name": "compile", |
170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
173 ] | 179 ] |
174 }, | 180 }, |
175 { | 181 { |
176 "cmd": [ | 182 "cmd": [ |
177 "python", | 183 "python", |
178 "-u", | 184 "-u", |
179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
180 "[CWD]/v8/tools/swarming_client", | 186 "[SLAVE_BUILD]/v8/tools/swarming_client", |
181 "batcharchive", | 187 "batcharchive", |
182 "--dump-json", | 188 "--dump-json", |
183 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
184 "--isolate-server", | 190 "--isolate-server", |
185 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
186 "--verbose", | 192 "--verbose", |
187 "[CWD]/v8/out/Release/bot_default.isolated.gen.json" | 193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json" |
188 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
189 "name": "isolate tests", | 196 "name": "isolate tests", |
190 "~followup_annotations": [ | 197 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output@{@@@", | 198 "@@@STEP_LOG_LINE@json.output@{@@@", |
192 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", |
193 "@@@STEP_LOG_LINE@json.output@}@@@", | 200 "@@@STEP_LOG_LINE@json.output@}@@@", |
194 "@@@STEP_LOG_END@json.output@@@" | 201 "@@@STEP_LOG_END@json.output@@@" |
195 ] | 202 ] |
196 }, | 203 }, |
197 { | 204 { |
198 "cmd": [ | 205 "cmd": [ |
199 "python", | 206 "python", |
200 "-u", | 207 "-u", |
201 "[CWD]/v8/tools/swarming_client/swarming.py", | 208 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
202 "trigger", | 209 "trigger", |
203 "--swarming", | 210 "--swarming", |
204 "https://chromium-swarm.appspot.com", | 211 "https://chromium-swarm.appspot.com", |
205 "--isolate-server", | 212 "--isolate-server", |
206 "https://isolateserver.appspot.com", | 213 "https://isolateserver.appspot.com", |
207 "--priority", | 214 "--priority", |
208 "30", | 215 "30", |
209 "--shards", | 216 "--shards", |
210 "4", | 217 "4", |
211 "--task-name", | 218 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "--timeout=200", | 279 "--timeout=200", |
273 "--random-seed=-976563914", | 280 "--random-seed=-976563914", |
274 "bot_default", | 281 "bot_default", |
275 "--exhaustive-variants", | 282 "--exhaustive-variants", |
276 "--asan", | 283 "--asan", |
277 "--rerun-failures-count=2", | 284 "--rerun-failures-count=2", |
278 "--swarming", | 285 "--swarming", |
279 "--json-test-results", | 286 "--json-test-results", |
280 "${ISOLATED_OUTDIR}/output.json" | 287 "${ISOLATED_OUTDIR}/output.json" |
281 ], | 288 ], |
| 289 "cwd": "[SLAVE_BUILD]", |
282 "name": "[trigger] Check on Mac-10.9", | 290 "name": "[trigger] Check on Mac-10.9", |
283 "~followup_annotations": [ | 291 "~followup_annotations": [ |
284 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_asan_rel/571\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_asan_rel/571\", @@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_asa
n_rel/571:4:0\": {@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_asa
n_rel/571:4:0\": {@@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
291 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 299 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 21 matching lines...) Expand all Loading... |
313 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" | 321 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" |
314 ] | 322 ] |
315 }, | 323 }, |
316 { | 324 { |
317 "allow_subannotations": true, | 325 "allow_subannotations": true, |
318 "cmd": [ | 326 "cmd": [ |
319 "python", | 327 "python", |
320 "-u", | 328 "-u", |
321 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 329 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
322 "--swarming-client-dir", | 330 "--swarming-client-dir", |
323 "[CWD]/v8/tools/swarming_client", | 331 "[SLAVE_BUILD]/v8/tools/swarming_client", |
324 "--temp-root-dir", | 332 "--temp-root-dir", |
325 "[TMP]", | 333 "[TMP_BASE]", |
326 "--merged-test-output", | 334 "--merged-test-output", |
327 "/path/to/tmp/json", | 335 "/path/to/tmp/json", |
328 "--", | 336 "--", |
329 "collect", | 337 "collect", |
330 "--swarming", | 338 "--swarming", |
331 "https://chromium-swarm.appspot.com", | 339 "https://chromium-swarm.appspot.com", |
332 "--decorate", | 340 "--decorate", |
333 "--print-status-updates", | 341 "--print-status-updates", |
334 "--shards", | 342 "--shards", |
335 "4", | 343 "4", |
336 "Check/Mac-10.9/[dummy has/v8_mac64_asan_rel/571" | 344 "Check/Mac-10.9/[dummy has/v8_mac64_asan_rel/571" |
337 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
338 "name": "Check", | 347 "name": "Check", |
339 "~followup_annotations": [ | 348 "~followup_annotations": [ |
340 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 349 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
341 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 350 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
342 "@@@STEP_LOG_LINE@durations@@@@", | 351 "@@@STEP_LOG_LINE@durations@@@@", |
343 "@@@STEP_LOG_LINE@durations@Details:@@@", | 352 "@@@STEP_LOG_LINE@durations@Details:@@@", |
344 "@@@STEP_LOG_LINE@durations@@@@", | 353 "@@@STEP_LOG_LINE@durations@@@@", |
345 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 354 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
346 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 355 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
347 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 356 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
348 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 357 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
349 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 358 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
350 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 359 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
351 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 360 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
352 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 361 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
353 "@@@STEP_LOG_END@durations@@@" | 362 "@@@STEP_LOG_END@durations@@@" |
354 ] | 363 ] |
355 }, | 364 }, |
356 { | 365 { |
357 "name": "$result", | 366 "name": "$result", |
358 "recipe_result": null, | 367 "recipe_result": null, |
359 "status_code": 0 | 368 "status_code": 0 |
360 } | 369 } |
361 ] | 370 ] |
OLD | NEW |