X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-project-jobs.yaml;h=31f7aa6f5770da3fd7d1d2db2f61ed7f94c73432;hb=afa13d6ee8b87c8e63e71fa2ceead357396b8f70;hp=70fc332b8b3e7973d05a14825384879a6d3576c5;hpb=3c8149d136cc244f641c0d1dd54d0ec1ffeaf0ce;p=releng.git diff --git a/jjb/sfc/sfc-project-jobs.yaml b/jjb/sfc/sfc-project-jobs.yaml index 70fc332b8..31f7aa6f5 100644 --- a/jjb/sfc/sfc-project-jobs.yaml +++ b/jjb/sfc/sfc-project-jobs.yaml @@ -16,10 +16,14 @@ branch: '{stream}' gs-pathname: '' disabled: false - - fraser: &fraser + - gambia: &gambia branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false + - fraser: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: true - job-template: name: 'sfc-verify-{stream}' @@ -73,6 +77,10 @@ name: sfc-unit-tests-and-docs builders: - shell: | + #!/bin/bash + virtualenv /var/tmp/sfc + source /var/tmp/sfc/bin/activate + pip install tox cd $WORKSPACE && tox ################################