QemuK210/roms/skiboot/opal-ci
xuetest 82bdd00ec4 first commit 2021-05-10 20:01:02 +08:00
..
Dockerfile-centos7 first commit 2021-05-10 20:01:02 +08:00
Dockerfile-debian-stretch first commit 2021-05-10 20:01:02 +08:00
Dockerfile-debian-unstable first commit 2021-05-10 20:01:02 +08:00
Dockerfile-docs first commit 2021-05-10 20:01:02 +08:00
Dockerfile-fedora-rawhide first commit 2021-05-10 20:01:02 +08:00
Dockerfile-fedora29 first commit 2021-05-10 20:01:02 +08:00
Dockerfile-fedora30 first commit 2021-05-10 20:01:02 +08:00
Dockerfile-ubuntu-16.04 first commit 2021-05-10 20:01:02 +08:00
Dockerfile-ubuntu-18.04 first commit 2021-05-10 20:01:02 +08:00
Dockerfile-ubuntu-latest first commit 2021-05-10 20:01:02 +08:00
Makefile first commit 2021-05-10 20:01:02 +08:00
README first commit 2021-05-10 20:01:02 +08:00
build-centos7.sh first commit 2021-05-10 20:01:02 +08:00
build-debian-stretch.sh first commit 2021-05-10 20:01:02 +08:00
build-debian-unstable.sh first commit 2021-05-10 20:01:02 +08:00
build-docs.sh first commit 2021-05-10 20:01:02 +08:00
build-fedora-rawhide.sh first commit 2021-05-10 20:01:02 +08:00
build-fedora29.sh first commit 2021-05-10 20:01:02 +08:00
build-fedora30.sh first commit 2021-05-10 20:01:02 +08:00
build-qemu-powernv.sh first commit 2021-05-10 20:01:02 +08:00
build-ubuntu-16.04.sh first commit 2021-05-10 20:01:02 +08:00
build-ubuntu-18.04.sh first commit 2021-05-10 20:01:02 +08:00
build-ubuntu-latest.sh first commit 2021-05-10 20:01:02 +08:00
install-deps-qemu-powernv.sh first commit 2021-05-10 20:01:02 +08:00

README

OPAL-CI
-------

Magic scripts for doing CI regression testing.

Dockerfiles/build scripts for doing builds in Docker (focused on CI only,
used by Travis-ci - see .travis.yml)


building op-build for skiboot CI
--------------------------------
Currently the makefile targets building op-build firmware (targeted at Mambo
simulator) for all current op-build releases.

Since skiboot maintains compatibility, these binaries should *ALWAYS* boot
and work.

The provided makefile to recreate the various zImage.epapr images should be
a good starting point.

I run it like this:
cd opal-ci
export BUILDROOT_GIT=~/op-build/.git/modules/buildroot/
export OP_BUILD_GIT=~/op-build/
export DL_CACHE=~/op-build/dl
export SCRATCH=/scratch/stewart/op-build/
make -j2 images

DL_CACHE points to an existing op-build tree, so we don't have to download
all the source tarballs again

SCRATCH is where all compilation will happen, must have >20GB free space

BUILDROOT_GIT and OP_BUILD_GIT exist to prevent you having to clone from
github.