adding xos-service repos to verify-* jobs
Change-Id: I7e065cfafbd6f98ebeb0eed21e4da77a64dc5d08
diff --git a/jjb/verify/vsg.yaml b/jjb/verify/vsg.yaml
new file mode 100644
index 0000000..2a70758
--- /dev/null
+++ b/jjb/verify/vsg.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vsg' repo
+
+- project:
+ name: vsg
+ project: '{name}'
+
+ jobs:
+ - 'verify-vsg-jobs':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'verify-vsg-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'api-test':
+ dependency-jobs: 'verify_vsg_licensed'