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

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

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
185 "--version" 185 "--version"
186 ], 186 ],
187 "name": "swarming.py --version", 187 "name": "swarming.py --version",
188 "stdout": "/path/to/tmp/", 188 "stdout": "/path/to/tmp/",
189 "~followup_annotations": [ 189 "~followup_annotations": [
190 "@@@STEP_TEXT@0.8.6@@@" 190 "@@@STEP_TEXT@0.4.10@@@"
191 ] 191 ]
192 }, 192 },
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
198 "runhooks" 198 "runhooks"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]\\src", 200 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "--temp-root-dir", 442 "--temp-root-dir",
443 "[TMP_BASE]", 443 "[TMP_BASE]",
444 "--merged-test-output", 444 "--merged-test-output",
445 "/path/to/tmp/json", 445 "/path/to/tmp/json",
446 "--", 446 "--",
447 "collect", 447 "collect",
448 "--swarming", 448 "--swarming",
449 "https://chromium-swarm.appspot.com", 449 "https://chromium-swarm.appspot.com",
450 "--decorate", 450 "--decorate",
451 "--print-status-updates", 451 "--print-status-updates",
452 "--json", 452 "--shards",
453 "{\"base_task_name\": \"browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571\", \"tasks\": {\"browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/5 71\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom ium-swarm.appspot.com/user/task/10000\"}}}" 453 "1",
454 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571"
454 ], 455 ],
455 "env": { 456 "env": {
456 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
457 }, 458 },
458 "name": "browser_tests on Windows-7-SP1", 459 "name": "browser_tests on Windows-7-SP1",
459 "~followup_annotations": [ 460 "~followup_annotations": [
460 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 461 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
461 ] 462 ]
462 }, 463 },
463 { 464 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 498 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
498 }, 499 },
499 "name": "process_dumps" 500 "name": "process_dumps"
500 }, 501 },
501 { 502 {
502 "name": "$result", 503 "name": "$result",
503 "recipe_result": null, 504 "recipe_result": null,
504 "status_code": 0 505 "status_code": 0
505 } 506 }
506 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698