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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/swarming_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 "tryserver.chromium.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_variable", 10 "mac_chromium_variable",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
165 "--version" 165 "--version"
166 ], 166 ],
167 "name": "swarming.py --version", 167 "name": "swarming.py --version",
168 "stdout": "/path/to/tmp/", 168 "stdout": "/path/to/tmp/",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_TEXT@0.8.6@@@" 170 "@@@STEP_TEXT@0.4.10@@@"
171 ] 171 ]
172 }, 172 },
173 { 173 {
174 "cmd": [ 174 "cmd": [
175 "python", 175 "python",
176 "-u", 176 "-u",
177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
178 "runhooks" 178 "runhooks"
179 ], 179 ],
180 "cwd": "[SLAVE_BUILD]/src", 180 "cwd": "[SLAVE_BUILD]/src",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 "--temp-root-dir", 737 "--temp-root-dir",
738 "[TMP_BASE]", 738 "[TMP_BASE]",
739 "--merged-test-output", 739 "--merged-test-output",
740 "/path/to/tmp/json", 740 "/path/to/tmp/json",
741 "--", 741 "--",
742 "collect", 742 "collect",
743 "--swarming", 743 "--swarming",
744 "https://chromium-swarm.appspot.com", 744 "https://chromium-swarm.appspot.com",
745 "--decorate", 745 "--decorate",
746 "--print-status-updates", 746 "--print-status-updates",
747 "--json", 747 "--shards",
748 "{\"base_task_name\": \"gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_var iable/1\", \"tasks\": {\"gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable /1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom ium-swarm.appspot.com/user/task/10000\"}}}" 748 "1",
749 "gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable/1"
749 ], 750 ],
750 "env": { 751 "env": {
751 "FORCE_MAC_TOOLCHAIN": "1", 752 "FORCE_MAC_TOOLCHAIN": "1",
752 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 753 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
753 }, 754 },
754 "name": "test r1.gl_tests (r1) on Mac-10.9", 755 "name": "test r1.gl_tests (r1) on Mac-10.9",
755 "~followup_annotations": [ 756 "~followup_annotations": [
756 "@@@STEP_NEST_LEVEL@1@@@" 757 "@@@STEP_NEST_LEVEL@1@@@"
757 ] 758 ]
758 }, 759 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 "@@@STEP_LOG_END@report@@@", 810 "@@@STEP_LOG_END@report@@@",
810 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 811 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
811 ] 812 ]
812 }, 813 },
813 { 814 {
814 "name": "$result", 815 "name": "$result",
815 "recipe_result": null, 816 "recipe_result": null,
816 "status_code": 0 817 "status_code": 0
817 } 818 }
818 ] 819 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698