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

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

Powered by Google App Engine
This is Rietveld 408576698