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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_non_gpu.json

Issue 2336293002: Updating swarming api to check for chartjson results from a finished (Closed)
Patch Set: Relanding CL Created 4 years, 3 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
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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "--tag", 376 "--tag",
377 "purpose:CI", 377 "purpose:CI",
378 "--tag", 378 "--tag",
379 "purpose:post-commit", 379 "purpose:post-commit",
380 "--tag", 380 "--tag",
381 "slavename:TestSlavename", 381 "slavename:TestSlavename",
382 "--tag", 382 "--tag",
383 "stepname:telemetry_gpu_unittests on Windows", 383 "stepname:telemetry_gpu_unittests on Windows",
384 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 384 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
385 "--", 385 "--",
386 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" 386 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json",
387 "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-outp ut.json"
387 ], 388 ],
388 "env": { 389 "env": {
389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
390 }, 391 },
391 "name": "[trigger] telemetry_gpu_unittests on Windows", 392 "name": "[trigger] telemetry_gpu_unittests on Windows",
392 "~followup_annotations": [ 393 "~followup_annotations": [
393 "@@@STEP_LOG_LINE@json.output@{@@@", 394 "@@@STEP_LOG_LINE@json.output@{@@@",
394 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts/Windows/eeeeeeeeee/Win7 Tests (1)/571\", @@@", 395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts/Windows/eeeeeeeeee/Win7 Tests (1)/571\", @@@",
395 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
396 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Windows/eeeeee eeee/Win7 Tests (1)/571\": {@@@", 397 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Windows/eeeeee eeee/Win7 Tests (1)/571\": {@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
465 }, 466 },
466 "name": "process_dumps" 467 "name": "process_dumps"
467 }, 468 },
468 { 469 {
469 "name": "$result", 470 "name": "$result",
470 "recipe_result": null, 471 "recipe_result": null,
471 "status_code": 0 472 "status_code": 0
472 } 473 }
473 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698