Merge "Add reporting for Functest Alpine in Releng"
[releng.git] / jjb / xci / xci-daily-jobs.yml
index c39d07e..64659da 100644 (file)
         - label:
             name: SLAVE_LABEL
             default: '{slave-label}'
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: ''
         - string:
             name: XCI_LOOP
             default: 'daily'
-
+        - string:
+            name: INSTALLER_TYPE
+            default: 'osa'
+        - string:
+            name: FUNCTEST_SUITE_NAME
+            default: 'daily'
+            description: "Daily suite name to run"
     builders:
         - description-setter:
             description: "Built on $NODE_NAME - Scenario: $DEPLOY_SCENARIO"
 - builder:
     name: xci-functest-builder
     builders:
-        - shell:
-            !include-raw: ./xci-functest.sh
+        - shell: |
+            #!/bin/bash
+
+            echo "Hello World!"
+
+# this will be enabled once the xci is prepared
+#- builder:
+#    name: xci-functest-builder
+#    builders:
+#        - shell:
+#            !include-raw:
+#                - ../../utils/fetch_os_creds.sh
+#                - ../functest/functest-alpine.sh