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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[SLAVE_BUILD]/swarming.client/swarming.py", 179 "[SLAVE_BUILD]/swarming.client/swarming.py",
180 "collect", 180 "collect",
181 "--swarming", 181 "--swarming",
182 "https://chromium-swarm.appspot.com", 182 "https://chromium-swarm.appspot.com",
183 "--decorate", 183 "--decorate",
184 "--print-status-updates", 184 "--print-status-updates",
185 "--json", 185 "--shards",
186 "{\"base_task_name\": \"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571\", \"ta sks\": {\"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571\": {\"shard_index\": 0, \"t ask_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/tas k/10000\"}}}", 186 "1",
187 "Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571",
187 "--task-summary-json", 188 "--task-summary-json",
188 "/path/to/tmp/json", 189 "/path/to/tmp/json",
189 "--task-output-dir", 190 "--task-output-dir",
190 "[TMP_BASE]/swarming_output_tmp_1" 191 "[TMP_BASE]/swarming_output_tmp_1"
191 ], 192 ],
192 "name": "Fuzz on Ubuntu-12.04", 193 "name": "Fuzz on Ubuntu-12.04",
193 "~followup_annotations": [ 194 "~followup_annotations": [
194 "@@@STEP_TEXT@swarming pending 71s@@@", 195 "@@@STEP_TEXT@swarming pending 71s@@@",
195 "@@@STEP_LOG_LINE@json.output@{@@@", 196 "@@@STEP_LOG_LINE@json.output@{@@@",
196 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 197 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "@@@STEP_LOG_END@json.output@@@", 233 "@@@STEP_LOG_END@json.output@@@",
233 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 234 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
234 ] 235 ]
235 }, 236 },
236 { 237 {
237 "name": "$result", 238 "name": "$result",
238 "recipe_result": null, 239 "recipe_result": null,
239 "status_code": 0 240 "status_code": 0
240 } 241 }
241 ] 242 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698