Switch to functest-smoke suite for periodic jobs 42/1042/2
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 24 Apr 2019 10:35:02 +0000 (12:35 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 24 Apr 2019 12:27:32 +0000 (14:27 +0200)
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

jjb/cloud-infra/cloud-infra-periodic-engine.yaml

index 19fc3f1667174b6f86f2b650a955e5fc01227e9f..97c2306596ab33683440df622f4f161e5e10863f 100644 (file)
           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}'
           description: 'Scenario to deploy and test'
       - string:
           name: TEST_SUITE
-          default: 'healthcheck'
+          default: 'smoke'
           description: 'Test suite to run'
       - string:
           name: CLEANUP
 
     wrappers:
       - build-timeout:
-          timeout: 120
+          timeout: 210
       - fix-workspace-permissions
 
     scm:
           refspec: ''
 
     triggers:
-      - timed: 'H H/2 * * *'
+      - timed: 'H H/3 * * *'
 
     builders:
       - multijob:
           description: 'Test framework to use'
       - string:
           name: TEST_SUITE
-          default: 'healthcheck'
+          default: 'smoke'
           description: 'Test suite to run'
       - string:
           name: TEST_REPO_URL
 
     wrappers:
       - build-timeout:
-          timeout: 120
+          timeout: '{build-timeout}'
       - fix-workspace-permissions
 
     scm: