Change target node OS to Centos for Centos CI
[infra/cicd.git] / jjb / engine / periodic-jobs / engine-periodic-offline-deploy-test.yaml
index 5a77c400aa3bdf7ce81e30d835d213f77e6540b6..5dd5fcf1c4ab60c468f6304ade55bea79de43fb9 100644 (file)
@@ -40,7 +40,7 @@
           provisioner-type: bifrost
           installer-type: kubespray
           slave-label: baremetal-deploy
-          yardstick-dispatcher: 'influxdb'
+          yardstick-dispatcher: 'file'
 
     environment-type:
       - offline:
 
     phase:
       - deploy:
-          build-timeout: 90
+          build-timeout: 60
       - functest:
-          build-timeout: 240
+          build-timeout: 210
       - yardstick:
-          build-timeout: 120
+          build-timeout: 30
 
     jobs:
       - '{deploy-scenario}-{environment-type}-{distro}-{type}-periodic'
           name: IDF
           default: '{idf}/${{NODE_NAME}}-idf.yml'
           description: 'IDF file to use for deployment'
-      - string:
-          name: TEST_REPO_URL
-          default: 'https://gerrit.nordix.org/infra/test.git'
-          description: 'URL to clone the test repo from'
-      - string:
-          name: TEST_FW
-          default: 'functest'
-          description: 'Test framework to use'
-      - string:
-          name: TEST_SUITE
-          default: 'smoke'
-          description: 'Test suite to run'
-      - string:
-          name: YARDSTICK_DISPATCHER
-          default: '{yardstick-dispatcher}'
-          description: 'Dispatcher to use for Yardstick reporting'
 
     properties:
       - logrotate
           option: project
 
     wrappers:
-#      - build-timeout:
-#          timeout: 550
+      - build-timeout:
+          timeout: 300
       - mask-passwords
       - fix-workspace-permissions
 
     builders:
       - description-setter:
-          description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO
+          description: $DEPLOY_SCENARIO | $PROVISIONER_TYPE | $INSTALLER_TYPE
       - 'download-artifact-macro'
       - multijob:
           name: "Offline Deployment on {type}"
 
     disabled: '{obj:disabled}'
 
+    parameters:
+      - string:
+          name: TEST_REPO_URL
+          default: 'https://gerrit.nordix.org/infra/test.git'
+          description: 'URL to clone the test repo from'
+      - string:
+          name: TEST_FW
+          default: '{phase}'
+          description: 'Test framework to use'
+      - string:
+          name: TEST_SUITE
+          default: 'smoke'
+          description: 'Test suite to run'
+      - string:
+          name: YARDSTICK_DISPATCHER
+          default: '{yardstick-dispatcher}'
+          description: 'Dispatcher to use for Yardstick reporting'
+
     properties:
       - logrotate
       - throttle:
           option: project
 
     wrappers:
-#      - build-timeout:
-#          timeout: '{build-timeout}'
+      - build-timeout:
+          timeout: '{build-timeout}'
       - mask-passwords
       - fix-workspace-permissions
 
     builders:
+      - description-setter:
+          description: $DEPLOY_SCENARIO | $PROVISIONER_TYPE | $INSTALLER_TYPE
       - '{phase}-macro'