Publish first Functest K8s Jerma containers
[functest-kubernetes.git] / ansible / site.yml
index fe6b1ff..8caf605 100644 (file)
@@ -3,13 +3,17 @@
   roles:
     - role: collivier.xtesting
       project: functest-kubernetes
+      db_project: functest
       gerrit_project: functest-kubernetes
+      docker_tags:
+        - jerma:
+            branch: stable/jerma
       builds:
         dependencies:
           - repo: _
             dport:
             container: golang
-            tag: alpine3.8
+            tag: 1.12-alpine3.10
         steps:
           - name: build opnfv/functest-kubernetes-core
             containers:
                 path: docker/core
           - name: build opnfv/functest-kubernetes-healthcheck
             containers:
-              - name: functest-functest-kubernetes-healthcheck
+              - name: functest-kubernetes-healthcheck
                 ref_arg:
                 path: docker/healthcheck
           - name: build containers
             containers:
-              - name: functest-functest-kubernetes-smoke
+              - name: functest-kubernetes-smoke
                 ref_arg:
                 path: docker/smoke
-              - name: functest-functest-kubernetes-features
-                ref_arg:
-                path: docker/features
       suites:
         - repo: opnfv
           container: functest-kubernetes-healthcheck
@@ -37,9 +38,7 @@
         - repo: opnfv
           container: functest-kubernetes-smoke
           tests:
+            - xrally_kubernetes
             - k8s_conformance
-        - repo: opnfv
-          container: functest-kubernetes-features
-          tests:
-            - stor4nfv_k8s
-            - clover_k8s
+          properties:
+            execution-type: SEQUENTIALLY