Switch to functest-smoke suite for periodic jobs
[infra/cicd.git] / 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: