summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11Merge "licenses: Add license headers"Billy O'Mahony2-0/+29
2016-02-05licenses: Add license headersBilly O'Mahony2-0/+29
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>
2016-01-31Introduce ability to accept command arguments to build with DPDK or Linux ↵Thomas F Herbert2-87/+75
kernel. Specify patches to apply, build kernel module RPM and build with a special version of the kernel. Also instack_ovs.sh creates a VM for building and initial testing of RPMs and copies scripts to VMs build_ovs_rpm.sh builds the RPM according to command line options. test_ovs_rpm.sh tests the RPM by installing the RPM and running some ovs commands to create a bridge and dump flows. Also add two scripts generally to be executed in VM to do actual building and Testing. This 2nd series adds the following: Use fedora spec file for kmod builds. Added Explanations to configuration options. Fixes in response to review comments. Rename script for clarity and change references: buildtestovs.sh -> BuildTestOVS.sh Fix nocheck option, print default options, fix kmod option, fix test of kmod. For command line options execute build/buildtestovs.sh -h Change-Id: I415ca39afab27482b1cb473d392f48b36c8e0745 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-01-04Fix URL to Google Storage for OVSNFVFatih Degirmenci1-5/+5
Change-Id: I249faf006a38806e757af2cb450eeafd6653eaf9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-23Fix check of Jenkins job nameThomas F Herbert1-1/+1
Change-Id: Idbbf146e41cd197c033104eee054623607d0b4f1 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2015-12-21Use GS_URL as it is now defined by Jenkins and detect Jenkins job nameThomas F Herbert3-14/+11
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 Herbert3-0/+203
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>