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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win7_Tests__ANGLE_.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 { 172 {
173 "cmd": [ 173 "cmd": [
174 "python", 174 "python",
175 "-u", 175 "-u",
176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
177 "--version" 177 "--version"
178 ], 178 ],
179 "name": "swarming.py --version", 179 "name": "swarming.py --version",
180 "stdout": "/path/to/tmp/", 180 "stdout": "/path/to/tmp/",
181 "~followup_annotations": [ 181 "~followup_annotations": [
182 "@@@STEP_TEXT@0.8.6@@@" 182 "@@@STEP_TEXT@0.4.10@@@"
183 ] 183 ]
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
190 "runhooks" 190 "runhooks"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]\\src", 192 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "--temp-root-dir", 413 "--temp-root-dir",
414 "[TMP_BASE]", 414 "[TMP_BASE]",
415 "--merged-test-output", 415 "--merged-test-output",
416 "/path/to/tmp/json", 416 "/path/to/tmp/json",
417 "--", 417 "--",
418 "collect", 418 "collect",
419 "--swarming", 419 "--swarming",
420 "https://chromium-swarm.appspot.com", 420 "https://chromium-swarm.appspot.com",
421 "--decorate", 421 "--decorate",
422 "--print-status-updates", 422 "--print-status-updates",
423 "--json", 423 "--shards",
424 "{\"base_task_name\": \"browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571\", \"tasks\": {\"browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests ( ANGLE)/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https ://chromium-swarm.appspot.com/user/task/10000\"}}}" 424 "1",
425 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571"
425 ], 426 ],
426 "env": { 427 "env": {
427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
428 }, 429 },
429 "name": "browser_tests on Windows-7-SP1", 430 "name": "browser_tests on Windows-7-SP1",
430 "~followup_annotations": [ 431 "~followup_annotations": [
431 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 432 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
432 ] 433 ]
433 }, 434 },
434 { 435 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 469 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
469 }, 470 },
470 "name": "process_dumps" 471 "name": "process_dumps"
471 }, 472 },
472 { 473 {
473 "name": "$result", 474 "name": "$result",
474 "recipe_result": null, 475 "recipe_result": null,
475 "status_code": 0 476 "status_code": 0
476 } 477 }
477 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698