--- - job-template: name: '{repo}-functest-{container}-{test}-{tag}-run' defaults: 'functest-defaults' builders: - shell: | docker run \ -e NAMESERVER={nameserver} \ -e EXTERNAL_NETWORK={external_network} \ -v \ {prefix}/results/$JOB_NAME-$BUILD_ID:/home/opnfv/functest/results \ -v {prefix}/openstack.creds:/home/opnfv/functest/conf/env_file \ -v {prefix}/images:/home/opnfv/functest/images \ {repo}/functest-{container}:{tag} run_tests -t {test} - project: name: '{repo}-functest-healthcheck-{test}-{tag}-run' container: healthcheck test: - connection_check - api_check - snaps_health_check jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-healthcheck-{tag}-run' project-type: multijob builders: - multijob: name: healthcheck projects: - name: '{repo}-functest-healthcheck-connection_check-{tag}-run' - name: '{repo}-functest-healthcheck-api_check-{tag}-run' - name: '{repo}-functest-healthcheck-snaps_health_check-{tag}-run' - project: name: '{repo}-functest-healthcheck-{tag}-run' jobs: - '{repo}-functest-healthcheck-{tag}-run' - project: name: '{repo}-functest-smoke-{test}-{tag}-run' container: smoke test: - vping_ssh - vping_userdata - tempest_smoke_serial - rally_sanity - refstack_defcore - patrole - odl - snaps_smoke - neutron_trunk jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-smoke-{tag}-run' project-type: multijob builders: - multijob: name: smoke projects: - name: '{repo}-functest-smoke-vping_ssh-{tag}-run' - name: '{repo}-functest-smoke-vping_userdata-{tag}-run' - name: '{repo}-functest-smoke-tempest_smoke_serial-{tag}-run' - name: '{repo}-functest-smoke-rally_sanity-{tag}-run' - name: '{repo}-functest-smoke-refstack_defcore-{tag}-run' - name: '{repo}-functest-smoke-patrole-{tag}-run' - name: '{repo}-functest-smoke-odl-{tag}-run' - name: '{repo}-functest-smoke-snaps_smoke-{tag}-run' - name: '{repo}-functest-smoke-neutron_trunk-{tag}-run' - project: name: '{repo}-functest-smoke-{tag}-run' jobs: - '{repo}-functest-smoke-{tag}-run' - project: name: '{repo}-functest-components-{test}-{tag}-run' container: components test: - tempest_full_parallel - rally_full jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-components-{tag}-run' project-type: multijob builders: - multijob: name: components projects: - name: '{repo}-functest-components-tempest_full_parallel-{tag}-run' - name: '{repo}-functest-components-rally_full-{tag}-run' - project: name: '{repo}-functest-components-{tag}-run' jobs: - '{repo}-functest-components-{tag}-run' - project: name: '{repo}-functest-vnf-{test}-{tag}-run' container: vnf test: - cloudify_ims - vyos_vrouter - juju_epc jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-vnf-{tag}-run' project-type: multijob builders: - multijob: name: vnf projects: - name: '{repo}-functest-vnf-cloudify_ims-{tag}-run' - name: '{repo}-functest-vnf-vyos_vrouter-{tag}-run' - name: '{repo}-functest-vnf-juju_epc-{tag}-run' - project: name: '{repo}-functest-vnf-{tag}-run' jobs: - '{repo}-functest-vnf-{tag}-run' - project: name: '{repo}-functest-features-{test}-{tag}-run' container: features test: - doctor-notification - bgpvpn - functest-odl-sfc - barometercollectd - fds jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-features-{tag}-run' project-type: multijob builders: - multijob: name: features 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-fds-{tag}-run' - project: name: '{repo}-functest-features-{tag}-run' jobs: - '{repo}-functest-features-{tag}-run' - project: name: '{repo}-parser-{test}-{tag}-run' container: parser test: - parser-basics jobs: - '{repo}-functest-{container}-{test}-{tag}-run' - job-template: name: '{repo}-functest-parser-{tag}-run' project-type: multijob builders: - multijob: name: features projects: - name: '{repo}-functest-parser-parser-basics-{tag}-run' - project: name: '{repo}-functest-parser-{tag}-run' jobs: - '{repo}-functest-parser-{tag}-run'