Merge "Add automation-tools and helm-charts to list of projects to run through version-tag"
diff --git a/jjb/maven/kafka-onos.yaml b/jjb/maven/kafka-onos.yaml
new file mode 100644
index 0000000..2736186
--- /dev/null
+++ b/jjb/maven/kafka-onos.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'kafka-onos' repo
+
+- project:
+    name: kafka-onos
+    project: '{name}'
+
+    jobs:
+      - 'kafka-onos-gerrit':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'kafka-onos-gerrit'
+    jobs:
+      - 'verify-licensed'
+      - 'maven-install'
diff --git a/jjb/verify/automation-tools.yaml b/jjb/verify/automation-tools.yaml
index 4a0cb63..cebc476 100644
--- a/jjb/verify/automation-tools.yaml
+++ b/jjb/verify/automation-tools.yaml
@@ -13,8 +13,10 @@
     name: 'verify-automation-tools-jobs'
     jobs:
       - 'verify-licensed'
-      - 'verify-ansible-lint':
+      - 'tag-collision-reject':
           dependency-jobs: 'verify_automation-tools_licensed'
+      - 'verify-ansible-lint':
+          dependency-jobs: 'verify_automation-tools_tag-collision'
       - 'verify-shellcheck':
           dependency-jobs: 'verify_automation-tools_ansible-lint'
       - 'verify-sonarqube':
diff --git a/jjb/verify/voltha-helm.yaml b/jjb/verify/voltha-helm.yaml
new file mode 100644
index 0000000..2d3b66a
--- /dev/null
+++ b/jjb/verify/voltha-helm.yaml
@@ -0,0 +1,23 @@
+---
+# verification jobs for 'voltha-helm' repo
+
+- project:
+    name: voltha-helm
+    project: '{name}'
+
+    jobs:
+      - 'verify-voltha-helm-jobs':
+          branch-regexp: '{modern-branches-regexp}'
+
+- job-group:
+    name: 'verify-voltha-helm-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'verify-helm-lint':
+          dependency-jobs: 'verify_voltha-helm_licensed'
+      - 'verify-sonarqube':
+          dependency-jobs: 'verify_voltha-helm_helm-lint'
+      - 'api-test':
+          dependency-jobs: 'verify_voltha-helm_sonarqube'
+          pipeline_script: 'chart-api-test-helm.groovy'
+