Chore: Add Ubuntu 20.04 build label for 4c-16g hw
[releng/builder.git] / jjb / ocpplugin / ocpplugin.yaml
diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml
deleted file mode 100644 (file)
index f452f46..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# ODL Releng build templates
-- project:
-    name: ocpplugin-boron
-    jobs:
-        - '{project-name}-clm-{stream}'
-        - '{project-name}-distribution-{stream}'
-        - '{project-name}-distribution-check-{stream}'
-        - '{project-name}-integration-{stream}'
-        - '{project-name}-merge-{stream}'
-        - '{project-name}-periodic-{stream}'
-        - '{project-name}-validate-autorelease-{stream}'
-        - '{project-name}-verify-{stream}-{maven}-{jdks}'
-
-    # stream:    release stream (eg. stable-lithium or beryllium)
-    # branch:    git branch (eg. stable/lithium or master)
-    stream:
-        - boron:
-            disable_autorelease: False
-            disable_distribution_check: False
-    project: 'ocpplugin'
-    project-name: 'ocpplugin'
-    branch: 'master'
-    jdk: openjdk8
-    jdks:
-        - openjdk8
-    maven:
-        - mvn33:
-            mvn-version: '{mvn33}'
-    mvn-settings: 'ocpplugin-settings'
-    mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-    dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
-    email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]'
-    archive-artifacts: ''
-
-- project:
-    name: ocpplugin-sonar
-    jobs:
-        - '{project-name}-sonar'
-    project: 'ocpplugin'
-    project-name: 'ocpplugin'
-    branch: 'master'
-    mvn-settings: 'ocpplugin-settings'
-    mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'