[Skiboot] [PATCH 00/11] Travis/CI improvements

Stewart Smith stewart at linux.vnet.ibm.com
Thu Dec 22 17:20:25 AEDT 2016


This patch series increases what we're testing in Travis-CI, including
starting to do POWER9 Mambo runs with the hello_kernel!

I also work around some issues with the IBM internal Travis setup (namely,
I need to use curl rather than wget as wget randomly segfaults).

Stewart Smith (11):
  travis: always pull new docker image
  travis: use curl rather than wget
  travis: enable fedora25
  travis: install systemsim-p9
  travis: install systemsim-p8 on centos6
  travis: install systemsim-p8 on centos7
  hello_world: run p9 mambo tests
  print-stb-container: Fix build on centos7
  travis: build and test more on centos7
  hello_world: print out full path of missing MAMBO_BINARY
  travis: install expect on ubuntu 12.04, disable qemu on 16.04/latest

 .travis.yml                                  |  4 +-
 libstb/test/print-stb-container.c            |  5 ++-
 opal-ci/Dockerfile-centos6                   |  4 +-
 opal-ci/Dockerfile-centos7                   |  9 ++--
 opal-ci/Dockerfile-fedora-rawhide            |  3 +-
 opal-ci/Dockerfile-fedora24                  |  3 +-
 opal-ci/Dockerfile-fedora25                  |  7 ++++
 opal-ci/Dockerfile-ubuntu-12.04              | 11 +++--
 opal-ci/Dockerfile-ubuntu-16.04              |  9 ++--
 opal-ci/Dockerfile-ubuntu-latest             |  9 ++--
 opal-ci/build-centos7.sh                     | 26 ++++++++++++
 opal-ci/build-ubuntu-16.04.sh                |  2 +-
 opal-ci/fetch-debian-jessie-installer.sh     |  4 +-
 test/hello_world/Makefile.check              |  8 ++++
 test/hello_world/run_mambo_hello_world.sh    |  2 +-
 test/hello_world/run_mambo_p9_hello_world.sh | 62 ++++++++++++++++++++++++++++
 16 files changed, 145 insertions(+), 23 deletions(-)
 create mode 100644 opal-ci/Dockerfile-fedora25
 create mode 100755 opal-ci/build-centos7.sh
 create mode 100755 test/hello_world/run_mambo_p9_hello_world.sh

-- 
2.9.3



More information about the Skiboot mailing list