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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "python", 170 "python",
171 "-u", 171 "-u",
172 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 172 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
173 "--version" 173 "--version"
174 ], 174 ],
175 "name": "swarming.py --version", 175 "name": "swarming.py --version",
176 "stdout": "/path/to/tmp/", 176 "stdout": "/path/to/tmp/",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "@@@STEP_TEXT@0.8.6@@@" 178 "@@@STEP_TEXT@0.4.10@@@"
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
186 "runhooks" 186 "runhooks"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]\\src", 188 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "--temp-root-dir", 734 "--temp-root-dir",
735 "[TMP_BASE]", 735 "[TMP_BASE]",
736 "--merged-test-output", 736 "--merged-test-output",
737 "/path/to/tmp/json", 737 "/path/to/tmp/json",
738 "--", 738 "--",
739 "collect", 739 "collect",
740 "--swarming", 740 "--swarming",
741 "https://chromium-swarm.appspot.com", 741 "https://chromium-swarm.appspot.com",
742 "--decorate", 742 "--decorate",
743 "--print-status-updates", 743 "--print-status-updates",
744 "--json", 744 "--shards",
745 "{\"base_task_name\": \"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu m_variable/1\", \"tasks\": {\"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu m_variable/1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt ps://chromium-swarm.appspot.com/user/task/10000\"}}}" 745 "1",
746 "gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromium_variable/1"
746 ], 747 ],
747 "env": { 748 "env": {
748 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 749 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
749 }, 750 },
750 "name": "test r1.gl_tests (r1) on Windows-7-SP1", 751 "name": "test r1.gl_tests (r1) on Windows-7-SP1",
751 "~followup_annotations": [ 752 "~followup_annotations": [
752 "@@@STEP_NEST_LEVEL@1@@@", 753 "@@@STEP_NEST_LEVEL@1@@@",
753 "step returned non-zero exit code: 1", 754 "step returned non-zero exit code: 1",
754 "@@@STEP_TEXT@<br/>failures:<br/>Test.Three<br/>Test.One<br/>Test.Two<br/> @@@", 755 "@@@STEP_TEXT@<br/>failures:<br/>Test.Three<br/>Test.One<br/>Test.Two<br/> @@@",
755 "@@@STEP_FAILURE@@@" 756 "@@@STEP_FAILURE@@@"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "@@@STEP_LOG_END@report@@@", 836 "@@@STEP_LOG_END@report@@@",
836 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@" 837 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
837 ] 838 ]
838 }, 839 },
839 { 840 {
840 "name": "$result", 841 "name": "$result",
841 "recipe_result": null, 842 "recipe_result": null,
842 "status_code": 0 843 "status_code": 0
843 } 844 }
844 ] 845 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698