OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.tools.build", | 8 "chromium.tools.build", |
9 "--builder", | 9 "--builder", |
10 "recipe simulation tester", | 10 "recipe simulation tester", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@", | 47 "@@@STEP_LOG_END@json.output@@@", |
48 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 48 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
50 ] | 50 ] |
51 }, | 51 }, |
52 { | 52 { |
53 "cmd": [ | 53 "cmd": [ |
| 54 "python", |
| 55 "-u", |
54 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", | 56 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", |
55 "fetch" | 57 "fetch" |
56 ], | 58 ], |
57 "cwd": "[SLAVE_BUILD]", | 59 "cwd": "[SLAVE_BUILD]", |
58 "name": "recipe fetch deps" | 60 "name": "recipe fetch deps" |
59 }, | 61 }, |
60 { | 62 { |
61 "cmd": [ | 63 "cmd": [ |
| 64 "python", |
| 65 "-u", |
62 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", | 66 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", |
63 "simulation_test" | 67 "simulation_test" |
64 ], | 68 ], |
65 "cwd": "[SLAVE_BUILD]", | 69 "cwd": "[SLAVE_BUILD]", |
66 "name": "recipe simulation test" | 70 "name": "recipe simulation test" |
67 }, | 71 }, |
68 { | 72 { |
69 "name": "$result", | 73 "name": "$result", |
70 "recipe_result": null, | 74 "recipe_result": null, |
71 "status_code": 0 | 75 "status_code": 0 |
72 } | 76 } |
73 ] | 77 ] |
OLD | NEW |