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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "-m", 163 "-m",
164 "client.v8.fyi", 164 "client.v8.fyi",
165 "-b", 165 "-b",
166 "Android Builder", 166 "Android Builder",
167 "--config-file", 167 "--config-file",
168 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 168 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
169 "--goma-dir", 169 "--goma-dir",
170 "[BUILD]/goma", 170 "[BUILD]/goma",
171 "//out/Release" 171 "//out/Release"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]/src",
173 "env": { 174 "env": {
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
175 }, 176 },
176 "name": "generate_build_files" 177 "name": "generate_build_files"
177 }, 178 },
178 { 179 {
179 "cmd": [ 180 "cmd": [
180 "python", 181 "python",
181 "-u", 182 "-u",
182 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 183 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "~followup_annotations": [ 252 "~followup_annotations": [
252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 253 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
253 ] 254 ]
254 }, 255 },
255 { 256 {
256 "name": "$result", 257 "name": "$result",
257 "recipe_result": null, 258 "recipe_result": null,
258 "status_code": 0 259 "status_code": 0
259 } 260 }
260 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698