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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Browser_Side_Navigation_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, 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Browser Side Navigation Linux", 10 "Browser Side Navigation Linux",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "--test-results-server", 315 "--test-results-server",
316 "test-results.appspot.com", 316 "test-results.appspot.com",
317 "--build-number", 317 "--build-number",
318 "571", 318 "571",
319 "--builder-name", 319 "--builder-name",
320 "Browser Side Navigation Linux", 320 "Browser Side Navigation Linux",
321 "--step-name", 321 "--step-name",
322 "webkit_tests", 322 "webkit_tests",
323 "--additional-driver-flag=--enable-browser-side-navigation" 323 "--additional-driver-flag=--enable-browser-side-navigation"
324 ], 324 ],
325 "env": {
326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
327 },
325 "name": "webkit_tests", 328 "name": "webkit_tests",
326 "~followup_annotations": [ 329 "~followup_annotations": [
327 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 330 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
328 ] 331 ]
329 }, 332 },
330 { 333 {
331 "cmd": [ 334 "cmd": [
332 "python", 335 "python",
333 "-u", 336 "-u",
334 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 337 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
335 "--results-dir", 338 "--results-dir",
336 "[SLAVE_BUILD]/layout-test-results", 339 "[SLAVE_BUILD]/layout-test-results",
337 "--build-dir", 340 "--build-dir",
338 "[SLAVE_BUILD]/src/out", 341 "[SLAVE_BUILD]/src/out",
339 "--build-number", 342 "--build-number",
340 "571", 343 "571",
341 "--builder-name", 344 "--builder-name",
342 "Browser Side Navigation Linux", 345 "Browser Side Navigation Linux",
343 "--gs-bucket", 346 "--gs-bucket",
344 "gs://chromium-layout-test-archives" 347 "gs://chromium-layout-test-archives"
345 ], 348 ],
349 "env": {
350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
351 },
346 "name": "archive_webkit_tests_results", 352 "name": "archive_webkit_tests_results",
347 "~followup_annotations": [ 353 "~followup_annotations": [
348 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul ts.html@@@", 354 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul ts.html@@@",
349 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" 355 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@"
350 ] 356 ]
351 }, 357 },
352 { 358 {
353 "name": "$result", 359 "name": "$result",
354 "recipe_result": null, 360 "recipe_result": null,
355 "status_code": 0 361 "status_code": 0
356 } 362 }
357 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698