| OLD | NEW |
| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "--test-launcher-summary-output", | 306 "--test-launcher-summary-output", |
| 307 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 308 "--generate-json-file", | 308 "--generate-json-file", |
| 309 "-o", | 309 "-o", |
| 310 "gtest-results/base_unittests", | 310 "gtest-results/base_unittests", |
| 311 "--builder-name=Linux Tests", | 311 "--builder-name=Linux Tests", |
| 312 "--slave-name=TestSlavename", | 312 "--slave-name=TestSlavename", |
| 313 "--build-number=571", | 313 "--build-number=571", |
| 314 "base_unittests" | 314 "base_unittests" |
| 315 ], | 315 ], |
| 316 "env": { |
| 317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 318 }, |
| 316 "name": "base_unittests", | 319 "name": "base_unittests", |
| 317 "~followup_annotations": [ | 320 "~followup_annotations": [ |
| 318 "step returned non-zero exit code: 1", | 321 "step returned non-zero exit code: 1", |
| 319 "@@@STEP_FAILURE@@@" | 322 "@@@STEP_FAILURE@@@" |
| 320 ] | 323 ] |
| 321 }, | 324 }, |
| 322 { | 325 { |
| 323 "allow_subannotations": true, | 326 "allow_subannotations": true, |
| 324 "cmd": [ | 327 "cmd": [ |
| 325 "python", | 328 "python", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 341 "--generate-json-file", | 344 "--generate-json-file", |
| 342 "-o", | 345 "-o", |
| 343 "gtest-results/browser_tests", | 346 "gtest-results/browser_tests", |
| 344 "--builder-name=Linux Tests", | 347 "--builder-name=Linux Tests", |
| 345 "--slave-name=TestSlavename", | 348 "--slave-name=TestSlavename", |
| 346 "--build-number=571", | 349 "--build-number=571", |
| 347 "browser_tests", | 350 "browser_tests", |
| 348 "--test-launcher-shard-index=0", | 351 "--test-launcher-shard-index=0", |
| 349 "--test-launcher-total-shards=2" | 352 "--test-launcher-total-shards=2" |
| 350 ], | 353 ], |
| 354 "env": { |
| 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 356 }, |
| 351 "name": "browser_tests" | 357 "name": "browser_tests" |
| 352 }, | 358 }, |
| 353 { | 359 { |
| 354 "name": "$result", | 360 "name": "$result", |
| 355 "reason": "1 tests failed: ['base_unittests']", | 361 "reason": "1 tests failed: ['base_unittests']", |
| 356 "status_code": 1 | 362 "status_code": 1 |
| 357 } | 363 } |
| 358 ] | 364 ] |
| OLD | NEW |