From 10b2c0eaa50c0d5d84426eac8d05c23fcb95f6c8 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 24 Apr 2019 12:35:02 +0200 Subject: [PATCH] Switch to functest-smoke suite for periodic jobs Functest Smoke suite will be used for testing new versions of the platform and the scenarios in order to decide if a certain version should be promoted to the next level. Change-Id: I1be4289b1d15e77d064033b8cba1f73546383e5e --- .../cloud-infra-periodic-engine.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml index 19fc3f166..97c230659 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml @@ -66,9 +66,12 @@ slave-label: 'baremetal-deploy' phase: - - deploy - - functest - - yardstick + - deploy: + build-timeout: 60 + - functest: + build-timeout: 120 + - yardstick: + build-timeout: 30 jobs: - 'cloud-infra-periodic-engine-{os}-{type}-{stream}' @@ -122,7 +125,7 @@ description: 'Scenario to deploy and test' - string: name: TEST_SUITE - default: 'healthcheck' + default: 'smoke' description: 'Test suite to run' - string: name: CLEANUP @@ -146,7 +149,7 @@ wrappers: - build-timeout: - timeout: 120 + timeout: 210 - fix-workspace-permissions scm: @@ -156,7 +159,7 @@ refspec: '' triggers: - - timed: 'H H/2 * * *' + - timed: 'H H/3 * * *' builders: - multijob: @@ -261,7 +264,7 @@ description: 'Test framework to use' - string: name: TEST_SUITE - default: 'healthcheck' + default: 'smoke' description: 'Test suite to run' - string: name: TEST_REPO_URL @@ -273,7 +276,7 @@ wrappers: - build-timeout: - timeout: 120 + timeout: '{build-timeout}' - fix-workspace-permissions scm: -- 2.25.1