[Skiboot] [PATCH 0/7] CI improvements

Joel Stanley joel at jms.id.au
Tue May 8 20:22:56 AEST 2018


Here are some fixes that improve our CI builds and tests, that started
off with a focus on 18.04 but applicable all over the place.

The sreset and hello_world build changes are the only ones you might
want to discuss. I discovered by accident that we could simplify the way
they are built.

Joel Stanley (7):
  opal-ci: Build qemu from Cedric's powernv-2.12 branch
  opal-ci: 18.04: Go back to updating before installing packages
  qemu-debian-test: Remove unusable hda option
  test: Simplify build process for hello and sreset tests
  Makefile: be precise about clang target
  opal-ci: Remove unwanted .orig file
  Makefile: Fix building natively on ppc64le

 Makefile                                      |  6 ++--
 Makefile.main                                 | 11 +------
 opal-ci/Dockerfile-ubuntu-18.04               |  5 ++--
 opal-ci/Dockerfile-ubuntu-18.04.orig          | 10 -------
 opal-ci/build-qemu-powernv.sh                 |  2 +-
 test/hello_world/Makefile.check               | 21 ++++++++------
 test/hello_world/hello_kernel/hello_kernel.ld | 29 -------------------
 ..._qemu-jessie-debian-installer_boot_test.sh |  7 ++---
 test/sreset_world/Makefile.check              | 21 ++++++++------
 .../sreset_kernel/sreset_kernel.ld            | 29 -------------------
 10 files changed, 34 insertions(+), 107 deletions(-)
 delete mode 100644 opal-ci/Dockerfile-ubuntu-18.04.orig
 delete mode 100644 test/hello_world/hello_kernel/hello_kernel.ld
 delete mode 100644 test/sreset_world/sreset_kernel/sreset_kernel.ld

-- 
2.17.0



More information about the Skiboot mailing list