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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_Tests.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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac10.9 Tests", 10 "Mac10.9 Tests",
(...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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "--temp-root-dir", 417 "--temp-root-dir",
418 "[TMP_BASE]", 418 "[TMP_BASE]",
419 "--merged-test-output", 419 "--merged-test-output",
420 "/path/to/tmp/json", 420 "/path/to/tmp/json",
421 "--", 421 "--",
422 "collect", 422 "collect",
423 "--swarming", 423 "--swarming",
424 "https://chromium-swarm.appspot.com", 424 "https://chromium-swarm.appspot.com",
425 "--decorate", 425 "--decorate",
426 "--print-status-updates", 426 "--print-status-updates",
427 "--json", 427 "--shards",
428 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/57 1\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/571\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}" 428 "1",
429 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/571"
429 ], 430 ],
430 "env": { 431 "env": {
431 "FORCE_MAC_TOOLCHAIN": "1", 432 "FORCE_MAC_TOOLCHAIN": "1",
432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
433 }, 434 },
434 "name": "browser_tests on Mac-10.9", 435 "name": "browser_tests on Mac-10.9",
435 "~followup_annotations": [ 436 "~followup_annotations": [
436 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 437 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
437 ] 438 ]
438 }, 439 },
(...skipping 22 matching lines...) Expand all
461 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 462 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
462 }, 463 },
463 "name": "Upload to test-results [browser_tests on Mac-10.9]" 464 "name": "Upload to test-results [browser_tests on Mac-10.9]"
464 }, 465 },
465 { 466 {
466 "name": "$result", 467 "name": "$result",
467 "recipe_result": null, 468 "recipe_result": null,
468 "status_code": 0 469 "status_code": 0
469 } 470 }
470 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698