summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-02-27 00:33:16 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-03-08 00:13:35 +0000
commitde27137ffd18a3e3e53cef299259691d10c353a4 (patch)
tree275140b479de07ef226d501c73ed36f6ee64d361
parent7535854a074f69f9dbcacf9236491abd47e91694 (diff)
Add INFO.yaml verify job (TEST)
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: Ibbf99139931421736876ad7a5a638d74d56a7b6c Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--jjb/testsuite/testsuite-heatbridge-master.yaml8
-rw-r--r--jjb/testsuite/testsuite-python-testing-utils.yaml8
-rw-r--r--jjb/testsuite/testsuite.yaml8
3 files changed, 24 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite-heatbridge-master.yaml b/jjb/testsuite/testsuite-heatbridge-master.yaml
index 16ee0d90e..fd6ec4ccc 100644
--- a/jjb/testsuite/testsuite-heatbridge-master.yaml
+++ b/jjb/testsuite/testsuite-heatbridge-master.yaml
@@ -28,3 +28,11 @@
build-node: ubuntu1604-builder-4c-4g
branch: 'master'
mvn-settings: 'testsuite-heatbridge-settings'
+
+- project:
+ name: testsuite-heatbridge-info
+ project-name: testsuite-heatbridge
+ jobs:
+ - gerrit-info-yaml-verify
+ project: testsuite/heatbridge
+ branch: master
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml
index 400170c21..e69be7193 100644
--- a/jjb/testsuite/testsuite-python-testing-utils.yaml
+++ b/jjb/testsuite/testsuite-python-testing-utils.yaml
@@ -15,3 +15,11 @@
- 'master':
branch: 'master'
mvn-settings: 'testsuite-python-testing-utils-settings'
+
+- project:
+ name: testsuite-python-testing-utils-info
+ project-name: testsuite-python-testing-utils
+ jobs:
+ - gerrit-info-yaml-verify
+ project: testsuite/python-testing-utils
+ branch: master
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index bc1aef22f..c573c708d 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -36,3 +36,11 @@
- 'casablanca':
branch: 'casablanca'
mvn-settings: 'testsuite-settings'
+
+- project:
+ name: testsuite-info
+ project-name: testsuite
+ jobs:
+ - gerrit-info-yaml-verify
+ project: testsuite
+ branch: master