X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest-daily-jobs.yml;h=197e12a6cf14f9fd864dd46db6104a368132d405;hb=fe8204895e7bf673e453f367be3c5e6a54a0716d;hp=0f1ac351d9637bbbf598888660f8ed590e7b2d19;hpb=7b9734aaca2fb04d1d8750b755a2880d60176889;p=releng.git diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 0f1ac351d..197e12a6c 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -14,10 +14,12 @@ stream: master branch: '{stream}' gs-pathname: '' + disabled: false euphrates: &euphrates stream: euphrates branch: 'stable/{stream}' gs-pathname: '/{stream}' + disabled: false # ------------------------------- # POD, INSTALLER, AND BRANCH MAPPING # ------------------------------- @@ -200,8 +202,12 @@ job-timeout: 180 - 'components': job-timeout: 240 + - 'patrole': + job-timeout: 20 - 'vnf': job-timeout: 240 + - 'parser': + job-timeout: 20 features-suite: - 'doctor-notification' @@ -217,7 +223,7 @@ stream: 'master' - features-suite: 'domino-multinode' stream: 'master' - - features-suite: 'fds' + - features-suite: 'patrole' stream: 'euphrates' build-job-settings: &build-job-settings @@ -267,30 +273,87 @@ builders: - multijob: - name: 'Run functest tests' - execution-type: SEQUENTIAL + name: 'Run healthcheck' + execution-type: PARALLEL projects: - name: 'functest-{installer}-{pod}-daily-healthcheck-{stream}' <<: *build-job-settings + - multijob: + name: 'Run smoke' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-smoke-{stream}' <<: *build-job-settings + - multijob: + name: 'Run patrole' + execution-type: PARALLEL + projects: + - name: 'functest-{installer}-{pod}-daily-patrole-{stream}' + <<: *build-job-settings + + - multijob: + name: 'Run vnf' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-vnf-{stream}' <<: *build-job-settings + + - multijob: + name: 'Run doctor-notification' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-doctor-notification-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run bgpvpn' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-bgpvpn-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run odl-sfc' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-functest-odl-sfc-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run barometercollectd' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-barometercollectd-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run fds' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-fds-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run promise' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-promise-{stream}' <<: *features-job-settings + + - multijob: + name: 'Run domino-multinode' + execution-type: PARALLEL + projects: - name: 'functest-{installer}-{pod}-daily-features-domino-multinode-{stream}' <<: *features-job-settings + - multijob: + name: 'Run parser' + execution-type: PARALLEL + projects: + - name: 'functest-{installer}-{pod}-daily-parser-{stream}' + <<: *build-job-settings + - job-template: &functest-installer-tier-job name: 'functest-{installer}-{pod}-daily-{functest-tier}-{stream}' @@ -463,6 +526,7 @@ - 'odl_netvirt' - 'snaps_smoke' - 'refstack_defcore' + - 'patrole' - 'promise' - 'doctor' - 'bgpvpn' @@ -480,9 +544,11 @@ choices: - 'healthcheck' - 'smoke' + - 'patrole' - 'features' - 'components' - 'vnf' + - 'parser' default: 'healthcheck' - string: name: TESTCASE_OPTIONS