Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
jenkins plugin security updates
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
|
|
|
|
- done for all jobs using git checkouts except those in job-cfg/d-i.yaml
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
We suspect logparser to leak memory and rebootstrap logs are huge. The
benefit of having parsed logs is minimal.
|
|
|
|
This commit removes all jobs matching rebootstrap_*_gcc5*.
|
|
This commit renames (and thus drops) the following jobs:
rebootstrap_mips32r6el_gcc5
rebootstrap_mips32r6el_gcc5_supported
rebootstrap_mips32r6el_gcc6
rebootstrap_mips32r6el_gcc6_supported
|
|
|
|
New architectures: arm64ilp32, mips32r6el, mips64r6el, tilegx.
Removing or1k, because it seems like the relevant toolchain patches
cannot be upstreamed due to licensing issues.
New jobs:
jenkins_arm64ilp32_gcc5
jenkins_arm64ilp32_gcc5_supported
jenkins_arm64ilp32_gcc6
jenkins_arm64ilp32_gcc6_supported
jenkins_mips32r6el_gcc5
jenkins_mips32r6el_gcc5_supported
jenkins_mips32r6el_gcc6
jenkins_mips32r6el_gcc6_supported
jenkins_mips64r6el_gcc5
jenkins_mips64r6el_gcc5_supported
jenkins_mips64r6el_gcc6
jenkins_mips64r6el_gcc6_supported
jenkins_tilegx_gcc5
jenkins_tilegx_gcc5_supported
jenkins_tilegx_gcc6
jenkins_tilegx_gcc6_supported
Removed jobs:
jenkins_or1k_gcc5
jenkins_or1k_gcc5_supported
jenkins_or1k_gcc6
jenkins_or1k_gcc6_supported
|
|
|
|
|
|
|
|
old style deprecated since 1.3.0, according to:
http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm
|
|
This adds 66 jobs and does not allocate any further resources to those
jobs. They will be run infrequently at first and replace the gcc-5 jobs
in the long run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Set node attribute.
* Prepend reproducible_master_wrapper.sh to the shell command and rely
on it ignoring the arguments. Another script shall reconstruct the
invocation from the job name.
|
|
|
|
|
|
When applying this commit, the following jobs need to be deleted:
rebootstrap_alpha_gcc49
rebootstrap_alpha_gcc49_supported
rebootstrap_arm64_gcc49
rebootstrap_arm64_gcc49_debbindiff
rebootstrap_arm64_gcc49_supported
rebootstrap_arm64_gcc49_supported_debbindiff
rebootstrap_armel_gcc49
rebootstrap_armel_gcc49_debbindiff
rebootstrap_armel_gcc49_supported
rebootstrap_armel_gcc49_supported_debbindiff
rebootstrap_armhf_gcc49
rebootstrap_armhf_gcc49_debbindiff
rebootstrap_armhf_gcc49_supported
rebootstrap_armhf_gcc49_supported_debbindiff
rebootstrap_hppa_gcc49
rebootstrap_hppa_gcc49_supported
rebootstrap_i386_gcc49
rebootstrap_i386_gcc49_debbindiff
rebootstrap_i386_gcc49_nobiarch
rebootstrap_i386_gcc49_nobiarch_debbindiff
rebootstrap_i386_gcc49_supported
rebootstrap_i386_gcc49_supported_debbindiff
rebootstrap_m68k_gcc49
rebootstrap_m68k_gcc49_supported
rebootstrap_mips64el_gcc49
rebootstrap_mips64el_gcc49_nobiarch
rebootstrap_mips64el_gcc49_supported
rebootstrap_mipsel_gcc49
rebootstrap_mipsel_gcc49_debbindiff
rebootstrap_mipsel_gcc49_nobiarch
rebootstrap_mipsel_gcc49_nobiarch_debbindiff
rebootstrap_mipsel_gcc49_supported
rebootstrap_mipsel_gcc49_supported_debbindiff
rebootstrap_mips_gcc49
rebootstrap_mips_gcc49_debbindiff
rebootstrap_mips_gcc49_nobiarch
rebootstrap_mips_gcc49_nobiarch_debbindiff
rebootstrap_mips_gcc49_supported
rebootstrap_mips_gcc49_supported_debbindiff
rebootstrap_musl-linux-arm64_gcc49
rebootstrap_musl-linux-armhf_gcc49
rebootstrap_musl-linux-i386_gcc49
rebootstrap_musl-linux-mipsel_gcc49
rebootstrap_musl-linux-mips_gcc49
rebootstrap_or1k_gcc49
rebootstrap_or1k_gcc49_supported
rebootstrap_powerpcel_gcc49
rebootstrap_powerpcel_gcc49_supported
rebootstrap_powerpc_gcc49
rebootstrap_powerpc_gcc49_debbindiff
rebootstrap_powerpc_gcc49_nobiarch
rebootstrap_powerpc_gcc49_nobiarch_debbindiff
rebootstrap_powerpc_gcc49_supported
rebootstrap_powerpc_gcc49_supported_debbindiff
rebootstrap_powerpcspe_gcc49
rebootstrap_powerpcspe_gcc49_supported
rebootstrap_ppc64el_gcc49
rebootstrap_ppc64el_gcc49_debbindiff
rebootstrap_ppc64el_gcc49_supported
rebootstrap_ppc64el_gcc49_supported_debbindiff
rebootstrap_ppc64_gcc49
rebootstrap_ppc64_gcc49_nobiarch
rebootstrap_ppc64_gcc49_supported
rebootstrap_s390x_gcc49
rebootstrap_s390x_gcc49_debbindiff
rebootstrap_s390x_gcc49_nobiarch
rebootstrap_s390x_gcc49_nobiarch_debbindiff
rebootstrap_s390x_gcc49_supported
rebootstrap_s390x_gcc49_supported_debbindiff
rebootstrap_sh4_gcc49
rebootstrap_sh4_gcc49_supported
rebootstrap_sparc64_gcc49
rebootstrap_sparc64_gcc49_nobiarch
rebootstrap_sparc64_gcc49_supported
rebootstrap_sparc_gcc49
rebootstrap_sparc_gcc49_nobiarch
rebootstrap_sparc_gcc49_supported
rebootstrap_x32_gcc49
rebootstrap_x32_gcc49_nobiarch
rebootstrap_x32_gcc49_supported
|
|
|
|
This distinction doesn't make sense for hppa. The following jobs need to
be removed manually:
* rebootstrap_hppa_gcc49_nobiarch
* rebootstrap_hppa_gcc5_nobiarch
|
|
|
|
|
|
|
|
|
|
This reverts commit 124c0ddb89d1c420804a15ee8366b89d7e1371de.
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
powerpcspe has no multilib, so it should be exactly the same as
rebootstrap_powerpcspe_gcc49.
|
|
|
|
|
|
|
|
|
|
the default, j-j-b fails if its not set...
|
|
|
|
|
|
|