summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13Disable building of RPMs.HEADmasterThomas F Herbert1-2/+2
RPMs are pulled by the installers from downstream distros or elsewhere since the last few releases. Therefore there is no longer any need to build these artifacts in this project. Change-Id: I72592d76ffcd41457f2e6c7d43310dd73c3411f5 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-25Build OVS with dpdkThomas F Herbert1-0/+1
Builds OVS with DPDK. Uses dpdk 2.2.0 and Open vSwitch 2.5. Includes Multi-Queue and recent patches. Open vSwitch RPM is now built with DPDK dataplane. Upstream copr (Fedora) spec files and patches are used for building. Also includes fixes of RPM building and command line options. Adds dpdk arg to RPM test script. Use "pure" COPR spec files without modifications. Fixed some function problems. Addressed reviewer comments. Delete local copies of spec files Build dpdk snapshot instead of using upstream snapshot. Fix clean script. "stack" VM with its default configuration doesn't support sse3 instruction set required by DPDK. Include workaround to test RPM script in host instead of VM. Install prereqs for dpdk build. Use 'set -e' in all scripts for error termination. Add PyQt4 Pre-req. Move functions and respond to reviewers comments. Change-Id: I8d5892ff61a814271972e8d2279628d645b2831b Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-05licenses: Add license headersBilly O'Mahony1-0/+14
Change-Id: I6eecd8f2e8cb5653ed930b836fe17c315b1d3a54 Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com> Reviewed-by: Mark D. Gray <mark.d.gray@intel.com> Reviewed-by: Thomas F Herbert <therbert@redhat.com> Reviewed-by: Michal Ptacek <michalx.ptacek@intel.com>
2015-12-21Use GS_URL as it is now defined by Jenkins and detect Jenkins job nameThomas F Herbert1-2/+1
Fix Typo Change-Id: Ib17628deac512ca37060d087509fda290a23d1ab Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2015-12-18Script to build plain OVS RPM from master.Thomas F Herbert1-0/+5
Uploads RPM to artifactory. Jira: OVSNFV-19 Change-Id: I586418a5e12435fd9d1594a4d2aca544c16a3a6d Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2015-11-30Initial continuous integration commitMark D. Gray1-0/+5
Initial commit to run a simple build job via Jenkins. Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>