aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
-rw-r--r--opal-ci/Dockerfile-fedora-rawhide2
-rw-r--r--opal-ci/Dockerfile-fedora247
-rw-r--r--opal-ci/Dockerfile-fedora257
-rw-r--r--opal-ci/Dockerfile-fedora267
-rw-r--r--opal-ci/Dockerfile-fedora272
-rwxr-xr-xopal-ci/build-fedora27.sh (renamed from opal-ci/build-fedora24.sh)0
7 files changed, 2 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index e68c915..c754c12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,6 @@ env:
- RUN_ON_CONTAINER=ubuntu-latest
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- - RUN_ON_CONTAINER=fedora24
- - RUN_ON_CONTAINER=fedora25
- - RUN_ON_CONTAINER=fedora26
- RUN_ON_CONTAINER=fedora27
- RUN_ON_CONTAINER=fedora-rawhide
- RUN_ON_CONTAINER=debian-stretch
@@ -33,10 +30,6 @@ matrix:
- os: linux-ppc64le
env: RUN_ON_CONTAINER=ubuntu-12.04
- os: linux-ppc64le
- env: RUN_ON_CONTAINER=fedora24
- - os: linux-ppc64le
- env: RUN_ON_CONTAINER=fedora25
- - os: linux-ppc64le
env: RUN_ON_CONTAINER=centos6
- os: linux-ppc64le
env: RUN_ON_CONTAINER=centos7
diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
index 7413a58..4bfdd57 100644
--- a/opal-ci/Dockerfile-fedora-rawhide
+++ b/opal-ci/Dockerfile-fedora-rawhide
@@ -4,4 +4,4 @@ RUN dnf -y install gcc-powerpc64-linux-gnu
RUN if [ `arch` == "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
COPY . /build/
WORKDIR /build
-ENTRYPOINT ./opal-ci/build-fedora24.sh
+ENTRYPOINT ./opal-ci/build-fedora27.sh
diff --git a/opal-ci/Dockerfile-fedora24 b/opal-ci/Dockerfile-fedora24
deleted file mode 100644
index 06e1b0f..0000000
--- a/opal-ci/Dockerfile-fedora24
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM fedora:24
-RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel openssl
-RUN dnf -y install gcc-powerpc64-linux-gnu
-RUN dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm
-COPY . /build/
-WORKDIR /build
-ENTRYPOINT ./opal-ci/build-fedora24.sh
diff --git a/opal-ci/Dockerfile-fedora25 b/opal-ci/Dockerfile-fedora25
deleted file mode 100644
index 32dead5..0000000
--- a/opal-ci/Dockerfile-fedora25
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM fedora:25
-RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
-RUN dnf -y install gcc-powerpc64-linux-gnu
-RUN dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm
-COPY . /build/
-WORKDIR /build
-ENTRYPOINT ./opal-ci/build-fedora24.sh
diff --git a/opal-ci/Dockerfile-fedora26 b/opal-ci/Dockerfile-fedora26
deleted file mode 100644
index 3cb66f3..0000000
--- a/opal-ci/Dockerfile-fedora26
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM fedora:26
-RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
-RUN dnf -y install gcc-powerpc64-linux-gnu
-RUN if [ `arch` == "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
-COPY . /build/
-WORKDIR /build
-ENTRYPOINT ./opal-ci/build-fedora24.sh
diff --git a/opal-ci/Dockerfile-fedora27 b/opal-ci/Dockerfile-fedora27
index 770220b..969c6d4 100644
--- a/opal-ci/Dockerfile-fedora27
+++ b/opal-ci/Dockerfile-fedora27
@@ -4,4 +4,4 @@ RUN dnf -y install gcc-powerpc64-linux-gnu
RUN if [ `arch` == "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
COPY . /build/
WORKDIR /build
-ENTRYPOINT ./opal-ci/build-fedora24.sh
+ENTRYPOINT ./opal-ci/build-fedora27.sh
diff --git a/opal-ci/build-fedora24.sh b/opal-ci/build-fedora27.sh
index be08259..be08259 100755
--- a/opal-ci/build-fedora24.sh
+++ b/opal-ci/build-fedora27.sh