summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
AgeCommit message (Collapse)AuthorFilesLines
2014-06-11increase concurrent job limitsHolger Levsen1-2/+2
2014-06-09reduce unused architectures for rebootstrapHelmut Grohne1-1/+1
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
2014-06-09reduce numToKeep for rebootstrap to 20Helmut Grohne1-1/+1
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.
2014-05-23use minimal chroots for rebootstrapHelmut Grohne1-1/+1
This should reduce io-load on jenkins by not installing unneeded stuff.
2014-05-20stop sending rebootstrap results to h01gerHolger Levsen1-1/+1
2014-04-26rebootstrap: add architectures sparc and sparc64Helmut Grohne1-0/+1
2014-04-26rebootstrap: give a stable yaml file by sortingHelmut Grohne1-4/+4
2014-04-25fix description..oO('.yaml.py, whats next?')Holger Levsen1-1/+1
2014-04-25rebootstrap: fix yaml syntax errorHelmut Grohne1-1/+1
2014-04-25lower prio and number of concurrent rebootstrap runsHolger Levsen1-3/+3
2014-04-25rebootstrap: enable all combinationsHelmut Grohne1-0/+101
* 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.