Re: Reducing buildfarm disk usage: remove temp installs when done

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Reducing buildfarm disk usage: remove temp installs when done
Date: 2015-01-19 15:09:15
Message-ID: 54BD1E1B.4050209@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers


On 01/19/2015 09:53 AM, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> But I'm wondering if we should look at using the tricks git-new-workdir
>> uses, setting up symlinks instead of a full clone. Then we'd have one
>> clone with a bunch of different work dirs. That plus a but of explicitly
>> done garbage collection and possibly a periodic re-clone might do the trick.
> Yeah, I was wondering whether it'd be okay to depend on git-new-workdir.
> That would fix the problem pretty nicely. But in the installations I've
> seen, that's not in PATH but squirreled away in some hard-to-guess library
> directory ...
>
>

Yeah. Luckily, there are really only half a dozen or so lines of script
that do the actual work - the rest is sanity checks. I think we can
replicate that without requiring the script. I'll have a stab later in
the week.

cheers

andrew

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Andres Freund 2015-01-19 19:07:54 Re: Reducing buildfarm disk usage: remove temp installs when done
Previous Message Tom Lane 2015-01-19 14:53:46 Re: Reducing buildfarm disk usage: remove temp installs when done

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-01-19 15:26:52 Re: Additional role attributes && superuser review
Previous Message Cédric Villemain 2015-01-19 15:06:01 Re: Fillfactor for GIN indexes