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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Site Isolation Linux", 10 "Site Isolation Linux",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "Site Isolation Linux", 321 "Site Isolation Linux",
322 "--step-name", 322 "--step-name",
323 "webkit_tests", 323 "webkit_tests",
324 "--additional-driver-flag", 324 "--additional-driver-flag",
325 "--site-per-process", 325 "--site-per-process",
326 "--additional-expectations", 326 "--additional-expectations",
327 "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process", 327 "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process",
328 "--options", 328 "--options",
329 "http/tests" 329 "http/tests"
330 ], 330 ],
331 "env": {
332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
333 },
331 "name": "webkit_tests", 334 "name": "webkit_tests",
332 "~followup_annotations": [ 335 "~followup_annotations": [
333 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 336 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
334 ] 337 ]
335 }, 338 },
336 { 339 {
337 "cmd": [ 340 "cmd": [
338 "python", 341 "python",
339 "-u", 342 "-u",
340 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 343 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
341 "--results-dir", 344 "--results-dir",
342 "[SLAVE_BUILD]/layout-test-results", 345 "[SLAVE_BUILD]/layout-test-results",
343 "--build-dir", 346 "--build-dir",
344 "[SLAVE_BUILD]/src/out", 347 "[SLAVE_BUILD]/src/out",
345 "--build-number", 348 "--build-number",
346 "571", 349 "571",
347 "--builder-name", 350 "--builder-name",
348 "Site Isolation Linux", 351 "Site Isolation Linux",
349 "--gs-bucket", 352 "--gs-bucket",
350 "gs://chromium-layout-test-archives" 353 "gs://chromium-layout-test-archives"
351 ], 354 ],
355 "env": {
356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
357 },
352 "name": "archive_webkit_tests_results", 358 "name": "archive_webkit_tests_results",
353 "~followup_annotations": [ 359 "~followup_annotations": [
354 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
355 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 361 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
356 ] 362 ]
357 }, 363 },
358 { 364 {
359 "name": "$result", 365 "name": "$result",
360 "recipe_result": null, 366 "recipe_result": null,
361 "status_code": 0 367 "status_code": 0
362 } 368 }
363 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698