OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [], | |
iannucci
2016/09/12 19:41:07
with the addition of step whitelisting, I think we
| |
4 "name": "platform things", | 3 "name": "platform things", |
5 "~followup_annotations": [ | 4 "~followup_annotations": [ |
6 "@@@STEP_LOG_LINE@name@linux@@@", | 5 "@@@STEP_LOG_LINE@name@linux@@@", |
7 "@@@STEP_LOG_END@name@@@", | 6 "@@@STEP_LOG_END@name@@@", |
8 "@@@STEP_LOG_LINE@bits@64@@@", | 7 "@@@STEP_LOG_LINE@bits@64@@@", |
9 "@@@STEP_LOG_END@bits@@@", | 8 "@@@STEP_LOG_END@bits@@@", |
10 "@@@STEP_LOG_LINE@arch@intel@@@", | 9 "@@@STEP_LOG_LINE@arch@intel@@@", |
11 "@@@STEP_LOG_END@arch@@@" | 10 "@@@STEP_LOG_END@arch@@@" |
12 ] | 11 ] |
13 }, | 12 }, |
14 { | 13 { |
15 "name": "$result", | 14 "name": "$result", |
16 "recipe_result": null, | 15 "recipe_result": null, |
17 "status_code": 0 | 16 "status_code": 0 |
18 } | 17 } |
19 ] | 18 ] |
OLD | NEW |