summaryrefslogtreecommitdiffstats
path: root/jjb/sfc/sfc-project-jobs.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove Service Function Chaining jobsCédric Ollivier1-110/+0
Service Function Chaining dropped [1]. https://wiki.opnfv.org/display/PROJ/Project+Directory Change-Id: I1b4e2585f138809956aae4e791b123832f2754e3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-30Add Hunter jobs for SFCAric Gardner1-4/+4
remove gambia and add hunter jobs Change-Id: I5fa8f75f60d16dc41ff42a03e5d07fc63f49e8fe Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-11-05Fix SFC Verify Job Virtualenv LocationTrevor Bramwell1-2/+3
'/var/cache' isn't writable by others, but /var/tmp should be. Also fixed the issue of not sourcing 'activate' within the bin path. Change-Id: Ib7830cc33543227d6b67cac00edc212d889aec10 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-05Install Tox in a virtualenv for SFCTrevor Bramwell1-0/+3
This should alleviate the current issue with tox version conflicts caused by global-jjb limiting the tox version. Change-Id: I84644be109963a612c0679cb58f21b0daf649e56 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-24Create Stable Branch Jobs for sfcjenkins-ci1-1/+5
Change-Id: Idea9af88bd02f647addec9142e0384dc6cf2029a Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
2018-06-28Disable SFC verify job in fraser branchDimitrios Markou1-1/+1
We would like to disable the SFC verify job for fraser branch because jenkins give us -1 on new patches on stable fraser branch because of the lack of tox on that branch. We are not going to submit any new patches on the SFC fraser branch from now on except from one [0]. So we can disable the fraser job as an easy fix to the -1 jenkins-ci problem in gerrit. [0]: https://gerrit.opnfv.org/gerrit/#/c/59175/ Change-Id: Iab2cb1eea6ac14f262ca25bc3cc61e15556f21e9 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-06-18Add support for tox in SFC project jobsDimitrios Markou1-3/+32
Depends-On: https://gerrit.opnfv.org/gerrit/#/c/58649/ Change-Id: I4b39c6fd8e70fe40c68e5b2d7043ee522583290b Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+73
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>