Merge "Add initial job yamls for ovil"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 25 Aug 2017 17:07:55 +0000 (17:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 25 Aug 2017 17:07:55 +0000 (17:07 +0000)
jjb/ovil/ovil.yaml [new file with mode: 0644]

diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml
new file mode 100644 (file)
index 0000000..7c584d8
--- /dev/null
@@ -0,0 +1,36 @@
+---
+- project:
+    name: ovil
+    jobs:
+      - '{project-name}-merge-{stream}'
+      - '{project-name}-verify-tox-{stream}'
+      - '{project-name}-maven-jobs'
+
+    project: ovil
+    project-name: ovil
+    stream:
+      - oxygen:
+          branch: master
+    jdk: openjdk8
+    mvn-settings: ovil-settings
+    mvn-goals: clean install
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+    mvn-version: mvn33
+
+    dependencies: ''
+    email-upstream: '[ovil]'
+    archive-artifacts: ''
+
+    # Used by the release job
+    staging-profile-id: 7b48866c207d8
+
+- project:
+    name: ovil-sonar
+    jobs:
+      - '{project-name}-sonar'
+    project: 'ovil'
+    project-name: 'ovil'
+    branch: 'master'
+    mvn-settings: 'ovil-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'