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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_crash.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "/path/to/tmp/json", 327 "/path/to/tmp/json",
328 "--test-results-server", 328 "--test-results-server",
329 "test-results.appspot.com", 329 "test-results.appspot.com",
330 "--build-number", 330 "--build-number",
331 "571", 331 "571",
332 "--builder-name", 332 "--builder-name",
333 "WebKit Linux", 333 "WebKit Linux",
334 "--step-name", 334 "--step-name",
335 "webkit_tests" 335 "webkit_tests"
336 ], 336 ],
337 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
339 },
337 "name": "webkit_tests", 340 "name": "webkit_tests",
338 "~followup_annotations": [ 341 "~followup_annotations": [
339 "step returned non-zero exit code: 1", 342 "step returned non-zero exit code: 1",
340 "@@@STEP_TEXT@<br/>Total executed: n/a<br/>@@@", 343 "@@@STEP_TEXT@<br/>Total executed: n/a<br/>@@@",
341 "@@@STEP_FAILURE@@@" 344 "@@@STEP_FAILURE@@@"
342 ] 345 ]
343 }, 346 },
344 { 347 {
345 "cmd": [ 348 "cmd": [
346 "python", 349 "python",
347 "-u", 350 "-u",
348 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 351 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
349 "--results-dir", 352 "--results-dir",
350 "[SLAVE_BUILD]/layout-test-results", 353 "[SLAVE_BUILD]/layout-test-results",
351 "--build-dir", 354 "--build-dir",
352 "[SLAVE_BUILD]/src/out", 355 "[SLAVE_BUILD]/src/out",
353 "--build-number", 356 "--build-number",
354 "571", 357 "571",
355 "--builder-name", 358 "--builder-name",
356 "WebKit Linux", 359 "WebKit Linux",
357 "--gs-bucket", 360 "--gs-bucket",
358 "gs://chromium-layout-test-archives" 361 "gs://chromium-layout-test-archives"
359 ], 362 ],
363 "env": {
364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
365 },
360 "name": "archive_webkit_tests_results", 366 "name": "archive_webkit_tests_results",
361 "~followup_annotations": [ 367 "~followup_annotations": [
362 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 368 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
363 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 369 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
364 ] 370 ]
365 }, 371 },
366 { 372 {
367 "name": "$result", 373 "name": "$result",
368 "reason": "1 tests failed: ['webkit_tests']", 374 "reason": "1 tests failed: ['webkit_tests']",
369 "status_code": 1 375 "status_code": 1
370 } 376 }
371 ] 377 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698