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

Side by Side Diff: scripts/slave/recipes/chromium.expected/buildnumber_zero.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "--test-launcher-summary-output", 304 "--test-launcher-summary-output",
305 "/path/to/tmp/json", 305 "/path/to/tmp/json",
306 "--generate-json-file", 306 "--generate-json-file",
307 "-o", 307 "-o",
308 "gtest-results/base_unittests", 308 "gtest-results/base_unittests",
309 "--builder-name=Linux Tests", 309 "--builder-name=Linux Tests",
310 "--slave-name=TestSlavename", 310 "--slave-name=TestSlavename",
311 "--build-number=0", 311 "--build-number=0",
312 "base_unittests" 312 "base_unittests"
313 ], 313 ],
314 "env": {
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
316 },
314 "name": "base_unittests" 317 "name": "base_unittests"
315 }, 318 },
316 { 319 {
317 "allow_subannotations": true, 320 "allow_subannotations": true,
318 "cmd": [ 321 "cmd": [
319 "python", 322 "python",
320 "-u", 323 "-u",
321 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 324 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
322 "--", 325 "--",
323 "--target", 326 "--target",
(...skipping 11 matching lines...) Expand all
335 "--generate-json-file", 338 "--generate-json-file",
336 "-o", 339 "-o",
337 "gtest-results/browser_tests", 340 "gtest-results/browser_tests",
338 "--builder-name=Linux Tests", 341 "--builder-name=Linux Tests",
339 "--slave-name=TestSlavename", 342 "--slave-name=TestSlavename",
340 "--build-number=0", 343 "--build-number=0",
341 "browser_tests", 344 "browser_tests",
342 "--test-launcher-shard-index=0", 345 "--test-launcher-shard-index=0",
343 "--test-launcher-total-shards=2" 346 "--test-launcher-total-shards=2"
344 ], 347 ],
348 "env": {
349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
350 },
345 "name": "browser_tests" 351 "name": "browser_tests"
346 }, 352 },
347 { 353 {
348 "name": "$result", 354 "name": "$result",
349 "recipe_result": null, 355 "recipe_result": null,
350 "status_code": 0 356 "status_code": 0
351 } 357 }
352 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698