Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
the default, j-j-b fails if its not set...
|
|
|
|
|
|
|
|
* arm is completely dead
* ppc64el does not have multilib
This commit removes the following jobs:
rebootstrap_arm_gcc49 rebootstrap_ppc64el_gcc49_nobiarch
|
|
This commit removes the job rebootstrap_sh4_gcc49_nobiarch.
|
|
|
|
squid3 shows the very same symptoms as squid2.
This reverts commit 3d150e20f0267edf70923247d3c3fca2195f9dc8.
|
|
Also avoids installing tons of unneeded deps.
|
|
* sh4 succeeds in gcc dance
* mips64el suggested by Aurelien Jarno
|
|
|
|
It is now impossible to co-install the build-dependencies of binutils
and the gcc-4.8 libraries (needed for Multi-Arch version-lock). Thus all
gcc-4.8 rebootstraps are doomed to fail. This commit removes the
following jobs:
rebootstrap_alpha_gcc48
rebootstrap_arm_gcc48
rebootstrap_arm64_gcc48
rebootstrap_armel_gcc48
rebootstrap_armhf_gcc48
rebootstrap_hppa_gcc48
rebootstrap_hppa_gcc48_nobiarch
rebootstrap_i386_gcc48
rebootstrap_i386_gcc48_nobiarch
rebootstrap_ia64_gcc48
rebootstrap_m68k_gcc48
rebootstrap_mips_gcc48
rebootstrap_mips_gcc48_nobiarch
rebootstrap_mipsel_gcc48
rebootstrap_mipsel_gcc48_nobiarch
rebootstrap_or1k_gcc48
rebootstrap_powerpc_gcc48
rebootstrap_powerpc_gcc48_nobiarch
rebootstrap_powerpcspe_gcc48
rebootstrap_powerpcspe_gcc48_nobiarch
rebootstrap_ppc64_gcc48
rebootstrap_ppc64_gcc48_nobiarch
rebootstrap_ppc64el_gcc48
rebootstrap_ppc64el_gcc48_nobiarch
rebootstrap_s390_gcc48
rebootstrap_s390_gcc48_nobiarch
rebootstrap_s390x_gcc48
rebootstrap_s390x_gcc48_nobiarch
rebootstrap_sparc_gcc48
rebootstrap_sparc_gcc48_nobiarch
rebootstrap_sparc64_gcc48
rebootstrap_sparc64_gcc48_nobiarch
rebootstrap_x32_gcc48
rebootstrap_x32_gcc48_nobiarch
|
|
|
|
The arm family really does not have any biarch packages (yet?). Demote
to mono_architectures. This commit removes the following jobs:
rebootstrap_arm_gcc48_nobiarch
rebootstrap_arm_gcc49_nobiarch
rebootstrap_arm64_gcc48_nobiarch
rebootstrap_arm64_gcc49_nobiarch
rebootstrap_armel_gcc48_nobiarch
rebootstrap_armel_gcc49_nobiarch
rebootstrap_armhf_gcc48_nobiarch
rebootstrap_armhf_gcc49_nobiarch
|
|
With currently 76 jobs and each build taking up to 50MB, this should
keep the permanent space usage of rebootstrap below 80GB. Lower if
needed.
|
|
This should reduce io-load on jenkins by not installing unneeded stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use python script to avoid erroneous copy&paste.
* Avoid nobiarch for architectures where it doesn't make a difference.
* Raise worker limit.
* Remove time based triggers.
* Fine grained per-job triggers using individual branches.
|