OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Fuzzer", | 10 "V8 Fuzzer", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "@@@STEP_LOG_LINE@stdout@Creating archive bar@@@", | 127 "@@@STEP_LOG_LINE@stdout@Creating archive bar@@@", |
128 "@@@STEP_LOG_LINE@stdout@baz@@@", | 128 "@@@STEP_LOG_LINE@stdout@baz@@@", |
129 "@@@STEP_LOG_END@stdout@@@", | 129 "@@@STEP_LOG_END@stdout@@@", |
130 "@@@STEP_FAILURE@@@" | 130 "@@@STEP_FAILURE@@@" |
131 ] | 131 ] |
132 }, | 132 }, |
133 { | 133 { |
134 "cmd": [ | 134 "cmd": [ |
135 "python", | 135 "python", |
136 "-u", | 136 "-u", |
137 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 137 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
138 "--", | 138 "--", |
139 "[DEPOT_TOOLS]/gsutil.py", | 139 "[DEPOT_TOOLS]/gsutil.py", |
140 "----", | 140 "----", |
141 "cp", | 141 "cp", |
142 "[SLAVE_BUILD]/v8/bar", | 142 "[SLAVE_BUILD]/v8/bar", |
143 "gs://chromium-v8/fuzzer-archives/bar" | 143 "gs://chromium-v8/fuzzer-archives/bar" |
144 ], | 144 ], |
145 "cwd": "[SLAVE_BUILD]", | 145 "cwd": "[SLAVE_BUILD]", |
146 "name": "gsutil upload", | 146 "name": "gsutil upload", |
147 "~followup_annotations": [ | 147 "~followup_annotations": [ |
148 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/f
uzzer-archives/bar@@@" | 148 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/f
uzzer-archives/bar@@@" |
149 ] | 149 ] |
150 }, | 150 }, |
151 { | 151 { |
152 "name": "$result", | 152 "name": "$result", |
153 "reason": "1 tests failed: ['fuzz']", | 153 "reason": "1 tests failed: ['fuzz']", |
154 "status_code": 1 | 154 "status_code": 1 |
155 } | 155 } |
156 ] | 156 ] |
OLD | NEW |