summaryrefslogtreecommitdiffstats
path: root/job-cfg
AgeCommit message (Collapse)AuthorFilesLines
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.
2014-04-25schroot.yaml: haskell-schroot: More packagesJoachim Breitner1-1/+1
2014-04-25schroot.yaml: Move do_not_edit from defaults to projectsJoachim Breitner1-1/+2
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 Grohne2-134/+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.
2014-04-23until kfreebsd works, only run the jessie+sid jobs monthlyHolger Levsen1-2/+4
2014-04-23schroot.yaml syntax wibbleJoachim Breitner1-5/+5
2014-04-18job-cfg/d-i.yaml: whitespace fixHolger Levsen1-1/+1
2014-04-18chroot-run.sh: unconditionally install 'build-essential devscripts git' and ↵Holger Levsen1-1/+1
prepare apt to assume 'yes'
2014-04-17dvswitch.yaml: just install 'build-essential devscripts git' as part of the ↵Holger Levsen1-1/+1
libav job
2014-04-17adopt job priorities for several jobs to spread the load betterHolger Levsen5-11/+40
2014-04-17rebootstrap: add multilib variant for x32Helmut Grohne1-0/+16
It is not clear whether multilib makes things easier or more difficult. When in doubt, try both. Also Matthias Klose asked for multilib bootstraps.
2014-04-17adjust rebootstrap job priorityHelmut Grohne1-1/+1
They work the other way round. High numbers are last in the queue.
2014-04-17dvswitch.yaml: also install build-depends from d/control as its in gitHolger Levsen1-1/+1
2014-04-17dvswitch.yaml: run everything in that chrootHolger Levsen1-1/+1
2014-04-17install yasm for dvswitch_against_libav jobHolger Levsen1-1/+1
2014-04-16dvswitch_against_libav: make install libav from upstream sourceHolger Levsen1-1/+1
2014-04-16new job: dvswitch_against_libav_git to test exactly that, every day at 1 UTCHolger Levsen1-4/+18
2014-04-16dvswitch: fix irc notfication addressesHolger Levsen1-3/+7
2014-04-16new jobs to build the dvswitch git master branch on wheezy, jessie + sidHolger Levsen1-0/+73
2014-04-16description typoJoachim Breitner1-1/+1
2014-04-16name it schroot-createJoachim Breitner1-6/+6
2014-04-16First shot at a schroot creating scriptJoachim Breitner1-0/+50
It currently uses sudo freely -- I wonder if it is worth updating sudoers appropriately. Maybe the whole script can be added to sudoers? The jenkins job definition itself is not tested.
2014-04-16haskell-package-plan: logparse rulesJoachim Breitner1-0/+4
2014-04-16haskell-package-plan: No need to install darcs, but do install ghcJoachim Breitner1-1/+1
2014-04-16haskell-package-plan: Depend on patchutilsJoachim Breitner1-1/+1
2014-04-16rebootstrap: add gcc-4.9 configurationsHelmut Grohne1-0/+24
Since libatomic1 and libgcc1 switched from gcc-4.8 to gcc-4.9 in sid, installing gcc-4.8 stage3 is basically impossible without rebuilding a native gcc-4.8 as well and downgrading those libraries due to M-A:same requirements. Thus concentrate on gcc-4.9.
2014-04-16rebootstrap: move triggers to default sectionHelmut Grohne1-15/+3
While this causes all jobs to be triggered at the same time. This is not a big problem, because jobs are queued and subject to priorities anyway.
2014-04-16haskell-package-plan: Use --no-install-recommendsJoachim Breitner1-1/+1
2014-04-16Put packages to be installed in a config line of their ownJoachim Breitner1-2/+3
2014-04-16haskell-package-plan: Depend on dctrl-toolsJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: More dependenciesJoachim Breitner1-1/+1
My minimal schroot seems to be less minimal than jenkins', but I completed the list based on script's imports.
2014-04-15Schedule job dailyJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Add a dependencyJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Use sid after allJoachim Breitner1-1/+1
I just remembered that it also calls "grep-aptavail", which uses the system sources.
2014-04-15Escape ; in my_shellJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Try full path for "cabal"Joachim Breitner1-1/+1
2014-04-15haskell-package-plan: Use git plugin and scm-triggerJoachim Breitner1-1/+7
2014-04-15Rename Haskell Job to haskell-package-planJoachim Breitner1-4/+4
which describes the job better, and matches the newly created git repository.
2014-04-15Fix mail addressJoachim Breitner1-1/+1
2014-04-15No point naming the distro in haskell-packagesJoachim Breitner1-3/+3
and using jessie as the base; might be more reliable.
2014-04-15one FIXME reminder per file is enoughHolger Levsen1-1/+1
2014-04-15chroot-run.sh: support backports in a less hackish wayHolger Levsen1-2/+2