summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-csit-functional.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19CSIT-1419 Convert vpp-virl job to vpp-devicePeter Mikus1-103/+0
Change-Id: Iaac6a6182904a7ab1595f7534f0afd64caab6256 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-01-23Use csit oper-rls1901 branch for vpp stable/1901 branchJan Gelety1-0/+3
Change-Id: If249c1b989e5dc5998908619e95d58dd4194d990 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-10-09Add CSIT rls1810 branchJan Gelety1-0/+3
Change-Id: Icdc40ad90c1da8d3a9ad1dd32e02bb8b1d406cec Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-07-23Add CSIT rls1807 branchJan Gelety1-0/+3
Change-Id: I0066912c3779a6c238cc500e824d544abf091e5d Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-04-10Add CSIT rls1804 branchJan Gelety1-0/+3
Change-Id: Iffec52e961a7958a789f05ed341ecfd3230acb9f Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-03-08Change the dpdk patch for vpp-csit jobsPeter Mikus1-1/+1
Change-Id: I458d463639d6fb1520fd5c33e112d80d746600a6 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-20VPP: csit ref pointer for dual commit testingEd Kern1-31/+39
Change-Id: Ib9ac1042f463689d8910bb9bb78cea82f1ba7da3 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-02-13vpp-csit-verify: use latest verified CSIT branch by defaultJan Gelety1-6/+48
Jira: CSIT-875 To avoid updating verified CSIT branch name in VPP code base the latest verified CSIT branch will be used by default. VPP developer will have the possibility to define CSIT branch used to verify his patch set by putting CSIT branch name, e.g. oper-180122, to file build-root/scripts/csit-test-branch where the default value 'latest' will be stored. Change-Id: I5657bd833efe4ac98568a0c9ac3cd858af5e23e8 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2017-06-28CSIT-682 Usage of make-verify for vpp-csit-verify jobsPeter Mikus1-0/+7
Solve DPDK dependency in vpp-csit-verify* jobs, so that every time vpp-csit-verify* is triggered the latest DPDK is build and used. This patch will allows us to verify latest DPDK changes and be able to link dpdk-plugin dependencies. It suppose the remove the dependency of upgrading DPDK_DEV manually in CSIT branch. Change-Id: Id560e4798ae9261bc98497a1ffb211b39131d0e3 Signed-off-by: Peter Mikus <pmikus@cisco.com> Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-06-07Get CSIT branch from build-root/scripts/csit-test-branchEd Warnicke1-1/+14
If build-root/scripts/csit-test-branch exists, run it to get the CSIT branch from which to run CSIT tests. Otherwise, default to csit-verified. Related to patches vpp patches: https://gerrit.fd.io/r/#/c/1343/ (master branch) https://gerrit.fd.io/r/#/c/1345/ (stable/1606 branch) Change-Id: I1146c322c1948076ead4639263f9b25e965009f2 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-03-23Update of the job 'vpp-csit-verify-virl'Jan Gelety1-1/+1
Job is updated to be run manually and to use csit-verified branch to test vpp. Change-Id: I7a56594cb840c374bc849c095241655290e6b0bd Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-02-29Add vpp jenkins job to build vpp and run csit tests.Stefan Kobza1-0/+21
To start integrating with VPP verify job, start csit tests for each VPP verify run. Until artifacts passing is solved between jenkins upstream and downstream jobs, build the VPP project again in this job. Then check out csit project, copy the deb packages to the cloned dir and start the testcase. Prevent the job non-voting, so that it does not polute VPP reviews with erroneous results. We'll switch to normal voting after all potential problems are ironed out, and the job is stable. Change-Id: I9e35e19a1d8b2a64b8e65473fef93e0b537eded2 Signed-off-by: Stefan Kobza <skobza@cisco.com>