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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_crash.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "-m", 243 "-m",
244 "chromium.webkit", 244 "chromium.webkit",
245 "-b", 245 "-b",
246 "WebKit Linux", 246 "WebKit Linux",
247 "--config-file", 247 "--config-file",
248 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 248 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
249 "--goma-dir", 249 "--goma-dir",
250 "[CACHE]/cipd/goma", 250 "[CACHE]/cipd/goma",
251 "//out/Release" 251 "//out/Release"
252 ], 252 ],
253 "cwd": "[SLAVE_BUILD]/src",
253 "env": { 254 "env": {
254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
255 }, 256 },
256 "name": "generate_build_files" 257 "name": "generate_build_files"
257 }, 258 },
258 { 259 {
259 "cmd": [ 260 "cmd": [
260 "python", 261 "python",
261 "-u", 262 "-u",
262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 367 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
367 ] 368 ]
368 }, 369 },
369 { 370 {
370 "name": "$result", 371 "name": "$result",
371 "reason": "1 tests failed: ['webkit_tests']", 372 "reason": "1 tests failed: ['webkit_tests']",
372 "recipe_result": null, 373 "recipe_result": null,
373 "status_code": 1 374 "status_code": 1
374 } 375 }
375 ] 376 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698