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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_win.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_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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "--test-launcher-summary-output", 312 "--test-launcher-summary-output",
313 "/path/to/tmp/json", 313 "/path/to/tmp/json",
314 "--generate-json-file", 314 "--generate-json-file",
315 "-o", 315 "-o",
316 "gtest-results/aura_unittests.exe", 316 "gtest-results/aura_unittests.exe",
317 "--builder-name=Win7 Tests (1)", 317 "--builder-name=Win7 Tests (1)",
318 "--slave-name=TestSlavename", 318 "--slave-name=TestSlavename",
319 "--build-number=571", 319 "--build-number=571",
320 "aura_unittests.exe" 320 "aura_unittests.exe"
321 ], 321 ],
322 "env": {
323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
324 },
322 "name": "aura_unittests" 325 "name": "aura_unittests"
323 }, 326 },
324 { 327 {
325 "allow_subannotations": true, 328 "allow_subannotations": true,
326 "cmd": [ 329 "cmd": [
327 "python", 330 "python",
328 "-u", 331 "-u",
329 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", 332 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py",
330 "--", 333 "--",
331 "--target", 334 "--target",
(...skipping 10 matching lines...) Expand all
342 "--generate-json-file", 345 "--generate-json-file",
343 "-o", 346 "-o",
344 "gtest-results/browser_tests.exe", 347 "gtest-results/browser_tests.exe",
345 "--builder-name=Win7 Tests (1)", 348 "--builder-name=Win7 Tests (1)",
346 "--slave-name=TestSlavename", 349 "--slave-name=TestSlavename",
347 "--build-number=571", 350 "--build-number=571",
348 "browser_tests.exe", 351 "browser_tests.exe",
349 "--test-launcher-shard-index=0", 352 "--test-launcher-shard-index=0",
350 "--test-launcher-total-shards=2" 353 "--test-launcher-total-shards=2"
351 ], 354 ],
355 "env": {
356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
357 },
352 "name": "browser_tests" 358 "name": "browser_tests"
353 }, 359 },
354 { 360 {
355 "cmd": [ 361 "cmd": [
356 "python", 362 "python",
357 "-u", 363 "-u",
358 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", 364 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py",
359 "--build-dir", 365 "--build-dir",
360 "[SLAVE_BUILD]\\src\\out", 366 "[SLAVE_BUILD]\\src\\out",
361 "--target", 367 "--target",
362 "Release", 368 "Release",
363 "--force-clean", 369 "--force-clean",
364 "--config", 370 "--config",
365 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", 371 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config",
366 "--write-full-results-to", 372 "--write-full-results-to",
367 "/path/to/tmp/json" 373 "/path/to/tmp/json"
368 ], 374 ],
375 "env": {
376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
377 },
369 "name": "test_installer" 378 "name": "test_installer"
370 }, 379 },
371 { 380 {
372 "cmd": [ 381 "cmd": [
373 "python", 382 "python",
374 "-u", 383 "-u",
375 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 384 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
376 "--target", 385 "--target",
377 "Release" 386 "Release"
378 ], 387 ],
388 "env": {
389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
390 },
379 "name": "process_dumps" 391 "name": "process_dumps"
380 }, 392 },
381 { 393 {
382 "name": "$result", 394 "name": "$result",
383 "recipe_result": null, 395 "recipe_result": null,
384 "status_code": 0 396 "status_code": 0
385 } 397 }
386 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698