summaryrefslogtreecommitdiffstats
path: root/job-cfg
AgeCommit message (Collapse)AuthorFilesLines
2014-09-23fixup reproducible jobsHolger Levsen1-9/+10
2014-09-23start with sid-reproducible jobs. totally WIP atmHolger Levsen2-0/+60
2014-09-23g-i edu: add new test, 'Debian Edu (jessie) main-server', and run this and ↵Holger Levsen1-1/+11
the jessie Edu standalone test, daily for the next weeks
2014-09-23g-i: schedule debian-edu wheezy-test installation less often (only once a ↵Holger Levsen1-6/+6
month now)
2014-09-18use cgit anonscm-links on alioth instead of gitweb.Holger Levsen11-11/+11
2014-09-14limit other lintian jobs to 6h as wellHelmut Grohne1-2/+2
2014-09-14limit lintian job runs to 6hHelmut Grohne1-1/+1
2014-09-14rebootstrap: remove unsupported architectures ia64 and s390Helmut Grohne1-2/+1
2014-09-02rebootstrap architecture updateHelmut Grohne1-2/+3
* arm is completely dead * ppc64el does not have multilib This commit removes the following jobs: rebootstrap_arm_gcc49 rebootstrap_ppc64el_gcc49_nobiarch
2014-08-23dvswitch: force building with shared libsHolger Levsen1-1/+1
2014-08-22dvswitch: remove libavcodec-dev and libavutil-devHolger Levsen1-1/+1
2014-07-20rebootstrap: sh4 does not have multilibHelmut Grohne1-1/+1
This commit removes the job rebootstrap_sh4_gcc49_nobiarch.
2014-07-10haskell-package-plan: Remove “totals” graph, due to Jenkins bugJoachim Breitner1-9/+9
2014-07-10Plot: Do not use exclusion, to avoid bugJoachim Breitner1-4/+4
2014-06-25Use squid3 in cabal-installJoachim Breitner1-1/+1
There is a bug that is triggered by using squid2 (https://github.com/haskell/HTTP/issues/68) and helmut found out that it does not happen with squid3. Hence use squid3.
2014-06-23Revert "Unset http_proxy due to bug in cabal"Joachim Breitner1-1/+1
This reverts commit 0eac7a78d6862013ea47d7271f979b33286e2432. Lets see if the bug has been fixed.
2014-06-21Unset http_proxy due to bug in cabalJoachim Breitner1-1/+1
(in haskell-http to be precise).
2014-06-21Merge commit 'fd94a8edc5c5a4d884f41f13e528dc2136950f47'Holger Levsen1-1/+1
2014-06-18Revert "fork chroot-run.sh for rebootstrap to test squid3"Helmut Grohne1-1/+1
squid3 shows the very same symptoms as squid2. This reverts commit 3d150e20f0267edf70923247d3c3fca2195f9dc8.
2014-06-17fork chroot-run.sh for rebootstrap to test squid3Helmut Grohne1-1/+1
Also avoids installing tons of unneeded deps.
2014-06-17rebootstrap: new architecturesHelmut Grohne1-1/+2
* sh4 succeeds in gcc dance * mips64el suggested by Aurelien Jarno
2014-06-14Merge remote-tracking branch 'helmut/rebootstrap'Holger Levsen1-3/+3
2014-06-14rebootstrap disable gcc-4.8 buildsHelmut Grohne1-1/+1
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
2014-06-11increase concurrent job limitsHolger Levsen3-12/+12
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-30piuparts: call tests correctlyHolger Levsen1-2/+2
2014-04-30job-cfg: correct publishers and triggers once againHolger Levsen3-13/+19
2014-04-30job-cfg: use countable triggers againHolger Levsen2-10/+9
2014-04-30piuparts.yaml: simplify, drop wheezy jobHolger Levsen1-20/+2
2014-04-30add piuparts test jobsHolger Levsen1-0/+73
2014-04-30g-i: edu minimal: use released squeeze image aka debian-edu-6.0.7+r1-CD.isoHolger Levsen1-1/+1
2014-04-28g-i debian-edu: add one squeeze and wheezy job, convert squeeze jobs into ↵Holger Levsen1-75/+95
squeeze-test ones
2014-04-27schedule schroot jobs at better timesHolger Levsen1-4/+4
2014-04-27fixup job shells too (see previous commit) and thus switch to --directory...Holger Levsen1-3/+3
2014-04-27everybody loves tpyosHolger Levsen1-1/+1
2014-04-27schroot.yaml: yet another fixHolger Levsen1-4/+4
2014-04-27rework yaml fileHolger Levsen1-19/+32
2014-04-26schroot.yaml: add standard sidebar linksHolger Levsen1-0/+26
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-25schroot.yaml: beat this into a form suitable for j-j-bHolger Levsen1-21/+30
2014-04-25haskell-package-plan: s/plots/plot/Joachim Breitner1-1/+1
2014-04-25revert 509e606 now that nomeata added bf80b3cHolger Levsen1-2/+0
2014-04-25haskell-package-plan: Add a group field to the plotsJoachim Breitner1-0/+2
2014-04-25h-p-p.yaml: add plot groupHolger Levsen1-0/+2
2014-04-25fix description..oO('.yaml.py, whats next?')Holger Levsen1-1/+1
2014-04-25haskell-package-plan: Enable graphsJoachim Breitner1-0/+16
This requires a small hack in chroot-run.sh.