Set db_project in ansible/site.yml
[functest-kubernetes.git] / ansible / site.yml
index b00b5cd..fb5e1aa 100644 (file)
@@ -3,13 +3,14 @@
   roles:
     - role: collivier.xtesting
       project: functest-kubernetes
+      db_project: functest
       gerrit_project: functest-kubernetes
       builds:
         dependencies:
           - repo: _
-            port:
+            dport:
             container: golang
-            tag: alpine3.8
+            tag: alpine3.9
         steps:
           - name: build opnfv/functest-kubernetes-core
             containers:
                 path: docker/core
           - name: build opnfv/functest-kubernetes-healthcheck
             containers:
-              - name: functest-functest-kubernetes-healthcheck
-                ref_arg: BRANCH
+              - name: functest-kubernetes-healthcheck
+                ref_arg:
                 path: docker/healthcheck
           - name: build containers
             containers:
-              - name: functest-functest-kubernetes-smoke
-                ref_arg: BRANCH
+              - name: functest-kubernetes-smoke
+                ref_arg:
                 path: docker/smoke
-              - name: functest-functest-kubernetes-features
-                ref_arg: BRANCH
+              - name: functest-kubernetes-features
+                ref_arg:
                 path: docker/features
       suites:
         - repo: opnfv