OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.infra", | 8 "tryserver.infra", |
9 "--builder", | 9 "--builder", |
10 "Luci-GAE Presubmit", | 10 "Luci-GAE Presubmit", |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "version" | 105 "version" |
106 ], | 106 ], |
107 "name": "go third parties" | 107 "name": "go third parties" |
108 }, | 108 }, |
109 { | 109 { |
110 "cmd": [ | 110 "cmd": [ |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
113 "[SLAVE_BUILD]/infra/go/env.py", | 113 "[SLAVE_BUILD]/infra/go/env.py", |
114 "python", | 114 "python", |
115 "[DEPOT_TOOLS]/presubmit_support.py", | 115 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
116 "--root", | 116 "--root", |
117 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", | 117 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", |
118 "--commit", | 118 "--commit", |
119 "--verbose", | 119 "--verbose", |
120 "--verbose", | 120 "--verbose", |
121 "--issue", | 121 "--issue", |
122 "12853011", | 122 "12853011", |
123 "--patchset", | 123 "--patchset", |
124 "1", | 124 "1", |
125 "--skip_canned", | 125 "--skip_canned", |
(...skipping 14 matching lines...) Expand all Loading... |
140 "PRESUBMIT_BUILDER": "1" | 140 "PRESUBMIT_BUILDER": "1" |
141 }, | 141 }, |
142 "name": "presubmit" | 142 "name": "presubmit" |
143 }, | 143 }, |
144 { | 144 { |
145 "name": "$result", | 145 "name": "$result", |
146 "recipe_result": null, | 146 "recipe_result": null, |
147 "status_code": 0 | 147 "status_code": 0 |
148 } | 148 } |
149 ] | 149 ] |
OLD | NEW |