https://bugzilla.wikimedia.org/show_bug.cgi?id=71128
--- Comment #3 from Krinkle <[email protected]> --- (In reply to Antoine "hashar" Musso from comment #1) > The find -mtime 60 is pretty lame. Since then I found a way to have a task > to run on build completion which is the 'postbuildscript' publisher. The > qunit jobs already have such a macro qunit-cleanup (in macro.yaml), so we > can just add a step that would delete the sqlite file. Cool. Let's see if we can update our macros that create tmp dbs, to use postbuildscript to clean it up. I guess keeping it in tmpfs is useful for now, we can just do an 'rm -rf' of the containing directory since its tied to workspace-id (jobname[@concurreny]), so no parallel conflicts. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
