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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_revision_webkit.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 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_TEXT@<br/>Total executed: 9001<br/>@@@" 342 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
340 ] 343 ]
341 }, 344 },
342 { 345 {
343 "cmd": [ 346 "cmd": [
344 "python", 347 "python",
345 "-u", 348 "-u",
346 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 349 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
347 "--results-dir", 350 "--results-dir",
348 "[SLAVE_BUILD]/layout-test-results", 351 "[SLAVE_BUILD]/layout-test-results",
349 "--build-dir", 352 "--build-dir",
350 "[SLAVE_BUILD]/src/out", 353 "[SLAVE_BUILD]/src/out",
351 "--build-number", 354 "--build-number",
352 "571", 355 "571",
353 "--builder-name", 356 "--builder-name",
354 "WebKit Linux", 357 "WebKit Linux",
355 "--gs-bucket", 358 "--gs-bucket",
356 "gs://chromium-layout-test-archives" 359 "gs://chromium-layout-test-archives"
357 ], 360 ],
361 "env": {
362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
363 },
358 "name": "archive_webkit_tests_results", 364 "name": "archive_webkit_tests_results",
359 "~followup_annotations": [ 365 "~followup_annotations": [
360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 366 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
361 "@@@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@@@"
362 ] 368 ]
363 }, 369 },
364 { 370 {
365 "name": "$result", 371 "name": "$result",
366 "recipe_result": null, 372 "recipe_result": null,
367 "status_code": 0 373 "status_code": 0
368 } 374 }
369 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698