summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-virtual.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-13 22:24:58 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-14 07:31:04 +0100
commit1d847faa1fe9e874147deec13624367469cb3130 (patch)
tree5e5040f9a751ad43a342a29f360e80fd398a8630 /jjb/functest/functest-virtual.yaml
parent27a23a3fd902d4af944b856ad749a0574b4023f0 (diff)
Publish Functest gate job
It mainly conforms with the first jjbs published in functest. It only differs regarding the numbers of multijobs (limited to 1 in releng) and the branch management. From the time being, rally-based testcases and vnfs are excluded to avoid falsy false. The next patch will update the gerrit trigger part. Change-Id: Ie1d2acbd9c4f2ad41ecd4cc43d0c13f855251349 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.yaml315
1 files changed, 245 insertions, 70 deletions
diff --git a/jjb/functest/functest-virtual.yaml b/jjb/functest/functest-virtual.yaml
index a25f980ef..7ec0cad6d 100644
--- a/jjb/functest/functest-virtual.yaml
+++ b/jjb/functest/functest-virtual.yaml
@@ -1,6 +1,22 @@
---
+- functest-defaultparameters: &functest-defaultparameters
+ name: 'functest-defaultparameters'
+ repo: opnfv
+ tag:
+ - gambia
+ - hunter
+ - latest
+
+- functest-buildparameters: &functest-buildparameters
+ name: 'functest-buildparameters'
+ parameters:
+ - functest-virtual-defaults
+ - string:
+ name: branch
+ default: master
+
- job-template:
- name: '{repo}-functest-{container}-{tag}-{test}'
+ name: '{repo}-functest-{container}-{test}-{tag}-run'
parameters:
- functest-virtual-defaults
builders:
@@ -15,13 +31,9 @@
{repo}/functest-{container}:{tag} run_tests -t {test}
- project:
- name: 'opnfv-functest-healthcheck'
+ name: repo-functest-healthcheck-test-tag-run
+ <<: *functest-defaultparameters
container: healthcheck
- repo: opnfv
- tag:
- - gambia
- - hunter
- - latest
test:
- connection_check
- tenantnetwork1
@@ -37,87 +49,250 @@
- api_check
- snaps_health_check
jobs:
- - '{repo}-functest-{container}-{tag}-{test}'
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-healthcheckjobs: &functest-healthcheckjobs
+ name: 'functest-healthcheckjobs'
+ projects:
+ - name: '{repo}-functest-healthcheck-connection_check-{tag}-run'
+ - name: '{repo}-functest-healthcheck-tenantnetwork1-{tag}-run'
+ - name: '{repo}-functest-healthcheck-tenantnetwork2-{tag}-run'
+ - name: '{repo}-functest-healthcheck-vmready1-{tag}-run'
+ - name: '{repo}-functest-healthcheck-vmready2-{tag}-run'
+ - name: '{repo}-functest-healthcheck-singlevm1-{tag}-run'
+ - name: '{repo}-functest-healthcheck-singlevm2-{tag}-run'
+ - name: '{repo}-functest-healthcheck-vping_ssh-{tag}-run'
+ - name: '{repo}-functest-healthcheck-vping_userdata-{tag}-run'
+ - name: '{repo}-functest-healthcheck-cinder_test-{tag}-run'
+ - name: '{repo}-functest-healthcheck-odl-{tag}-run'
+ - name: '{repo}-functest-healthcheck-api_check-{tag}-run'
+ - name: '{repo}-functest-healthcheck-snaps_health_check-{tag}-run'
- project:
- name: 'opnfv-functest-smoke'
+ name: repo-functest-smoke-test-tag-run
+ <<: *functest-defaultparameters
container: smoke
- repo: opnfv
- tag:
- - gambia
- - hunter
- - latest
test:
- tempest_smoke
+ - neutron-tempest-plugin-api
+ - rally_jobs
- refstack_defcore
- patrole
+ - snaps_smoke
+ - neutron_trunk
+ - networking-bgpvpn
+ - networking-sfc
+ - barbican
jobs:
- - '{repo}-functest-{container}-{tag}-{test}'
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-smokejobs: &functest-smokejobs
+ name: 'functest-smokejobs'
+ projects:
+ - name: '{repo}-functest-smoke-tempest_smoke-{tag}-run'
+ - name: '{repo}-functest-smoke-neutron-tempest-plugin-api-{tag}-run'
+ - name: '{repo}-functest-smoke-rally_jobs-{tag}-run'
+ - name: '{repo}-functest-smoke-refstack_defcore-{tag}-run'
+ - name: '{repo}-functest-smoke-patrole-{tag}-run'
+ - name: '{repo}-functest-smoke-snaps_smoke-{tag}-run'
+ - name: '{repo}-functest-smoke-neutron_trunk-{tag}-run'
+ - name: '{repo}-functest-smoke-networking-bgpvpn-{tag}-run'
+ - name: '{repo}-functest-smoke-networking-sfc-{tag}-run'
+ - name: '{repo}-functest-smoke-barbican-{tag}-run'
+
+- project:
+ name: repo-functest-benchmarking-test-tag-run'
+ <<: *functest-defaultparameters
+ container: benchmarking
+ test:
+ - vmtp
+ - shaker
+ jobs:
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-benchmarkingjobs: &functest-benchmarkingjobs
+ name: 'functest-benchmarkingjobs'
+ projects:
+ - name: '{repo}-functest-benchmarking-vmtp-{tag}-run'
+ - name: '{repo}-functest-benchmarking-shaker-{tag}-run'
+
+- project:
+ name: repo-functest-components-test-tag-run
+ <<: *functest-defaultparameters
+ container: components
+ test:
+ - tempest_full
+ - tempest_scenario
+ - rally_full
+ jobs:
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-componentsjobs: &functest-componentsjobs
+ name: 'functest-componentsjobs'
+ 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
+ <<: *functest-defaultparameters
+ container: vnf
+ test:
+ - cloudify
+ - cloudify_ims
+ - heat_ims
+ - vyos_vrouter
+ - juju_epc
+ jobs:
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-vnfjobs: &functest-vnfjobs
+ name: 'functest-vnfjobs'
+ projects:
+ - name: '{repo}-functest-vnf-cloudify-{tag}-run'
+ - name: '{repo}-functest-vnf-cloudify_ims-{tag}-run'
+ - name: '{repo}-functest-vnf-heat_ims-{tag}-run'
+ - name: '{repo}-functest-vnf-vyos_vrouter-{tag}-run'
+ - name: '{repo}-functest-vnf-juju_epc-{tag}-run'
+
+- project:
+ name: repo-functest-features-test-tag-run
+ <<: *functest-defaultparameters
+ container: features
+ test:
+ - doctor-notification
+ - bgpvpn
+ - functest-odl-sfc
+ - barometercollectd
+ - vgpu
+ - stor4nfv_os
+ jobs:
+ - '{repo}-functest-{container}-{test}-{tag}-run'
+
+- functest-featuresjobs: &functest-featuresjobs
+ name: 'functest-featuresjobs'
+ projects:
+ - name: '{repo}-functest-features-doctor-notification-{tag}-run'
+ - name: '{repo}-functest-features-bgpvpn-{tag}-run'
+ - name: '{repo}-functest-features-functest-odl-sfc-{tag}-run'
+ - name: '{repo}-functest-features-barometercollectd-{tag}-run'
+ - name: '{repo}-functest-features-vgpu-{tag}-run'
+ - name: '{repo}-functest-features-stor4nfv_os-{tag}-run'
- job-template:
- name: 'functest-virtual'
+ name: '{repo}-functest-{tag}-daily'
+ <<: *functest-defaultparameters
project-type: multijob
- node: 'functest-virtual'
+ parameters:
+ - functest-virtual-defaults
builders:
- multijob:
- name: functest gambia
+ name: healthcheck
+ <<: *functest-healthcheckjobs
+ - multijob:
+ name: smoke
+ <<: *functest-smokejobs
+ - multijob:
+ name: benchmarking
+ <<: *functest-benchmarkingjobs
+ - multijob:
+ name: features
+ <<: *functest-featuresjobs
+
+- project:
+ name: repo-functest-tag-daily
+ <<: *functest-defaultparameters
+ 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}
+
+- job-template:
+ name: '{repo}-functest-{container}-{tag}-build'
+ <<: *functest-buildparameters
+ scm:
+ - functest-gerrit
+ builders:
+ - shell: |
+ cd docker/$(echo {container} |cut -d\- -f 2)
+ sudo docker build \
+ --pull=false --no-cache --force-rm=true \
+ --build-arg BRANCH=${{branch}} \
+ -t {repo}/functest-{container}:{tag} .
+
+- project:
+ name: repo-functest-container-tag-build
+ <<: *functest-defaultparameters
+ container:
+ - core
+ - tempest
+ - healthcheck
+ - smoke
+ - benchmarking
+ - components
+ - vnf
+ - features
+ jobs:
+ - '{repo}-functest-{container}-{tag}-build'
+
+- functest-projectparameters: &functest-projectparameters
+ name: 'functest-projectparameters'
+ current-parameters: true
+
+- job-template:
+ name: '{repo}-functest-{tag}-gate'
+ project-type: multijob
+ functest-buildparameters: *functest-buildparameters
+ functest-defaultparameters: *functest-defaultparameters
+ builders:
+ - multijob:
+ name: build functest-core
projects:
- - name: 'opnfv-functest-healthcheck-gambia-connection_check'
- - name: 'opnfv-functest-healthcheck-gambia-tenantnetwork1'
- - name: 'opnfv-functest-healthcheck-gambia-tenantnetwork2'
- - name: 'opnfv-functest-healthcheck-gambia-vmready1'
- - name: 'opnfv-functest-healthcheck-gambia-vmready2'
- - name: 'opnfv-functest-healthcheck-gambia-singlevm1'
- - name: 'opnfv-functest-healthcheck-gambia-singlevm2'
- - name: 'opnfv-functest-healthcheck-gambia-vping_ssh'
- - name: 'opnfv-functest-healthcheck-gambia-vping_userdata'
- - name: 'opnfv-functest-healthcheck-gambia-cinder_test'
- - name: 'opnfv-functest-healthcheck-gambia-odl'
- - name: 'opnfv-functest-healthcheck-gambia-api_check'
- - name: 'opnfv-functest-healthcheck-gambia-snaps_health_check'
- - name: 'opnfv-functest-smoke-gambia-tempest_smoke'
- - name: 'opnfv-functest-smoke-gambia-refstack_defcore'
- - name: 'opnfv-functest-smoke-gambia-patrole'
+ - name: '{repo}-functest-core-{tag}-build'
+ <<: *functest-projectparameters
- multijob:
- name: functest hunter
+ name: build functest-tempest
projects:
- - name: 'opnfv-functest-healthcheck-hunter-connection_check'
- - name: 'opnfv-functest-healthcheck-hunter-tenantnetwork1'
- - name: 'opnfv-functest-healthcheck-hunter-tenantnetwork2'
- - name: 'opnfv-functest-healthcheck-hunter-vmready1'
- - name: 'opnfv-functest-healthcheck-hunter-vmready2'
- - name: 'opnfv-functest-healthcheck-hunter-singlevm1'
- - name: 'opnfv-functest-healthcheck-hunter-singlevm2'
- - name: 'opnfv-functest-healthcheck-hunter-vping_ssh'
- - name: 'opnfv-functest-healthcheck-hunter-vping_userdata'
- - name: 'opnfv-functest-healthcheck-hunter-cinder_test'
- - name: 'opnfv-functest-healthcheck-hunter-odl'
- - name: 'opnfv-functest-healthcheck-hunter-api_check'
- - name: 'opnfv-functest-healthcheck-hunter-snaps_health_check'
- - name: 'opnfv-functest-smoke-hunter-tempest_smoke'
- - name: 'opnfv-functest-smoke-hunter-refstack_defcore'
- - name: 'opnfv-functest-smoke-hunter-patrole'
+ - name: '{repo}-functest-tempest-{tag}-build'
+ <<: *functest-projectparameters
- multijob:
- name: functest latest
+ name: build all remaining contrainers
projects:
- - name: 'opnfv-functest-healthcheck-latest-connection_check'
- - name: 'opnfv-functest-healthcheck-latest-tenantnetwork1'
- - name: 'opnfv-functest-healthcheck-latest-tenantnetwork2'
- - name: 'opnfv-functest-healthcheck-latest-vmready1'
- - name: 'opnfv-functest-healthcheck-latest-vmready2'
- - name: 'opnfv-functest-healthcheck-latest-singlevm1'
- - name: 'opnfv-functest-healthcheck-latest-singlevm2'
- - name: 'opnfv-functest-healthcheck-latest-vping_ssh'
- - name: 'opnfv-functest-healthcheck-latest-vping_userdata'
- - name: 'opnfv-functest-healthcheck-hunter-cinder_test'
- - name: 'opnfv-functest-healthcheck-latest-odl'
- - name: 'opnfv-functest-healthcheck-hunter-api_check'
- - name: 'opnfv-functest-healthcheck-latest-snaps_health_check'
- - name: 'opnfv-functest-smoke-latest-tempest_smoke'
- - name: 'opnfv-functest-smoke-latest-refstack_defcore'
- - name: 'opnfv-functest-smoke-latest-patrole'
+ - name: '{repo}-functest-healthcheck-{tag}-build'
+ <<: *functest-projectparameters
+ - name: '{repo}-functest-smoke-{tag}-build'
+ <<: *functest-projectparameters
+ - name: '{repo}-functest-benchmarking-{tag}-build'
+ <<: *functest-projectparameters
+ - name: '{repo}-functest-components-{tag}-build'
+ <<: *functest-projectparameters
+ - name: '{repo}-functest-vnf-{tag}-build'
+ <<: *functest-projectparameters
+ - name: '{repo}-functest-features-{tag}-build'
+ <<: *functest-projectparameters
+ - multijob:
+ name: healthcheck
+ <<: *functest-healthcheckjobs
+ - multijob:
+ name: smoke
+ <<: *functest-smokejobs
+ - multijob:
+ name: benchmarking
+ <<: *functest-benchmarkingjobs
+ - multijob:
+ name: features
+ <<: *functest-featuresjobs
- project:
- name: 'functest-virtual'
+ name: repo-functest-tag-gate
+ <<: *functest-defaultparameters
jobs:
- - 'functest-virtual'
+ - '{repo}-functest-{tag}-gate'