summaryrefslogtreecommitdiffstats
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* ci/Dockerfile: Add openssl devel dependenciesStewart Smith2017-03-272-2/+2
| | | | | | | | Needed by kernel module signing. Fixes: https://github.com/open-power/op-build/issues/960 Fixes: 034ff11c71f3ea49186781543dd3b6e88b191996 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* ci: use fedora 25 instead of fedora23Stewart Smith2017-02-164-5/+12
| | | | | | Fedora 23 is no longer supported. Current release is Fedora 25 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Add missing perl module to fedora Docker file.Pridhiviraj Paidipeddi2017-02-091-1/+1
| | | | | | | | | | CI scripts failed to build PNOR image for habanero platform on fedora os. This patch fixes this issue by adding the required perl module into corresponding docker file (perl(ExtUtils::MakeMaker)) Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com>
* Enhancements for op-build ci.Pridhiviraj Paidipeddi2016-08-153-5/+50
| | | | | | | | | | | | | | | | | | | | | This patch adds support for running ci for individual platforms, as well as it can generate firmware images for all the platforms. Added command line options -p and -a. -p List of comma separated platform names to build images for those particular platforms. -a Build firmware images for all the platform defconfig's. For running ci to individual platforms: DOCKER_PREFIX=sudo ./ci/build.sh -p palmetto DOCKER_PREFIX=sudo ./ci/build.sh -p garrison,palmetto For running ci to all the platforms: DOCKER_PREFIX=sudo ./ci/build.sh -a DOCKER_PREFIX=sudo ./ci/build.sh And also it contains missing packages required for fedora23 Dockerfile. Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com>
* Add CI building scripts using DockerStewart Smith2016-03-077-0/+111
This is a first stab at a set of scripts to build each defconfig on each supported build platform inside Docker containers. The idea is that on x86-64 and ppc64le hosts, we can easily test that everything still at least builds on our supported build platforms. Due to docker image availability and Docker's complete lack of acknowledging that there may exist architectures other than x86-64, we get to jump through some rather stupid hoops to work out what to build where. Tested on Fedora 23 x86-64 and Ubuntu xenial snapshot with docker daily snapshot on ppc64le. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud