| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 returned non-zero exit code: 1", | 195 "step returned non-zero exit code: 1", |
| 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 196 "@@@STEP_LOG_END@json.output (invalid)@@@", | 197 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 213 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 214 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/f
uzzer-archives/fuzz-results-54321.tar.bz2@@@" | 215 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/f
uzzer-archives/fuzz-results-54321.tar.bz2@@@" |
| 215 ] | 216 ] |
| 216 }, | 217 }, |
| 217 { | 218 { |
| 218 "name": "$result", | 219 "name": "$result", |
| 219 "reason": "1 tests failed: ['jsfunfuzz']", | 220 "reason": "1 tests failed: ['jsfunfuzz']", |
| 220 "status_code": 1 | 221 "status_code": 1 |
| 221 } | 222 } |
| 222 ] | 223 ] |
| OLD | NEW |