OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "dummy_command.py" | 4 "dummy_command.py" |
5 ], | 5 ], |
| 6 "cwd": "[SLAVE_BUILD]", |
6 "name": "Fake failing test.", | 7 "name": "Fake failing test.", |
7 "~followup_annotations": [ | 8 "~followup_annotations": [ |
8 "step returned non-zero exit code: 4", | 9 "step returned non-zero exit code: 4", |
9 "@@@STEP_FAILURE@@@" | 10 "@@@STEP_FAILURE@@@" |
10 ] | 11 ] |
11 }, | 12 }, |
12 { | 13 { |
13 "cmd": [ | 14 "cmd": [ |
14 "python", | 15 "python", |
15 "-u", | 16 "-u", |
16 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" | 17 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" |
17 ], | 18 ], |
| 19 "cwd": "[SLAVE_BUILD]", |
18 "name": "saving json to temp file", | 20 "name": "saving json to temp file", |
19 "stdin": "{\"output\": \"\", \"results\": \"Test failed with error code: 4\"
}", | 21 "stdin": "{\"output\": \"\", \"results\": \"Test failed with error code: 4\"
}", |
20 "stdout": "/path/to/tmp/" | 22 "stdout": "/path/to/tmp/" |
21 }, | 23 }, |
22 { | 24 { |
23 "cmd": [ | 25 "cmd": [ |
24 "python", | 26 "python", |
25 "-u", | 27 "-u", |
26 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 28 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
27 "--", | 29 "--", |
28 "[DEPOT_TOOLS]/gsutil.py", | 30 "[DEPOT_TOOLS]/gsutil.py", |
29 "--force-version", | 31 "--force-version", |
30 "3.25", | 32 "3.25", |
31 "--", | 33 "--", |
32 "cp", | 34 "cp", |
33 "dummy_location.json", | 35 "dummy_location.json", |
34 "gs://chrome-perf/bisect-results/dummy.results" | 36 "gs://chrome-perf/bisect-results/dummy.results" |
35 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]", |
36 "name": "gsutil upload", | 39 "name": "gsutil upload", |
37 "~followup_annotations": [ | 40 "~followup_annotations": [ |
38 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/dummy.results@@@" | 41 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/dummy.results@@@" |
39 ] | 42 ] |
40 }, | 43 }, |
41 { | 44 { |
42 "name": "$final_result", | 45 "name": "$final_result", |
43 "reason": "Test Failed", | 46 "reason": "Test Failed", |
44 "status_code": 1 | 47 "status_code": 1 |
45 } | 48 } |
46 ] | 49 ] |
OLD | NEW |