Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|