summaryrefslogtreecommitdiffstats
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-28 18:00:00 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-28 18:19:41 +1100
commitd0e56d97d4cd6d201313a4714860808b4c52d032 (patch)
treec485f925257d27e94c1b9f2ac4e5465c8befa332 /opal-ci
parent517f088a8e39e344565d820eda6f9ebf571a3fa7 (diff)
downloadblackbird-skiboot-d0e56d97d4cd6d201313a4714860808b4c52d032.tar.gz
blackbird-skiboot-d0e56d97d4cd6d201313a4714860808b4c52d032.zip
ci: Remove debian-jessie boot test.
Debian (in its infinite "wisdom") has decided to erase most evidence of there ever being a ppc64el installer for Debian Jessie. So, screw them. Backwards compatibility testing was for losers anyway. There is snapshot.debian.org, but it's *really* slow pulling things from there, so it's not really an option unless we want to add multiple minutes to test duration. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-ubuntu-16.04.sh1
-rwxr-xr-xopal-ci/build-ubuntu-18.04.sh1
-rwxr-xr-xopal-ci/build-ubuntu-latest.sh1
-rwxr-xr-xopal-ci/fetch-debian-jessie-installer.sh3
4 files changed, 0 insertions, 6 deletions
diff --git a/opal-ci/build-ubuntu-16.04.sh b/opal-ci/build-ubuntu-16.04.sh
index 06a9b484..39fb3f1c 100755
--- a/opal-ci/build-ubuntu-16.04.sh
+++ b/opal-ci/build-ubuntu-16.04.sh
@@ -11,7 +11,6 @@ export CROSS="ccache powerpc64le-linux-gnu-"
make -j${MAKE_J} all
(cd opal-ci; ./build-qemu-powernv.sh)
export QEMU_BIN=$(pwd)/opal-ci/qemu/ppc64-softmmu/qemu-system-ppc64
-./opal-ci/fetch-debian-jessie-installer.sh
make -j${MAKE_J} check
(make clean; cd external/gard && CROSS= make -j${MAKE_J})
# because some ppc64le versions don't have arm cross compiler
diff --git a/opal-ci/build-ubuntu-18.04.sh b/opal-ci/build-ubuntu-18.04.sh
index 2786600f..6fd755f3 100755
--- a/opal-ci/build-ubuntu-18.04.sh
+++ b/opal-ci/build-ubuntu-18.04.sh
@@ -9,7 +9,6 @@ MAKE_J=$(grep -c processor /proc/cpuinfo)
export CROSS="ccache powerpc64le-linux-gnu-"
make -j${MAKE_J} all
-./opal-ci/fetch-debian-jessie-installer.sh
make -j${MAKE_J} check
(make clean; cd external/gard && CROSS= make -j${MAKE_J})
# because some ppc64le versions don't have arm cross compiler
diff --git a/opal-ci/build-ubuntu-latest.sh b/opal-ci/build-ubuntu-latest.sh
index 1b79b465..16c33a9f 100755
--- a/opal-ci/build-ubuntu-latest.sh
+++ b/opal-ci/build-ubuntu-latest.sh
@@ -9,7 +9,6 @@ MAKE_J=$(nproc)
export CROSS="ccache powerpc64le-linux-gnu-"
make -j${MAKE_J} all
-./opal-ci/fetch-debian-jessie-installer.sh
make -j${MAKE_J} check
(make clean; cd external/gard && CROSS= make -j${MAKE_J})
( cd external/pflash;
diff --git a/opal-ci/fetch-debian-jessie-installer.sh b/opal-ci/fetch-debian-jessie-installer.sh
deleted file mode 100755
index 54473132..00000000
--- a/opal-ci/fetch-debian-jessie-installer.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-curl -L http://ftp.debian.org/debian/dists/jessie/main/installer-ppc64el/current/images/netboot/debian-installer/ppc64el/vmlinux -o debian-jessie-vmlinux
-curl -L http://ftp.debian.org/debian/dists/jessie/main/installer-ppc64el/current/images/netboot/debian-installer/ppc64el/initrd.gz -o debian-jessie-initrd.gz
OpenPOWER on IntegriCloud