diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-08 21:50:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-08 21:50:00 +0000 |
commit | e21c70758705d45db40f5536f0b15db463b7e207 (patch) | |
tree | fc437bfbe6362f8ff6ed76276e95271c12d6ae53 /jjb | |
parent | b5ccf9e59e4d57e70081d4b2e984966bdf16cb0e (diff) | |
parent | bf1d5638f5017be140e21cf9ad69cf4962bd7ec1 (diff) |
Merge "Add patrole and parser in Functest daily jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-daily-jobs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index f574457f4..35b43e8cb 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -200,8 +200,12 @@ job-timeout: 180 - 'components': job-timeout: 240 + - 'patrole': + job-timeout: 20 - 'vnf': job-timeout: 240 + - 'parser': + job-timeout: 20 features-suite: - 'doctor-notification' @@ -274,6 +278,8 @@ <<: *build-job-settings - name: 'functest-{installer}-{pod}-daily-smoke-{stream}' <<: *build-job-settings + - name: 'functest-{installer}-{pod}-daily-patrole-{stream}' + <<: *build-job-settings - name: 'functest-{installer}-{pod}-daily-vnf-{stream}' <<: *build-job-settings - name: 'functest-{installer}-{pod}-daily-features-doctor-notification-{stream}' @@ -290,6 +296,8 @@ <<: *features-job-settings - name: 'functest-{installer}-{pod}-daily-features-domino-multinode-{stream}' <<: *features-job-settings + - name: 'functest-{installer}-{pod}-daily-parser-{stream}' + <<: *build-job-settings - job-template: &functest-installer-tier-job @@ -463,6 +471,7 @@ - 'odl_netvirt' - 'snaps_smoke' - 'refstack_defcore' + - 'patrole' - 'promise' - 'doctor' - 'bgpvpn' @@ -480,9 +489,11 @@ choices: - 'healthcheck' - 'smoke' + - 'patrole' - 'features' - 'components' - 'vnf' + - 'parser' default: 'healthcheck' - string: name: TESTCASE_OPTIONS |