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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_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, 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--build-number", 303 "--build-number",
304 "571", 304 "571",
305 "--builder-name", 305 "--builder-name",
306 "WebKit Win7", 306 "WebKit Win7",
307 "--step-name", 307 "--step-name",
308 "webkit_tests", 308 "webkit_tests",
309 "--master-name", 309 "--master-name",
310 "chromium.webkit", 310 "chromium.webkit",
311 "--debug-rwt-logging" 311 "--debug-rwt-logging"
312 ], 312 ],
313 "env": {
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
315 },
313 "name": "webkit_tests", 316 "name": "webkit_tests",
314 "~followup_annotations": [ 317 "~followup_annotations": [
315 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 318 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
316 ] 319 ]
317 }, 320 },
318 { 321 {
319 "cmd": [ 322 "cmd": [
320 "python", 323 "python",
321 "-u", 324 "-u",
322 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", 325 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
323 "--results-dir", 326 "--results-dir",
324 "[SLAVE_BUILD]\\layout-test-results", 327 "[SLAVE_BUILD]\\layout-test-results",
325 "--build-dir", 328 "--build-dir",
326 "[SLAVE_BUILD]\\src\\out", 329 "[SLAVE_BUILD]\\src\\out",
327 "--build-number", 330 "--build-number",
328 "571", 331 "571",
329 "--builder-name", 332 "--builder-name",
330 "WebKit Win7", 333 "WebKit Win7",
331 "--gs-bucket", 334 "--gs-bucket",
332 "gs://chromium-layout-test-archives" 335 "gs://chromium-layout-test-archives"
333 ], 336 ],
337 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
339 },
334 "name": "archive_webkit_tests_results", 340 "name": "archive_webkit_tests_results",
335 "~followup_annotations": [ 341 "~followup_annotations": [
336 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", 342 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@",
337 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Win7/571/layout-test-results.zip@@@" 343 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Win7/571/layout-test-results.zip@@@"
338 ] 344 ]
339 }, 345 },
340 { 346 {
341 "cmd": [ 347 "cmd": [
342 "python", 348 "python",
343 "-u", 349 "-u",
344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 350 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
345 "--target", 351 "--target",
346 "Release" 352 "Release"
347 ], 353 ],
354 "env": {
355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
356 },
348 "name": "process_dumps" 357 "name": "process_dumps"
349 }, 358 },
350 { 359 {
351 "name": "$result", 360 "name": "$result",
352 "recipe_result": null, 361 "recipe_result": null,
353 "status_code": 0 362 "status_code": 0
354 } 363 }
355 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698