| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "@@@STEP_LOG_END@json.output (invalid)@@@", | 197 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 198 "@@@STEP_FAILURE@@@" | 198 "@@@STEP_FAILURE@@@" |
| 199 ] | 199 ] |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 205 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 206 "--", | 206 "--", |
| 207 "[DEPOT_TOOLS]/gsutil.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 208 "----", | 208 "----", |
| 209 "cp", | 209 "cp", |
| 210 "[TMP_BASE]/swarming_output_tmp_1/0/fuzz-results-54321.tar.bz2", | 210 "[TMP_BASE]/swarming_output_tmp_1/0/fuzz-results-54321.tar.bz2", |
| 211 "gs://chromium-v8/fuzzer-archives/fuzz-results-54321.tar.bz2" | 211 "gs://chromium-v8/fuzzer-archives/fuzz-results-54321.tar.bz2" |
| 212 ], | 212 ], |
| 213 "name": "gsutil upload", | 213 "name": "gsutil upload", |
| 214 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 215 "@@@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@@@" |
| 216 ] | 216 ] |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "name": "$result", | 219 "name": "$result", |
| 220 "reason": "1 tests failed: ['jsfunfuzz']", | 220 "reason": "1 tests failed: ['jsfunfuzz']", |
| 221 "status_code": 1 | 221 "status_code": 1 |
| 222 } | 222 } |
| 223 ] | 223 ] |
| OLD | NEW |