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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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_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"
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 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "[SLAVE_BUILD]/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",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@ }@@@",
(...skipping 14 matching lines...) Expand all
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_BASE]/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 "[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_BASE]/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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698