- 27 Nov, 2018 1 commit
-
- 12 Dec, 2017 1 commit
-
-
anonym authored
This has caused several issues throughout the years, the lastest instance being the reopening of #14933, so let's just remove this feature. The optimization this allows for when rebuilding the same branch frequently (together with the keeprunning option) was probably only used by me, and rarely at that, so I'd argue it is not worth the maintenance cost. Will-fix: #14933
-
- 09 Nov, 2017 1 commit
-
-
anonym authored
Since the disk cache shrinking is here to ensure that we don't run out of disk space, it should actually be done before *each* build.
-
- 01 Jun, 2017 1 commit
-
- 22 May, 2017 1 commit
-
-
intrigeri authored
-
- 10 May, 2017 1 commit
-
- 09 May, 2017 2 commits
-
- 17 Apr, 2017 1 commit
-
-
anonym authored
NTP will never succeed in offline mode, blocking the build forever.
-
- 16 Mar, 2017 15 commits
-
-
anonym authored
It was a misunderstanding to remove it.
-
anonym authored
The cached wiki builds only survive until the builder VM shutdown, but it's still useful for speeding up rebuilds after failures, or in general with the 'keeprunning' or 'rescue' options.
-
anonym authored
-
bertagaz authored
This is more coherent with the way auto/* and Jenkins name this variables too. Refs: #11972
-
anonym authored
We definitely need this enabled on Jenkins. For others, let's not enable it by default since it has quite a large impact, and might be surprising.
-
anonym authored
-
anonym authored
-
anonym authored
-
anonym authored
-
anonym authored
I don't think there's any benefit with `git clone` over this approach.
-
anonym authored
Except when rescue mode is on. The old condition, if we were building in RAM, doesn't make sense since residual disk build directories are equally problematic.
-
anonym authored
-
- 15 Mar, 2017 13 commits
-
-
anonym authored
There's no need for setting this on Jenkins any more.
-
anonym authored
The reason we added it seems to be wrong, and the operation just takes longer with `--no-local`.
-
anonym authored
Apparently we don't need it on Jenkins any more.
-
anonym authored
... instead of recomputing it with ad hoc re-implementations or things already present in auto/scripts/utils.sh.
-
anonym authored
Otherwise we won't get the refs for the base branches, which we might want to merge in `auto/build` later.
-
intrigeri authored
This is meant to ease debugging.
-
anonym authored
-
intrigeri authored
-
anonym authored
-
anonym authored
-
anonym authored
This branch already assumes it to be the case in some places, and it's handy since with an actual checkout, we can use scripts, like auto/scripts/apt-snapshots-serials, that we need. We also adapt the build-tails script to this change. (Note: This change is actually already present in another branch, wip/11972-use-vagrant-in-jenkins branch, but it's not suitable for merging into this one yet.)
-
- 13 Mar, 2017 1 commit
-
-
anonym authored
We can avoid a lot of problems by setting http_proxy like we want it only when explicitly needed since Vagrant itself uses it (which we had to work around when the in-VM proxy was used).
-
- 20 Dec, 2016 2 commits