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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "-m", 178 "-m",
179 "client.dynamorio", 179 "client.dynamorio",
180 "-b", 180 "-b",
181 "linux-v8-dr", 181 "linux-v8-dr",
182 "--config-file", 182 "--config-file",
183 "[mb config]", 183 "[mb config]",
184 "--goma-dir", 184 "--goma-dir",
185 "[CACHE]/cipd/goma", 185 "[CACHE]/cipd/goma",
186 "[SLAVE_BUILD]/v8/out/gn" 186 "[SLAVE_BUILD]/v8/out/gn"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]/v8",
188 "env": { 189 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
190 }, 191 },
191 "name": "generate_build_files with gn (fyi)" 192 "name": "generate_build_files with gn (fyi)"
192 }, 193 },
193 { 194 {
194 "cmd": [ 195 "cmd": [
195 "python", 196 "python",
196 "-u", 197 "-u",
197 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 198 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 329 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
329 "@@@STEP_LOG_END@durations@@@" 330 "@@@STEP_LOG_END@durations@@@"
330 ] 331 ]
331 }, 332 },
332 { 333 {
333 "name": "$result", 334 "name": "$result",
334 "recipe_result": null, 335 "recipe_result": null,
335 "status_code": 0 336 "status_code": 0
336 } 337 }
337 ] 338 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698