summaryrefslogtreecommitdiffstats
path: root/job-cfg
AgeCommit message (Collapse)AuthorFilesLines
2015-02-09Revert "whitespace change to force touching of all job configs"Holger Levsen17-28/+28
This reverts commit 124c0ddb89d1c420804a15ee8366b89d7e1371de.
2015-02-09whitespace change to force touching of all job configsHolger Levsen17-28/+28
2015-01-31rebootstrap: remove useless combinationsHelmut Grohne1-0/+4
The combination of "supported" and "nobiarch" is doomed to always fail, as nobiarch simply is unsupported. This commit removes the following jenkins jobs: jenkins_hppa_gcc49_nobiarch_supported jenkins_i386_gcc49_nobiarch_supported jenkins_i386_gcc49_nobiarch_supported_debbindiff jenkins_mips_gcc49_nobiarch_supported jenkins_mips_gcc49_nobiarch_supported_debbindiff jenkins_mips64el_gcc49_nobiarch_supported jenkins_mipsel_gcc49_nobiarch_supported jenkins_mipsel_gcc49_nobiarch_supported_debbindiff jenkins_powerpc_gcc49_nobiarch_supported jenkins_powerpc_gcc49_nobiarch_supported_debbindiff jenkins_ppc64_gcc49_nobiarch_supported jenkins_s390x_gcc49_nobiarch_supported jenkins_s390x_gcc49_nobiarch_supported_debbindiff jenkins_sparc_gcc49_nobiarch_supported jenkins_sparc64_gcc49_nobiarch_supported jenkins_x32_gcc49_nobiarch_supported
2015-01-30reproducible: rewrite the reproducible_json.sh in python, and replace itMattia Rizzolo1-1/+1
2015-01-28rebootstrap: throttle 4 concurrent jobs max.Holger Levsen1-2/+2
2015-01-24live-build and lvc: also build debian-edu_jessie_workstation and use xfce ↵Holger Levsen2-0/+11
for all debian-edu live images
2015-01-16new rebootstrap job variantsHelmut Grohne1-9/+33
The _supported variant uses the cross build method preferred by the gcc maintainer. It relies on dpkg-cross instead of cross-gcc-dev. Adding this variant, as it is not clear which one is to be used in the long run. See: #766708 The _debbindiff variant compares the cross-built packages against their in-archive natively-built counterparts. This processing takes significantly longer, but can highlight errors in cross compilation. This commit triples the number of rebootstrap jobs.
2015-01-16add new architecture powerpcel to rebootstrap jobsHelmut Grohne1-1/+1
2015-01-16remove job rebootstrap_powerpcspe_gcc49_nobiarchHelmut Grohne1-2/+2
powerpcspe has no multilib, so it should be exactly the same as rebootstrap_powerpcspe_gcc49.
2015-01-15reproducible: fixup several meta pkg sets, run job more oftenHolger Levsen1-1/+1
2015-01-08reproducible: add my email to notified people for the ↵Mattia Rizzolo1-1/+1
reproducible_html_notes job
2015-01-08lvc: silently cleanup workspaceHolger Levsen1-1/+1
2015-01-08reproducible: use the python script instead of the bash one to produce the ↵Mattia Rizzolo1-1/+1
notes pages
2015-01-08reproducible: run dose-deb-coinstall in jenkins-dpkg-jessie schrootHolger Levsen1-1/+1
2015-01-08drop now unneeded clean-sid schrootHolger Levsen1-9/+0
2015-01-07fix typoHolger Levsen1-1/+1
2015-01-07lvc-tests and live-build: new jobs for building and testing Debian sid xfce ↵Holger Levsen2-8/+19
live .isos
2015-01-06job-cfg/dpkg.yaml: run dailyjosch1-2/+2
2015-01-06udd: ignore logparser rules for list_tables jobHolger Levsen1-2/+7
2015-01-06udd: add job to just list all UDD tablesHolger Levsen1-0/+8
2015-01-05job-cfg/dpkg.yaml: update cron job to run weekly and 2h apart from each otherjosch1-2/+2
2015-01-05job-cfg/dpkg.yaml: add new job dpkg_testing_find_trigger_cyclesjosch1-0/+8
2015-01-05bin/find_dpkg_trigger_cycles.sh: support new binarycontrol.d.n layoutjosch1-1/+1
2015-01-04reproducible: create yet another schroot, clean-sid, to be used for meta pkg ↵Holger Levsen1-0/+9
set calculation
2015-01-04reproducible: only update pkg sets once a weekHolger Levsen1-1/+1
2015-01-03improve descriptionHolger Levsen1-1/+1
2015-01-03fix typoHolger Levsen1-1/+1
2015-01-03reproducible: create meta package sets for later consumption when generating ↵Holger Levsen1-0/+9
HTML stats
2015-01-03reproducible: improve grammar in job descriptionsHolger Levsen1-8/+8
2015-01-03d-i manual: killing the basque language once againHolger Levsen1-12/+0
2015-01-02lvc: add jobs to (very preliminary) test Debian 8 GNOME and Xfce desktopsHolger Levsen1-2/+8
2015-01-02lvc: cleanup .pngs in WORKSPACE before job runsHolger Levsen1-1/+1
2015-01-02fix triple typoHolger Levsen1-3/+3
2015-01-02lvc: add new job to test new Debian Edu live imagesHolger Levsen1-3/+6
2015-01-02live: also build debian gnome+xfce jessie live imagesHolger Levsen1-6/+18
2015-01-01fixupHolger Levsen1-1/+1
2015-01-01live: use sudo properlyHolger Levsen1-1/+1
2015-01-01python is needed by common-functions..Holger Levsen1-1/+1
2015-01-01fix typoeHolger Levsen1-1/+1
2015-01-01build debian-edu jessie live imagesHolger Levsen1-0/+54
2015-01-01dpkg_sid_find_trigger_cycles needs python tooHolger Levsen1-1/+1
2015-01-01tyop lvoeHolger Levsen1-1/+1
2015-01-01and thats why writing .yaml by hand is a bad idea...Holger Levsen1-0/+4
2015-01-01fix typoHolger Levsen1-1/+1
2015-01-01run dpkg_sid_find_trigger_cycles job in a jessie schroot. add job to create ↵Holger Levsen1-3/+7
dpkg-jessie schroot.
2014-12-25use Build-timeout Plugin to limit job runtime to 6h for chroot-installations ↵Holger Levsen3-0/+8
and g-i-installation jobs and to 26h for reproducible_builder jobs
2014-12-23lvc: enable live screenshotsHolger Levsen1-0/+2
2014-12-23lvc: throttle down to one concurrent run for nowHolger Levsen1-1/+8
2014-12-23convert lvc.yaml into lvc.yaml.pyHolger Levsen1-22/+40
2014-12-23lvc: add job: lvc_debian-live_gnome_wheezyHolger Levsen1-3/+17