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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.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, 6 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 Mac10.9", 10 "WebKit Mac10.9",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "/path/to/tmp/json", 373 "/path/to/tmp/json",
374 "--test-results-server", 374 "--test-results-server",
375 "test-results.appspot.com", 375 "test-results.appspot.com",
376 "--build-number", 376 "--build-number",
377 "571", 377 "571",
378 "--builder-name", 378 "--builder-name",
379 "WebKit Mac10.9", 379 "WebKit Mac10.9",
380 "--step-name", 380 "--step-name",
381 "webkit_tests" 381 "webkit_tests"
382 ], 382 ],
383 "env": {
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
385 },
383 "name": "webkit_tests", 386 "name": "webkit_tests",
384 "~followup_annotations": [ 387 "~followup_annotations": [
385 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 388 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
386 ] 389 ]
387 }, 390 },
388 { 391 {
389 "cmd": [ 392 "cmd": [
390 "python", 393 "python",
391 "-u", 394 "-u",
392 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 395 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
393 "--results-dir", 396 "--results-dir",
394 "[SLAVE_BUILD]/layout-test-results", 397 "[SLAVE_BUILD]/layout-test-results",
395 "--build-dir", 398 "--build-dir",
396 "[SLAVE_BUILD]/src/out", 399 "[SLAVE_BUILD]/src/out",
397 "--build-number", 400 "--build-number",
398 "571", 401 "571",
399 "--builder-name", 402 "--builder-name",
400 "WebKit Mac10.9", 403 "WebKit Mac10.9",
401 "--gs-bucket", 404 "--gs-bucket",
402 "gs://chromium-layout-test-archives", 405 "gs://chromium-layout-test-archives",
403 "--gs-acl", 406 "--gs-acl",
404 "public-read" 407 "public-read"
405 ], 408 ],
409 "env": {
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
411 },
406 "name": "archive_webkit_tests_results", 412 "name": "archive_webkit_tests_results",
407 "~followup_annotations": [ 413 "~followup_annotations": [
408 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 414 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
409 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 415 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
410 ] 416 ]
411 }, 417 },
412 { 418 {
413 "name": "$result", 419 "name": "$result",
414 "recipe_result": null, 420 "recipe_result": null,
415 "status_code": 0 421 "status_code": 0
416 } 422 }
417 ] 423 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698