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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_avx2_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_avx2_dbg", 10 "v8_linux_avx2_dbg",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "tryserver.v8", 175 "tryserver.v8",
176 "-b", 176 "-b",
177 "v8_linux_avx2_dbg", 177 "v8_linux_avx2_dbg",
178 "--config-file", 178 "--config-file",
179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
180 "--goma-dir", 180 "--goma-dir",
181 "[CACHE]/cipd/goma", 181 "[CACHE]/cipd/goma",
182 "--gyp-script=gypfiles/gyp_v8", 182 "--gyp-script=gypfiles/gyp_v8",
183 "//out/Debug" 183 "//out/Debug"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]/v8",
185 "env": { 186 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 }, 188 },
188 "name": "generate_build_files", 189 "name": "generate_build_files",
189 "stdout": "/path/to/tmp/", 190 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [ 191 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@stdout@some line@@@", 192 "@@@STEP_LOG_LINE@stdout@some line@@@",
192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
193 "@@@STEP_LOG_LINE@stdout@moar@@@", 194 "@@@STEP_LOG_LINE@stdout@moar@@@",
194 "@@@STEP_LOG_END@stdout@@@" 195 "@@@STEP_LOG_END@stdout@@@"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "-m", 236 "-m",
236 "tryserver.v8", 237 "tryserver.v8",
237 "-b", 238 "-b",
238 "v8_linux_avx2_dbg", 239 "v8_linux_avx2_dbg",
239 "--config-file", 240 "--config-file",
240 "[mb config]", 241 "[mb config]",
241 "--goma-dir", 242 "--goma-dir",
242 "[CACHE]/cipd/goma", 243 "[CACHE]/cipd/goma",
243 "[SLAVE_BUILD]/v8/out/gn" 244 "[SLAVE_BUILD]/v8/out/gn"
244 ], 245 ],
246 "cwd": "[SLAVE_BUILD]/v8",
245 "env": { 247 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
247 }, 249 },
248 "name": "generate_build_files with gn (fyi)" 250 "name": "generate_build_files with gn (fyi)"
249 }, 251 },
250 { 252 {
251 "cmd": [ 253 "cmd": [
252 "python", 254 "python",
253 "-u", 255 "-u",
254 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 256 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 619 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
618 "@@@STEP_LOG_END@durations@@@" 620 "@@@STEP_LOG_END@durations@@@"
619 ] 621 ]
620 }, 622 },
621 { 623 {
622 "name": "$result", 624 "name": "$result",
623 "recipe_result": null, 625 "recipe_result": null,
624 "status_code": 0 626 "status_code": 0
625 } 627 }
626 ] 628 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698