OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "presentation.py", | 6 "presentation.py", |
7 "--output-json", | 7 "--output-json", |
8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]", | 10 "cwd": "[SLAVE_BUILD]", |
(...skipping 18 matching lines...) Expand all Loading... |
29 "mock step presentation", | 29 "mock step presentation", |
30 "--presentation-json", | 30 "--presentation-json", |
31 "/path/to/tmp/json" | 31 "/path/to/tmp/json" |
32 ], | 32 ], |
33 "name": "mock.step.presentation", | 33 "name": "mock.step.presentation", |
34 "~followup_annotations": [ | 34 "~followup_annotations": [ |
35 "@@@STEP_TEXT@mock step text@@@" | 35 "@@@STEP_TEXT@mock step text@@@" |
36 ] | 36 ] |
37 } | 37 } |
38 ] | 38 ] |
OLD | NEW |