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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Fuzzer_fuzz_archive.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698