Move views declarations to projects folders
[releng/builder.git] / jjb / ovil / ovil.yaml
index 0f83c0b798bfd0a74b12f8ba5425bfc11c81eb41..d25238db6e5740b028c6bbcd9fedb70de6fbaa52 100644 (file)
@@ -1,24 +1,38 @@
 ---
 - project:
-    name: ovil
+    name: ovil-fluorine
+    jobs:
+      - odl-maven-jobs
+      - gerrit-tox-verify
+
+    stream: fluorine
+    project: ovil
+    project-name: ovil
+    branch: 'master'
+    mvn-settings: ovil-settings
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+    dependencies: ''
+    email-upstream: '[ovil]'
+
+    # Used by the release job
+    staging-profile-id: 7b48866c207d8
+
+- project:
+    name: ovil-oxygen
     jobs:
-      - '{project-name}-merge-{stream}'
-      - '{project-name}-verify-tox-{stream}'
-      - '{project-name}-maven-jobs'
+      - odl-maven-jobs
+      - gerrit-tox-verify
 
+    stream: oxygen
     project: ovil
     project-name: ovil
-    stream:
-      - oxygen:
-          branch: master
+    branch: 'stable/oxygen'
     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'
+      - gerrit-maven-sonar
     project: 'ovil'
     project-name: 'ovil'
     branch: 'master'
     mvn-settings: 'ovil-settings'
-    mvn-goals: 'clean install'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- view:
+    name: ovil
+    description: 'List of ovil jobs'
+    regex: '^ovil-.*'
+    <<: *releng_view_common