| 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 "[CWD]/swarming.client", |
| 9 "--url", | 9 "--url", |
| 10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
| 11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", | |
| 13 "name": "git setup (swarming_client)" | 12 "name": "git setup (swarming_client)" |
| 14 }, | 13 }, |
| 15 { | 14 { |
| 16 "cmd": [ | 15 "cmd": [ |
| 17 "git", | 16 "git", |
| 18 "retry", | 17 "retry", |
| 19 "fetch", | 18 "fetch", |
| 20 "origin", | 19 "origin", |
| 21 "[dummy swarming client hash]" | 20 "[dummy swarming client hash]" |
| 22 ], | 21 ], |
| 23 "cwd": "[SLAVE_BUILD]/swarming.client", | 22 "cwd": "[CWD]/swarming.client", |
| 24 "name": "git fetch (swarming_client)" | 23 "name": "git fetch (swarming_client)" |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "cmd": [ | 26 "cmd": [ |
| 28 "git", | 27 "git", |
| 29 "checkout", | 28 "checkout", |
| 30 "-f", | 29 "-f", |
| 31 "FETCH_HEAD" | 30 "FETCH_HEAD" |
| 32 ], | 31 ], |
| 33 "cwd": "[SLAVE_BUILD]/swarming.client", | 32 "cwd": "[CWD]/swarming.client", |
| 34 "name": "git checkout (swarming_client)" | 33 "name": "git checkout (swarming_client)" |
| 35 }, | 34 }, |
| 36 { | 35 { |
| 37 "cmd": [ | 36 "cmd": [ |
| 38 "git", | 37 "git", |
| 39 "rev-parse", | 38 "rev-parse", |
| 40 "HEAD" | 39 "HEAD" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]/swarming.client", | 41 "cwd": "[CWD]/swarming.client", |
| 43 "name": "read revision", | 42 "name": "read revision", |
| 44 "stdout": "/path/to/tmp/", | 43 "stdout": "/path/to/tmp/", |
| 45 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 47 ] | 46 ] |
| 48 }, | 47 }, |
| 49 { | 48 { |
| 50 "cmd": [ | 49 "cmd": [ |
| 51 "git", | 50 "git", |
| 52 "clean", | 51 "clean", |
| 53 "-f", | 52 "-f", |
| 54 "-d", | 53 "-d", |
| 55 "-x" | 54 "-x" |
| 56 ], | 55 ], |
| 57 "cwd": "[SLAVE_BUILD]/swarming.client", | 56 "cwd": "[CWD]/swarming.client", |
| 58 "name": "git clean (swarming_client)" | 57 "name": "git clean (swarming_client)" |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "git", | 61 "git", |
| 63 "submodule", | 62 "submodule", |
| 64 "sync" | 63 "sync" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]/swarming.client", | 65 "cwd": "[CWD]/swarming.client", |
| 67 "name": "submodule sync (swarming_client)" | 66 "name": "submodule sync (swarming_client)" |
| 68 }, | 67 }, |
| 69 { | 68 { |
| 70 "cmd": [ | 69 "cmd": [ |
| 71 "git", | 70 "git", |
| 72 "submodule", | 71 "submodule", |
| 73 "update", | 72 "update", |
| 74 "--init", | 73 "--init", |
| 75 "--recursive" | 74 "--recursive" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]/swarming.client", | 76 "cwd": "[CWD]/swarming.client", |
| 78 "name": "submodule update (swarming_client)", | 77 "name": "submodule update (swarming_client)", |
| 79 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
| 81 ] | 80 ] |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | 83 "cmd": [ |
| 85 "python", | 84 "python", |
| 86 "-u", | 85 "-u", |
| 87 "[SLAVE_BUILD]/swarming.client/swarming.py", | 86 "[CWD]/swarming.client/swarming.py", |
| 88 "--version" | 87 "--version" |
| 89 ], | 88 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "name": "swarming.py --version", | 89 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", | 90 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" | 92 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] | 93 ] |
| 96 }, | 94 }, |
| 97 { | 95 { |
| 98 "cmd": [ | 96 "cmd": [ |
| 99 "python", | 97 "python", |
| 100 "-u", | 98 "-u", |
| 101 "[SLAVE_BUILD]/swarming.client/swarming.py", | 99 "[CWD]/swarming.client/swarming.py", |
| 102 "trigger", | 100 "trigger", |
| 103 "--swarming", | 101 "--swarming", |
| 104 "https://chromium-swarm.appspot.com", | 102 "https://chromium-swarm.appspot.com", |
| 105 "--isolate-server", | 103 "--isolate-server", |
| 106 "https://isolateserver.appspot.com", | 104 "https://isolateserver.appspot.com", |
| 107 "--priority", | 105 "--priority", |
| 108 "25", | 106 "25", |
| 109 "--shards", | 107 "--shards", |
| 110 "1", | 108 "1", |
| 111 "--task-name", | 109 "--task-name", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "--tag", | 149 "--tag", |
| 152 "slavename:TestSlavename", | 150 "slavename:TestSlavename", |
| 153 "--tag", | 151 "--tag", |
| 154 "stepname:Fuzz on Ubuntu-12.04", | 152 "stepname:Fuzz on Ubuntu-12.04", |
| 155 "--idempotent", | 153 "--idempotent", |
| 156 "[dummy hash for jsfunfuzz]", | 154 "[dummy hash for jsfunfuzz]", |
| 157 "--", | 155 "--", |
| 158 "out/Debug/d8", | 156 "out/Debug/d8", |
| 159 "${ISOLATED_OUTDIR}/fuzz-results-54321.tar.bz2" | 157 "${ISOLATED_OUTDIR}/fuzz-results-54321.tar.bz2" |
| 160 ], | 158 ], |
| 161 "cwd": "[SLAVE_BUILD]", | |
| 162 "name": "[trigger] Fuzz on Ubuntu-12.04", | 159 "name": "[trigger] Fuzz on Ubuntu-12.04", |
| 163 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Fuzz/Ubuntu-12.04/[d
ummy has/V8 Fuzzer/571\", @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Fuzz/Ubuntu-12.04/[d
ummy has/V8 Fuzzer/571\", @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer
/571\": {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer
/571\": {@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ }@@@", | 169 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@", | 171 "@@@STEP_LOG_END@json.output@@@", |
| 175 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 172 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 176 ] | 173 ] |
| 177 }, | 174 }, |
| 178 { | 175 { |
| 179 "cmd": [ | 176 "cmd": [ |
| 180 "python", | 177 "python", |
| 181 "-u", | 178 "-u", |
| 182 "[SLAVE_BUILD]/swarming.client/swarming.py", | 179 "[CWD]/swarming.client/swarming.py", |
| 183 "collect", | 180 "collect", |
| 184 "--swarming", | 181 "--swarming", |
| 185 "https://chromium-swarm.appspot.com", | 182 "https://chromium-swarm.appspot.com", |
| 186 "--decorate", | 183 "--decorate", |
| 187 "--print-status-updates", | 184 "--print-status-updates", |
| 188 "--shards", | 185 "--shards", |
| 189 "1", | 186 "1", |
| 190 "Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571", | 187 "Fuzz/Ubuntu-12.04/[dummy has/V8 Fuzzer/571", |
| 191 "--task-summary-json", | 188 "--task-summary-json", |
| 192 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 193 "--task-output-dir", | 190 "--task-output-dir", |
| 194 "[TMP_BASE]/swarming_output_tmp_1" | 191 "[TMP]/swarming_output_tmp_1" |
| 195 ], | 192 ], |
| 196 "cwd": "[SLAVE_BUILD]", | |
| 197 "name": "Fuzz on Ubuntu-12.04", | 193 "name": "Fuzz on Ubuntu-12.04", |
| 198 "~followup_annotations": [ | 194 "~followup_annotations": [ |
| 199 "step returned non-zero exit code: 1", | 195 "step returned non-zero exit code: 1", |
| 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 201 "@@@STEP_LOG_END@json.output (invalid)@@@", | 197 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 202 "@@@STEP_FAILURE@@@" | 198 "@@@STEP_FAILURE@@@" |
| 203 ] | 199 ] |
| 204 }, | 200 }, |
| 205 { | 201 { |
| 206 "cmd": [ | 202 "cmd": [ |
| 207 "python", | 203 "python", |
| 208 "-u", | 204 "-u", |
| 209 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 205 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 210 "--", | 206 "--", |
| 211 "[DEPOT_TOOLS]/gsutil.py", | 207 "[ROOT]/b/depot_tools/gsutil.py", |
| 212 "----", | 208 "----", |
| 213 "cp", | 209 "cp", |
| 214 "[TMP_BASE]/swarming_output_tmp_1/0/fuzz-results-54321.tar.bz2", | 210 "[TMP]/swarming_output_tmp_1/0/fuzz-results-54321.tar.bz2", |
| 215 "gs://chromium-v8/fuzzer-archives/fuzz-results-54321.tar.bz2" | 211 "gs://chromium-v8/fuzzer-archives/fuzz-results-54321.tar.bz2" |
| 216 ], | 212 ], |
| 217 "cwd": "[SLAVE_BUILD]", | |
| 218 "name": "gsutil upload", | 213 "name": "gsutil upload", |
| 219 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 220 "@@@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@@@" |
| 221 ] | 216 ] |
| 222 }, | 217 }, |
| 223 { | 218 { |
| 224 "name": "$result", | 219 "name": "$result", |
| 225 "reason": "1 tests failed: ['jsfunfuzz']", | 220 "reason": "1 tests failed: ['jsfunfuzz']", |
| 226 "status_code": 1 | 221 "status_code": 1 |
| 227 } | 222 } |
| 228 ] | 223 ] |
| OLD | NEW |