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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Deopt_Fuzzer.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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[SLAVE_BUILD]/swarming.client/swarming.py",
87 "--version" 87 "--version"
88 ], 88 ],
89 "name": "swarming.py --version", 89 "name": "swarming.py --version",
90 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_TEXT@0.8.6@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
93 ] 93 ]
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "python", 97 "python",
98 "-u", 98 "-u",
99 "[SLAVE_BUILD]/swarming.client/swarming.py", 99 "[SLAVE_BUILD]/swarming.client/swarming.py",
100 "trigger", 100 "trigger",
101 "--swarming", 101 "--swarming",
102 "https://chromium-swarm.appspot.com", 102 "https://chromium-swarm.appspot.com",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[SLAVE_BUILD]/swarming.client/swarming.py", 186 "[SLAVE_BUILD]/swarming.client/swarming.py",
187 "collect", 187 "collect",
188 "--swarming", 188 "--swarming",
189 "https://chromium-swarm.appspot.com", 189 "https://chromium-swarm.appspot.com",
190 "--decorate", 190 "--decorate",
191 "--print-status-updates", 191 "--print-status-updates",
192 "--json", 192 "--shards",
193 "{\"base_task_name\": \"Deopt Fuzz/Ubuntu-12.04/[dummy has/V8 Deopt Fuzzer /571\", \"tasks\": {\"Deopt Fuzz/Ubuntu-12.04/[dummy has/V8 Deopt Fuzzer/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}}}", 193 "1",
194 "Deopt Fuzz/Ubuntu-12.04/[dummy has/V8 Deopt Fuzzer/571",
194 "--task-summary-json", 195 "--task-summary-json",
195 "/path/to/tmp/json" 196 "/path/to/tmp/json"
196 ], 197 ],
197 "name": "Deopt Fuzz on Ubuntu-12.04", 198 "name": "Deopt Fuzz on Ubuntu-12.04",
198 "~followup_annotations": [ 199 "~followup_annotations": [
199 "@@@STEP_TEXT@swarming pending 71s@@@", 200 "@@@STEP_TEXT@swarming pending 71s@@@",
200 "@@@STEP_LOG_LINE@json.output@{@@@", 201 "@@@STEP_LOG_LINE@json.output@{@@@",
201 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
202 "@@@STEP_LOG_LINE@json.output@ {@@@", 203 "@@@STEP_LOG_LINE@json.output@ {@@@",
203 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "@@@STEP_LOG_END@json.output@@@", 238 "@@@STEP_LOG_END@json.output@@@",
238 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 239 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
239 ] 240 ]
240 }, 241 },
241 { 242 {
242 "name": "$result", 243 "name": "$result",
243 "recipe_result": null, 244 "recipe_result": null,
244 "status_code": 0 245 "status_code": 0
245 } 246 }
246 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698