Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/missing_metric_test.json

Issue 2013133002: Avoid nesting steps called under waiting for x: (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Hiding changes behind optional parameter Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "--svn_repo", 211 "--svn_repo",
212 "svn://svn.chromium.org/chrome-try/try-perf", 212 "svn://svn.chromium.org/chrome-try/try-perf",
213 "--diff", 213 "--diff",
214 "/dev/null" 214 "/dev/null"
215 ], 215 ],
216 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 216 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
217 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 217 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "git",
222 "footers",
223 "--position",
224 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
225 ],
226 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
227 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
228 "stdout": "/path/to/tmp/"
229 },
230 {
231 "cmd": [],
232 "name": "Waiting for chromium@a6298e4afe"
233 },
234 {
235 "cmd": [
236 "python", 221 "python",
237 "-u", 222 "-u",
238 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
239 "--", 224 "--",
240 "[DEPOT_TOOLS]/gsutil.py", 225 "[DEPOT_TOOLS]/gsutil.py",
241 "----", 226 "----",
242 "ls", 227 "ls",
243 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 228 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
244 ], 229 ],
245 "name": "Waiting for chromium@a6298e4afe.gsutil ls", 230 "name": "gsutil ls (3)"
246 "~followup_annotations": [
247 "@@@STEP_NEST_LEVEL@1@@@"
248 ]
249 }, 231 },
250 { 232 {
251 "cmd": [], 233 "cmd": [],
252 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222", 234 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
253 "trigger_specs": [ 235 "trigger_specs": [
254 { 236 {
255 "builder_name": "linux_perf_tester", 237 "builder_name": "linux_perf_tester",
256 "properties": { 238 "properties": {
257 "bisect_config": { 239 "bisect_config": {
258 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 240 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
259 "metric": "mean_input_event_latency/mean_input_event_latency", 241 "metric": "mean_input_event_latency/mean_input_event_latency",
260 "repeat_count": 5, 242 "repeat_count": 5,
261 "test_type": "perf" 243 "test_type": "perf"
262 }, 244 },
263 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 245 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
264 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 246 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
265 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 247 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
266 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 248 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
267 "revision_ladder": { 249 "revision_ladder": {
268 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 250 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
269 } 251 }
270 } 252 }
271 } 253 }
272 ],
273 "~followup_annotations": [
274 "@@@STEP_NEST_LEVEL@1@@@"
275 ] 254 ]
276 }, 255 },
277 { 256 {
278 "cmd": [ 257 "cmd": [
279 "python", 258 "python",
280 "-u", 259 "-u",
281 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 260 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
282 ], 261 ],
283 "name": "Waiting for chromium@a6298e4afe.sleeping", 262 "name": "sleeping",
284 "~followup_annotations": [ 263 "~followup_annotations": [
285 "@@@STEP_NEST_LEVEL@1@@@",
286 "@@@STEP_LOG_LINE@python.inline@@@@", 264 "@@@STEP_LOG_LINE@python.inline@@@@",
287 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 265 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
288 "@@@STEP_LOG_LINE@python.inline@import time@@@", 266 "@@@STEP_LOG_LINE@python.inline@import time@@@",
289 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 267 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
290 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 268 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
291 "@@@STEP_LOG_END@python.inline@@@" 269 "@@@STEP_LOG_END@python.inline@@@"
292 ] 270 ]
293 }, 271 },
294 { 272 {
295 "cmd": [ 273 "cmd": [
296 "python", 274 "python",
297 "-u", 275 "-u",
298 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 276 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
299 "--", 277 "--",
300 "[DEPOT_TOOLS]/gsutil.py", 278 "[DEPOT_TOOLS]/gsutil.py",
301 "----", 279 "----",
302 "ls", 280 "ls",
303 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 281 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
304 ], 282 ],
305 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", 283 "name": "gsutil ls (4)"
306 "~followup_annotations": [
307 "@@@STEP_NEST_LEVEL@1@@@"
308 ]
309 }, 284 },
310 { 285 {
311 "cmd": [ 286 "cmd": [
312 "python", 287 "python",
313 "-u", 288 "-u",
314 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 289 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
315 "--", 290 "--",
316 "[DEPOT_TOOLS]/gsutil.py", 291 "[DEPOT_TOOLS]/gsutil.py",
317 "----", 292 "----",
318 "cat", 293 "cat",
319 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 294 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
320 ], 295 ],
321 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222", 296 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
322 "stdout": "/path/to/tmp/", 297 "stdout": "/path/to/tmp/",
323 "~followup_annotations": [ 298 "~followup_annotations": [
324 "@@@STEP_NEST_LEVEL@1@@@",
325 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_MISSING_METRIC\"]@@@" 299 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_MISSING_METRIC\"]@@@"
326 ] 300 ]
327 }, 301 },
328 { 302 {
329 "cmd": [ 303 "cmd": [
330 "git",
331 "footers",
332 "--position",
333 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
334 ],
335 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
336 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
337 "stdout": "/path/to/tmp/"
338 },
339 {
340 "cmd": [],
341 "name": "Waiting for chromium@00316c9ddf"
342 },
343 {
344 "cmd": [
345 "python", 304 "python",
346 "-u", 305 "-u",
347 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 306 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
348 "--", 307 "--",
349 "[DEPOT_TOOLS]/gsutil.py", 308 "[DEPOT_TOOLS]/gsutil.py",
350 "----", 309 "----",
351 "ls", 310 "ls",
352 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 311 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
353 ], 312 ],
354 "name": "Waiting for chromium@00316c9ddf.gsutil ls", 313 "name": "gsutil ls (5)"
355 "~followup_annotations": [
356 "@@@STEP_NEST_LEVEL@1@@@"
357 ]
358 }, 314 },
359 { 315 {
360 "cmd": [], 316 "cmd": [],
361 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111", 317 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
362 "trigger_specs": [ 318 "trigger_specs": [
363 { 319 {
364 "builder_name": "linux_perf_tester", 320 "builder_name": "linux_perf_tester",
365 "properties": { 321 "properties": {
366 "bisect_config": { 322 "bisect_config": {
367 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 323 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
368 "metric": "mean_input_event_latency/mean_input_event_latency", 324 "metric": "mean_input_event_latency/mean_input_event_latency",
369 "repeat_count": 5, 325 "repeat_count": 5,
370 "test_type": "perf" 326 "test_type": "perf"
371 }, 327 },
372 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 328 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
373 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 329 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
374 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 330 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
375 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 331 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
376 "revision_ladder": { 332 "revision_ladder": {
377 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 333 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
378 } 334 }
379 } 335 }
380 } 336 }
381 ],
382 "~followup_annotations": [
383 "@@@STEP_NEST_LEVEL@1@@@"
384 ] 337 ]
385 }, 338 },
386 { 339 {
387 "cmd": [ 340 "cmd": [
388 "python", 341 "python",
389 "-u", 342 "-u",
390 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 343 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
391 ], 344 ],
392 "name": "Waiting for chromium@00316c9ddf.sleeping", 345 "name": "sleeping (2)",
393 "~followup_annotations": [ 346 "~followup_annotations": [
394 "@@@STEP_NEST_LEVEL@1@@@",
395 "@@@STEP_LOG_LINE@python.inline@@@@", 347 "@@@STEP_LOG_LINE@python.inline@@@@",
396 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 348 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
397 "@@@STEP_LOG_LINE@python.inline@import time@@@", 349 "@@@STEP_LOG_LINE@python.inline@import time@@@",
398 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 350 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
399 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 351 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
400 "@@@STEP_LOG_END@python.inline@@@" 352 "@@@STEP_LOG_END@python.inline@@@"
401 ] 353 ]
402 }, 354 },
403 { 355 {
404 "cmd": [ 356 "cmd": [
405 "python", 357 "python",
406 "-u", 358 "-u",
407 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 359 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
408 "--", 360 "--",
409 "[DEPOT_TOOLS]/gsutil.py", 361 "[DEPOT_TOOLS]/gsutil.py",
410 "----", 362 "----",
411 "ls", 363 "ls",
412 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 364 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
413 ], 365 ],
414 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", 366 "name": "gsutil ls (6)"
415 "~followup_annotations": [
416 "@@@STEP_NEST_LEVEL@1@@@"
417 ]
418 }, 367 },
419 { 368 {
420 "cmd": [ 369 "cmd": [
421 "python", 370 "python",
422 "-u", 371 "-u",
423 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 372 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
424 "--", 373 "--",
425 "[DEPOT_TOOLS]/gsutil.py", 374 "[DEPOT_TOOLS]/gsutil.py",
426 "----", 375 "----",
427 "cat", 376 "cat",
428 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 377 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
429 ], 378 ],
430 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 379 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
431 "stdout": "/path/to/tmp/", 380 "stdout": "/path/to/tmp/"
432 "~followup_annotations": [
433 "@@@STEP_NEST_LEVEL@1@@@"
434 ]
435 }, 381 },
436 { 382 {
437 "name": "$result", 383 "name": "$result",
438 "recipe_result": null, 384 "recipe_result": null,
439 "status_code": 0 385 "status_code": 0
440 } 386 }
441 ] 387 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698