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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_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 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 { 179 {
180 "cmd": [ 180 "cmd": [
181 "python", 181 "python",
182 "-u", 182 "-u",
183 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 183 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
184 "--version" 184 "--version"
185 ], 185 ],
186 "name": "swarming.py --version", 186 "name": "swarming.py --version",
187 "stdout": "/path/to/tmp/", 187 "stdout": "/path/to/tmp/",
188 "~followup_annotations": [ 188 "~followup_annotations": [
189 "@@@STEP_TEXT@0.8.6@@@" 189 "@@@STEP_TEXT@0.4.10@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
197 "runhooks" 197 "runhooks"
198 ], 198 ],
199 "cwd": "[SLAVE_BUILD]/src", 199 "cwd": "[SLAVE_BUILD]/src",
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 "@@@STEP_LOG_END@report@@@", 593 "@@@STEP_LOG_END@report@@@",
594 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"failed\"}}@@@" 594 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"failed\"}}@@@"
595 ] 595 ]
596 }, 596 },
597 { 597 {
598 "name": "$result", 598 "name": "$result",
599 "recipe_result": null, 599 "recipe_result": null,
600 "status_code": 0 600 "status_code": 0
601 } 601 }
602 ] 602 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698