Add jobs for grpc-robot and kafka-robot repos
- Commented out PyPI publishing jobs, enable when PyPI permissions
are configured.
Change-Id: Ie488e62c2b7917bc95a5500144deb5b841d3917a
diff --git a/jjb/verify/grpc-robot.yaml b/jjb/verify/grpc-robot.yaml
new file mode 100644
index 0000000..e5a14aa
--- /dev/null
+++ b/jjb/verify/grpc-robot.yaml
@@ -0,0 +1,28 @@
+---
+# verification jobs for 'grpc-robot' repo
+
+- project:
+ name: grpc-robot
+ project: '{name}'
+
+ jobs:
+ - 'verify-grpc-robot-jobs':
+ branch-regexp: '{supported-branches-regexp}'
+# - 'publish-grpc-robot-jobs':
+# branch-regexp: '{supported-branches-regexp}'
+# pypi-index: 'pypi'
+
+- job-group:
+ name: 'verify-grpc-robot-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'tag-collision-reject'
+ - 'make-unit-test':
+ junit-allow-empty-results: true
+
+# - job-group:
+# name: 'publish-grpc-robot-jobs'
+# jobs:
+# - 'pypi-publish':
+# project-regexp: '^{name}$'
+# dependency-jobs: 'version-tag'