summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-02-27 00:08:01 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-03-15 20:48:15 +0000
commit512d24649426d54fefb233bf2a53fe967ad2210d (patch)
tree485562673f164e775df0cf808970aed9f592f5d0 /jjb/holmes
parent552472d12335bbfc73b6fed5708dc3fd7dbcb47b (diff)
Add INFO.yaml verify job (HOLMES)
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I92195e56b9cd6fce96b05a025b728a561827c34a Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-common.yaml8
-rw-r--r--jjb/holmes/holmes-engine-mgt.yaml8
-rw-r--r--jjb/holmes/holmes-rule-mgt.yaml8
3 files changed, 24 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml
index fe37740b6..517643eb1 100644
--- a/jjb/holmes/holmes-common.yaml
+++ b/jjb/holmes/holmes-common.yaml
@@ -44,3 +44,11 @@
project-name: 'holmes-common'
branch: 'master'
mvn-settings: 'holmes-common-settings'
+
+- project:
+ name: holmes-common-info
+ project-name: holmes-common
+ jobs:
+ - gerrit-info-yaml-verify
+ project: holmes/common
+ branch: master
diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml
index fb36947be..06315de24 100644
--- a/jjb/holmes/holmes-engine-mgt.yaml
+++ b/jjb/holmes/holmes-engine-mgt.yaml
@@ -42,3 +42,11 @@
project-name: 'holmes-engine-management'
branch: 'master'
mvn-settings: 'holmes-engine-management-settings'
+
+- project:
+ name: holmes-engine-management-info
+ project-name: holmes-engine-management
+ jobs:
+ - gerrit-info-yaml-verify
+ project: holmes/engine-management
+ branch: master
diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml
index 42f82ba43..089a55f1f 100644
--- a/jjb/holmes/holmes-rule-mgt.yaml
+++ b/jjb/holmes/holmes-rule-mgt.yaml
@@ -42,3 +42,11 @@
project-name: 'holmes-rule-management'
branch: 'master'
mvn-settings: 'holmes-rule-management-settings'
+
+- project:
+ name: holmes-rule-management-info
+ project-name: holmes-rule-management
+ jobs:
+ - gerrit-info-yaml-verify
+ project: holmes/rule-management
+ branch: master