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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
OLDNEW
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698