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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac_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 "ClangToTMac tester", 10 "ClangToTMac tester",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
112 "--version" 112 "--version"
113 ], 113 ],
114 "name": "swarming.py --version", 114 "name": "swarming.py --version",
115 "stdout": "/path/to/tmp/", 115 "stdout": "/path/to/tmp/",
116 "~followup_annotations": [ 116 "~followup_annotations": [
117 "@@@STEP_TEXT@0.8.6@@@" 117 "@@@STEP_TEXT@0.4.10@@@"
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "runhooks" 125 "runhooks"
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]/src", 127 "cwd": "[SLAVE_BUILD]/src",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "--temp-root-dir", 348 "--temp-root-dir",
349 "[TMP_BASE]", 349 "[TMP_BASE]",
350 "--merged-test-output", 350 "--merged-test-output",
351 "/path/to/tmp/json", 351 "/path/to/tmp/json",
352 "--", 352 "--",
353 "collect", 353 "collect",
354 "--swarming", 354 "--swarming",
355 "https://chromium-swarm.appspot.com", 355 "https://chromium-swarm.appspot.com",
356 "--decorate", 356 "--decorate",
357 "--print-status-updates", 357 "--print-status-updates",
358 "--json", 358 "--shards",
359 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMac test er/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571 \": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu m-swarm.appspot.com/user/task/10000\"}}}" 359 "1",
360 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571"
360 ], 361 ],
361 "env": { 362 "env": {
362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
363 }, 364 },
364 "name": "browser_tests on Mac-10.9", 365 "name": "browser_tests on Mac-10.9",
365 "~followup_annotations": [ 366 "~followup_annotations": [
366 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 367 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
367 ] 368 ]
368 }, 369 },
369 { 370 {
(...skipping 20 matching lines...) Expand all
390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 391 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
391 }, 392 },
392 "name": "Upload to test-results [browser_tests on Mac-10.9]" 393 "name": "Upload to test-results [browser_tests on Mac-10.9]"
393 }, 394 },
394 { 395 {
395 "name": "$result", 396 "name": "$result",
396 "recipe_result": null, 397 "recipe_result": null,
397 "status_code": 0 398 "status_code": 0
398 } 399 }
399 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698