summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-virtual.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 23:15:51 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 23:19:54 +0100
commit44807a3a3b14072f2d6318146a024b5d2b6052f5 (patch)
tree422826bbab3b576e0cc177250d87a1f50075c0e6 /jjb/functest/functest-virtual.yaml
parentc0ad40d89139d11ac3cd7b5973874b994dacc7ca (diff)
Add triggers to verify Functest
It runs testcases for all new patchset. Change-Id: Ida99e2f40cf3a7a6bc002e81cee27eb67ea62ff0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest-virtual.yaml')
-rw-r--r--jjb/functest/functest-virtual.yaml55
1 files changed, 30 insertions, 25 deletions
diff --git a/jjb/functest/functest-virtual.yaml b/jjb/functest/functest-virtual.yaml
index c383d7c13..43eb2fb0c 100644
--- a/jjb/functest/functest-virtual.yaml
+++ b/jjb/functest/functest-virtual.yaml
@@ -3,9 +3,12 @@
name: 'functest-defaultparameters'
repo: opnfv
tag:
- - gambia
- - hunter
- - latest
+ - gambia:
+ branch: stable/gambia
+ - hunter:
+ branch: stable/hunter
+ - master:
+ branch: master
- job-template:
name: '{repo}-functest-{container}-{tag}-pull'
@@ -37,14 +40,6 @@
- name: '{repo}-functest-vnf-{tag}-pull'
- name: '{repo}-functest-features-{tag}-pull'
-- functest-buildparameters: &functest-buildparameters
- name: 'functest-buildparameters'
- parameters:
- - functest-virtual-defaults
- - string:
- name: branch
- default: master
-
- job-template:
name: '{repo}-functest-{container}-{test}-{tag}-run'
parameters:
@@ -161,6 +156,7 @@
test:
- tempest_full
- tempest_scenario
+ - rally_full
jobs:
- '{repo}-functest-{container}-{test}-{tag}-run'
@@ -169,6 +165,7 @@
projects:
- name: '{repo}-functest-components-tempest_full-{tag}-run'
- name: '{repo}-functest-components-tempest_scenario-{tag}-run'
+ # - name: '{repo}-functest-components-rally_full-{tag}-run'
- project:
name: repo-functest-vnf-{test}-{tag}-run
@@ -251,29 +248,32 @@
jobs:
- '{repo}-functest-{tag}-daily'
-- scm:
- name: functest-gerrit
- scm:
- - git:
- url: https://gerrit.opnfv.org/gerrit/functest
- refspec: '+refs/changes/*:refs/changes/*'
- branches:
- - ${branch}
+- functest-buildparameters: &functest-buildparameters
+ name: 'functest-buildparameters'
+ parameters:
+ - functest-virtual-defaults
+ - string:
+ name: BRANCH
+ default: '{branch}'
- job-template:
name: '{repo}-functest-{container}-{tag}-build'
<<: *functest-buildparameters
scm:
- - functest-gerrit
+ - git:
+ url: https://gerrit.opnfv.org/gerrit/functest
+ refspec: '+refs/changes/*:refs/changes/*'
+ branches:
+ - $GERRIT_REFSPEC
builders:
- shell: |
case "{container}" in
"components")
args="" ;;
*)
- args="--build-arg BRANCH=${{branch}}" ;;
+ args="--build-arg BRANCH=$GERRIT_REFSPEC" ;;
esac
- cd docker/$(echo {container} |cut -d\- -f 2)
+ cd docker/{container}
sudo docker build \
${{args}} --pull=false --no-cache --force-rm=true \
-t {repo}/functest-{container}:{tag} .
@@ -301,6 +301,11 @@
name: '{repo}-functest-{tag}-gate'
project-type: multijob
<<: *functest-buildparameters
+ triggers:
+ - gerrit-trigger-patchset-created:
+ project: 'functest'
+ branch: '{branch}'
+ files: '**'
builders:
- multijob:
name: build functest-core
@@ -339,9 +344,9 @@
- multijob:
name: components
<<: *functest-componentsjobs
- - multijob:
- name: vnf
- <<: *functest-vnfjobs
+ # - multijob:
+ # name: vnf
+ # <<: *functest-vnfjobs
- multijob:
name: features
<<: *functest-featuresjobs