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-go Presubmit", | 10 "Luci-go Presubmit", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "version" | 102 "version" |
103 ], | 103 ], |
104 "name": "go third parties" | 104 "name": "go third parties" |
105 }, | 105 }, |
106 { | 106 { |
107 "cmd": [ | 107 "cmd": [ |
108 "python", | 108 "python", |
109 "-u", | 109 "-u", |
110 "[SLAVE_BUILD]/infra/go/env.py", | 110 "[SLAVE_BUILD]/infra/go/env.py", |
111 "python", | 111 "python", |
112 "[DEPOT_TOOLS]/presubmit_support.py", | 112 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
113 "--root", | 113 "--root", |
114 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", | 114 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", |
115 "--commit", | 115 "--commit", |
116 "--verbose", | 116 "--verbose", |
117 "--verbose", | 117 "--verbose", |
118 "--issue", | 118 "--issue", |
119 "12853011", | 119 "12853011", |
120 "--patchset", | 120 "--patchset", |
121 "1", | 121 "1", |
122 "--skip_canned", | 122 "--skip_canned", |
(...skipping 14 matching lines...) Expand all Loading... |
137 "PRESUBMIT_BUILDER": "1" | 137 "PRESUBMIT_BUILDER": "1" |
138 }, | 138 }, |
139 "name": "presubmit" | 139 "name": "presubmit" |
140 }, | 140 }, |
141 { | 141 { |
142 "name": "$result", | 142 "name": "$result", |
143 "recipe_result": null, | 143 "recipe_result": null, |
144 "status_code": 0 | 144 "status_code": 0 |
145 } | 145 } |
146 ] | 146 ] |
OLD | NEW |