Merge "Add functest return status in Alpines"
[releng.git] / jjb / xci / xci-daily-jobs.yml
index 441acf5..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'
 - builder:
     name: xci-functest-builder
     builders:
-        - shell:
-            !include-raw:
-                - ../../utils/fetch_os_creds.sh
-                - ../functest/functest-alpine.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