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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux remote_run Tester", 10 "Linux remote_run Tester",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
166 "--version" 166 "--version"
167 ], 167 ],
168 "name": "swarming.py --version", 168 "name": "swarming.py --version",
169 "stdout": "/path/to/tmp/", 169 "stdout": "/path/to/tmp/",
170 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_TEXT@0.8.6@@@" 171 "@@@STEP_TEXT@0.4.10@@@"
172 ] 172 ]
173 }, 173 },
174 { 174 {
175 "cmd": [ 175 "cmd": [
176 "python", 176 "python",
177 "-u", 177 "-u",
178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
179 "runhooks" 179 "runhooks"
180 ], 180 ],
181 "cwd": "[SLAVE_BUILD]/src", 181 "cwd": "[SLAVE_BUILD]/src",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "--temp-root-dir", 431 "--temp-root-dir",
432 "[TMP_BASE]", 432 "[TMP_BASE]",
433 "--merged-test-output", 433 "--merged-test-output",
434 "/path/to/tmp/json", 434 "/path/to/tmp/json",
435 "--", 435 "--",
436 "collect", 436 "collect",
437 "--swarming", 437 "--swarming",
438 "https://chromium-swarm.appspot.com", 438 "https://chromium-swarm.appspot.com",
439 "--decorate", 439 "--decorate",
440 "--print-status-updates", 440 "--print-status-updates",
441 "--json", 441 "--shards",
442 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/Linux remote _run Tester/571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/Linux rem ote_run Tester/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 442 "1",
443 "browser_tests/Ubuntu-12.04/ffffffffff/Linux remote_run Tester/571"
443 ], 444 ],
444 "env": { 445 "env": {
445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
446 }, 447 },
447 "name": "browser_tests on Ubuntu-12.04", 448 "name": "browser_tests on Ubuntu-12.04",
448 "~followup_annotations": [ 449 "~followup_annotations": [
449 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 450 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
450 ] 451 ]
451 }, 452 },
452 { 453 {
(...skipping 20 matching lines...) Expand all
473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
474 }, 475 },
475 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 476 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
476 }, 477 },
477 { 478 {
478 "name": "$result", 479 "name": "$result",
479 "recipe_result": null, 480 "recipe_result": null,
480 "status_code": 0 481 "status_code": 0
481 } 482 }
482 ] 483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698