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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/CFI_Linux_CF", 7 "[BUILDER_CACHE]/CFI_Linux_CF",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 ], 289 ],
290 "env": { 290 "env": {
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
292 }, 292 },
293 "name": "compile" 293 "name": "compile"
294 }, 294 },
295 { 295 {
296 "cmd": [ 296 "cmd": [
297 "python", 297 "python",
298 "-u", 298 "-u",
299 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
300 "[BUILDER_CACHE]/CFI_Linux_CF/src/third_party/llvm-build/Release+Asserts/b in/llvm-symbolizer",
301 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release"
302 ],
303 "name": "Copy llvm-symbolizer"
304 },
305 {
306 "cmd": [
307 "python",
308 "-u",
309 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
310 "[BUILDER_CACHE]/CFI_Linux_CF/src/third_party/llvm-build/Release+Asserts/b in/sancov",
311 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release"
312 ],
313 "name": "Copy sancov"
314 },
315 {
316 "cmd": [
317 "python",
318 "-u",
319 "\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", 299 "\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",
320 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release", 300 "[BUILDER_CACHE]/CFI_Linux_CF/src/out/Release",
321 "/path/to/tmp/json" 301 "/path/to/tmp/json"
322 ], 302 ],
323 "name": "listdir build_dir", 303 "name": "listdir build_dir",
324 "~followup_annotations": [ 304 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@json.output@[@@@", 305 "@@@STEP_LOG_LINE@json.output@[@@@",
326 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 306 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
327 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 307 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
328 "@@@STEP_LOG_LINE@json.output@]@@@", 308 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 365 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
386 "@@@STEP_LOG_END@python.inline@@@" 366 "@@@STEP_LOG_END@python.inline@@@"
387 ] 367 ]
388 }, 368 },
389 { 369 {
390 "name": "$result", 370 "name": "$result",
391 "recipe_result": null, 371 "recipe_result": null,
392 "status_code": 0 372 "status_code": 0
393 } 373 }
394 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698