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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json

Issue 2400143002: Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (Closed)
Patch Set: Created 4 years, 2 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_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ], 227 ],
228 "env": { 228 "env": {
229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
230 }, 230 },
231 "name": "compile" 231 "name": "compile"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
238 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\llvm-symbolizer.exe",
239 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
240 ],
241 "name": "Copy llvm-symbolizer"
242 },
243 {
244 "cmd": [
245 "python",
246 "-u",
247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
248 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\sancov.exe",
249 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
250 ],
251 "name": "Copy sancov"
252 },
253 {
254 "cmd": [
255 "python",
256 "-u",
257 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 237 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
258 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release", 238 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release",
259 "/path/to/tmp/json" 239 "/path/to/tmp/json"
260 ], 240 ],
261 "name": "listdir build_dir", 241 "name": "listdir build_dir",
262 "~followup_annotations": [ 242 "~followup_annotations": [
263 "@@@STEP_LOG_LINE@json.output@[@@@", 243 "@@@STEP_LOG_LINE@json.output@[@@@",
264 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 244 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
265 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
266 "@@@STEP_LOG_LINE@json.output@]@@@", 246 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
324 "@@@STEP_LOG_END@python.inline@@@" 304 "@@@STEP_LOG_END@python.inline@@@"
325 ] 305 ]
326 }, 306 },
327 { 307 {
328 "name": "$result", 308 "name": "$result",
329 "recipe_result": null, 309 "recipe_result": null,
330 "status_code": 0 310 "status_code": 0
331 } 311 }
332 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698