Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Side by Side Diff: scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json

Issue 2315123002: Fix GYP-based closure try bots while they continue getting ported to GN (Closed)
Patch Set: train with script, not with eyes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "closure_compilation", 10 "closure_compilation",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" 111 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py"
112 ], 112 ],
113 "name": "run_tests" 113 "name": "run_tests"
114 }, 114 },
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "[SLAVE_BUILD]/src/build/gyp_chromium", 117 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_compiler"
118 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp"
119 ], 118 ],
120 "name": "generate_gyp_files" 119 "name": "run_compiler"
121 },
122 {
123 "cmd": [
124 "python",
125 "-u",
126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
127 "--show-path",
128 "python",
129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
130 "--gsutil-py-path",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
132 "--ninja-path",
133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
134 "--target",
135 "Release",
136 "--src-dir",
137 "[SLAVE_BUILD]/src",
138 "--goma-cache-dir",
139 "[GOMA_CACHE]",
140 "--buildbot-buildername",
141 "closure_compilation",
142 "--buildbot-mastername",
143 "tryserver.chromium.linux",
144 "--buildbot-slavename",
145 "TestSlavename",
146 "--"
147 ],
148 "env": {
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
150 },
151 "name": "compile"
152 },
153 {
154 "cmd": [
155 "[SLAVE_BUILD]/src/build/gyp_chromium",
156 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp"
157 ],
158 "name": "generate_v2_gyp_files"
159 },
160 {
161 "cmd": [
162 "python",
163 "-u",
164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
165 "--show-path",
166 "python",
167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
168 "--gsutil-py-path",
169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
170 "--ninja-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
172 "--target",
173 "Release",
174 "--src-dir",
175 "[SLAVE_BUILD]/src",
176 "--goma-cache-dir",
177 "[GOMA_CACHE]",
178 "--buildbot-buildername",
179 "closure_compilation",
180 "--buildbot-mastername",
181 "tryserver.chromium.linux",
182 "--buildbot-slavename",
183 "TestSlavename",
184 "--"
185 ],
186 "env": {
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
188 },
189 "name": "compile_v2"
190 }, 120 },
191 { 121 {
192 "name": "$result", 122 "name": "$result",
193 "recipe_result": null, 123 "recipe_result": null,
194 "status_code": 0 124 "status_code": 0
195 } 125 }
196 ] 126 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698