diff options
author | Helmut Grohne <helmut@subdivi.de> | 2015-06-05 14:12:42 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2015-06-05 14:12:42 +0200 |
commit | 3e67205a8dbd3f717a118cb3014a239ec4a8b06c (patch) | |
tree | 3ad322d2371679ff6af228ac8c42f0234ae1260b /job-cfg | |
parent | abcaaec26229a7873dba2d96af028aa9631b1f25 (diff) | |
download | jenkins.debian.net-3e67205a8dbd3f717a118cb3014a239ec4a8b06c.tar.xz |
rebootstrap: remove hppa*nobiarch jobs
This distinction doesn't make sense for hppa. The following jobs need to
be removed manually:
* rebootstrap_hppa_gcc49_nobiarch
* rebootstrap_hppa_gcc5_nobiarch
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index c67202ee..96545315 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -2,7 +2,6 @@ architectures = """ i386 - hppa mips mips64el mipsel powerpc ppc64 s390x @@ -13,6 +12,7 @@ architectures = """ mono_architectures = """ armel armhf musl-linux-armhf arm64 musl-linux-arm64 alpha + hppa musl-linux-i386 m68k musl-linux-mips musl-linux-mipsel |