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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11.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_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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Mac10.11", 10 "WebKit Mac10.11",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python", 166 "python",
167 "-u", 167 "-u",
168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
169 "--version" 169 "--version"
170 ], 170 ],
171 "name": "swarming.py --version", 171 "name": "swarming.py --version",
172 "stdout": "/path/to/tmp/", 172 "stdout": "/path/to/tmp/",
173 "~followup_annotations": [ 173 "~followup_annotations": [
174 "@@@STEP_TEXT@0.8.6@@@" 174 "@@@STEP_TEXT@0.4.10@@@"
175 ] 175 ]
176 }, 176 },
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
182 "runhooks" 182 "runhooks"
183 ], 183 ],
184 "cwd": "[SLAVE_BUILD]/src", 184 "cwd": "[SLAVE_BUILD]/src",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "--temp-root-dir", 475 "--temp-root-dir",
476 "[TMP_BASE]", 476 "[TMP_BASE]",
477 "--merged-test-output", 477 "--merged-test-output",
478 "/path/to/tmp/json", 478 "/path/to/tmp/json",
479 "--", 479 "--",
480 "collect", 480 "collect",
481 "--swarming", 481 "--swarming",
482 "https://chromium-swarm.appspot.com", 482 "https://chromium-swarm.appspot.com",
483 "--decorate", 483 "--decorate",
484 "--print-status-updates", 484 "--print-status-updates",
485 "--json", 485 "--shards",
486 "{\"base_task_name\": \"browser_tests/Mac-10.11/ffffffffff/WebKit Mac10.11 /571\", \"tasks\": {\"browser_tests/Mac-10.11/ffffffffff/WebKit Mac10.11/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}}}" 486 "1",
487 "browser_tests/Mac-10.11/ffffffffff/WebKit Mac10.11/571"
487 ], 488 ],
488 "env": { 489 "env": {
489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
490 }, 491 },
491 "name": "browser_tests on Mac-10.11", 492 "name": "browser_tests on Mac-10.11",
492 "~followup_annotations": [ 493 "~followup_annotations": [
493 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 494 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
494 ] 495 ]
495 }, 496 },
496 { 497 {
(...skipping 20 matching lines...) Expand all
517 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
518 }, 519 },
519 "name": "Upload to test-results [browser_tests on Mac-10.11]" 520 "name": "Upload to test-results [browser_tests on Mac-10.11]"
520 }, 521 },
521 { 522 {
522 "name": "$result", 523 "name": "$result",
523 "recipe_result": null, 524 "recipe_result": null,
524 "status_code": 0 525 "status_code": 0
525 } 526 }
526 ] 527 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698