From bf1d5638f5017be140e21cf9ad69cf4962bd7ec1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 8 Mar 2018 19:59:28 +0100 Subject: [PATCH] Add patrole and parser in Functest daily jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iad86593d0b2711505999d5b0446d241cf56d5c8b Signed-off-by: Cédric Ollivier --- jjb/functest/functest-daily-jobs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 0f1ac351d..b6e4c2e19 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 -- 2.16.6