engine: Ignore releasenotes directory
[infra/cicd.git] / jjb / engine / periodic-jobs / engine-periodic-offline-deploy-test.yaml
index e3e68c1f88b8faa2292ec37104f6b1660a1dbc20..39c575d80aafcc2304b5415e2cee59b22beaffc3 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:
           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: 550
       - mask-passwords
       - fix-workspace-permissions
 
     builders:
       - description-setter:
           description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO
+      - 'download-artifact-macro'
       - multijob:
           name: "Offline Deployment on {type}"
           condition: SUCCESSFUL
 
     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:
-      - shell: |
-          #!/bin/bash
-          env
+      - '{phase}-macro'