From 4df0c6d055da6e18451b8ed952f64a3e30a5c7a4 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 5 Feb 2019 07:47:11 +1000 Subject: [PATCH] Remove inactive projects from ODL releng/buidler Remove projects that are inactive for 3 consecutive releases to save infra resources. Refer to discussion here [1.] [1.] https://lists.opendaylight.org/pipermail/tsc/2019-February/010953.html [2.] https://wiki.opendaylight.org/view/TSC:Procedures_and_Processes#Project_Archiving_and_Termination_Reviews Change-Id: I0bfb1aee4d066e565c2e2b134fd02fae4ea93ce0 Signed-off-by: Anil Belur --- jjb/capwap/capwap-csit-ac.yaml | 33 --------- jjb/capwap/capwap.yaml | 87 ---------------------- jjb/cardinal/cardinal.yaml | 86 ---------------------- jjb/centinel/centinel-csit-basic.yaml | 33 --------- jjb/centinel/centinel.yaml | 86 ---------------------- jjb/coretutorials/coretutorials.yaml | 90 ----------------------- jjb/didm/didm-csit-discovery.yaml | 33 --------- jjb/didm/didm.yaml | 85 ---------------------- jjb/eman/eman.yaml | 93 ------------------------ jjb/faas/faas.yaml | 85 ---------------------- jjb/federation/federation.yaml | 90 ----------------------- jjb/iotdm/iotdm-csit-basic.yaml | 33 --------- jjb/iotdm/iotdm.yaml | 90 ----------------------- jjb/lacp/lacp-csit-lacp.yaml | 35 --------- jjb/lacp/lacp.yaml | 85 ---------------------- jjb/netide/netide.yaml | 85 ---------------------- jjb/next/next.yaml | 85 ---------------------- jjb/nic/nic.yaml | 90 ----------------------- jjb/ocpplugin/ocpplugin.yaml | 86 ---------------------- jjb/ovil/ovil.yaml | 92 ----------------------- jjb/sdninterfaceapp/sdninterfaceapp.yaml | 91 ----------------------- jjb/snbi/snbi.yaml | 85 ---------------------- jjb/systemmetrics/systemmetrics.yaml | 68 ----------------- jjb/ttp/ttp.yaml | 86 ---------------------- jjb/usecplugin/usecplugin.yaml | 85 ---------------------- 25 files changed, 1897 deletions(-) delete mode 100644 jjb/capwap/capwap-csit-ac.yaml delete mode 100644 jjb/capwap/capwap.yaml delete mode 100644 jjb/cardinal/cardinal.yaml delete mode 100644 jjb/centinel/centinel-csit-basic.yaml delete mode 100644 jjb/centinel/centinel.yaml delete mode 100644 jjb/coretutorials/coretutorials.yaml delete mode 100644 jjb/didm/didm-csit-discovery.yaml delete mode 100644 jjb/didm/didm.yaml delete mode 100644 jjb/eman/eman.yaml delete mode 100644 jjb/faas/faas.yaml delete mode 100644 jjb/federation/federation.yaml delete mode 100644 jjb/iotdm/iotdm-csit-basic.yaml delete mode 100644 jjb/iotdm/iotdm.yaml delete mode 100644 jjb/lacp/lacp-csit-lacp.yaml delete mode 100644 jjb/lacp/lacp.yaml delete mode 100644 jjb/netide/netide.yaml delete mode 100644 jjb/next/next.yaml delete mode 100644 jjb/nic/nic.yaml delete mode 100644 jjb/ocpplugin/ocpplugin.yaml delete mode 100644 jjb/ovil/ovil.yaml delete mode 100644 jjb/sdninterfaceapp/sdninterfaceapp.yaml delete mode 100644 jjb/snbi/snbi.yaml delete mode 100644 jjb/systemmetrics/systemmetrics.yaml delete mode 100644 jjb/ttp/ttp.yaml delete mode 100644 jjb/usecplugin/usecplugin.yaml diff --git a/jjb/capwap/capwap-csit-ac.yaml b/jjb/capwap/capwap-csit-ac.yaml deleted file mode 100644 index 551603f71..000000000 --- a/jjb/capwap/capwap-csit-ac.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -- project: - name: capwap-csit-ac - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: 'capwap' - - # The functionality under test - functionality: 'ac' - - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - - install: - - all: - scope: 'all' - - # Features to install - install-features: 'odl-capwap-ac-rest' - - # Robot custom options - robot-options: '' diff --git a/jjb/capwap/capwap.yaml b/jjb/capwap/capwap.yaml deleted file mode 100644 index f9c38ad78..000000000 --- a/jjb/capwap/capwap.yaml +++ /dev/null @@ -1,87 +0,0 @@ ---- -- project: - name: capwap-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'capwap' - project-name: 'capwap' - branch: 'master' - mvn-settings: 'capwap-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[capwap]' - - # Used by the release job - staging-profile-id: 96bd6b5bf86e3 - -- project: - name: capwap-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'capwap' - project-name: 'capwap' - branch: 'stable/neon' - mvn-settings: 'capwap-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[capwap]' - - # Used by the release job - staging-profile-id: 96bd6b5bf86e3 - -- project: - name: capwap-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'capwap' - project-name: 'capwap' - branch: 'stable/fluorine' - mvn-settings: 'capwap-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[capwap]' - - # Used by the release job - staging-profile-id: 96bd6b5bf86e3 - -- project: - name: capwap-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'capwap' - project-name: 'capwap' - branch: 'stable/oxygen' - mvn-settings: 'capwap-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[capwap]' - - # Used by the release job - staging-profile-id: 96bd6b5bf86e3 - -- project: - name: capwap - jobs: - - gerrit-maven-sonar - - project: 'capwap' - project-name: 'capwap' - branch: master - mvn-settings: 'capwap-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - - -- project: - name: capwap-view - views: - - project-view - project-name: capwap diff --git a/jjb/cardinal/cardinal.yaml b/jjb/cardinal/cardinal.yaml deleted file mode 100644 index 420f2af24..000000000 --- a/jjb/cardinal/cardinal.yaml +++ /dev/null @@ -1,86 +0,0 @@ ---- -- project: - name: cardinal-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'cardinal' - project-name: 'cardinal' - branch: 'master' - mvn-settings: 'cardinal-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream},iotdm-merge-{stream},sfc-merge-{stream}' - email-upstream: '[cardinal] [openflowplugin] [iotdm] [sfc]' - - # Used by the release job - staging-profile-id: 96be20348f0f2 - -- project: - name: cardinal-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'cardinal' - project-name: 'cardinal' - branch: 'stable/neon' - mvn-settings: 'cardinal-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream},iotdm-merge-{stream},sfc-merge-{stream}' - email-upstream: '[cardinal] [openflowplugin] [iotdm] [sfc]' - - # Used by the release job - staging-profile-id: 96be20348f0f2 - -- project: - name: cardinal-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'cardinal' - project-name: 'cardinal' - branch: 'stable/fluorine' - mvn-settings: 'cardinal-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream},iotdm-merge-{stream},sfc-merge-{stream}' - email-upstream: '[cardinal] [openflowplugin] [iotdm] [sfc]' - - # Used by the release job - staging-profile-id: 96be20348f0f2 - -- project: - name: cardinal-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'cardinal' - project-name: 'cardinal' - branch: 'stable/oxygen' - mvn-settings: 'cardinal-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream},iotdm-merge-{stream},sfc-merge-{stream}' - email-upstream: '[cardinal] [openflowplugin] [iotdm] [sfc]' - - # Used by the release job - staging-profile-id: 96be20348f0f2 - -- project: - name: cardinal-sonar - jobs: - - gerrit-maven-sonar - - project: 'cardinal' - project-name: 'cardinal' - branch: 'master' - mvn-settings: 'cardinal-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: cardinal-view - views: - - project-view - project-name: cardinal diff --git a/jjb/centinel/centinel-csit-basic.yaml b/jjb/centinel/centinel-csit-basic.yaml deleted file mode 100644 index 7cb7518cf..000000000 --- a/jjb/centinel/centinel-csit-basic.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -- project: - name: centinel-csit-basic - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: 'centinel' - - # The functionality under test - functionality: 'basic' - - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - - install: - - all: - scope: 'all' - - # Features to install - install-features: 'odl-restconf' - - # Robot custom options - robot-options: '' diff --git a/jjb/centinel/centinel.yaml b/jjb/centinel/centinel.yaml deleted file mode 100644 index 8806d681d..000000000 --- a/jjb/centinel/centinel.yaml +++ /dev/null @@ -1,86 +0,0 @@ ---- -- project: - name: centinel-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'centinel' - project-name: 'centinel' - branch: 'master' - mvn-settings: 'centinel-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[centinel]' - - # Used by the release job - staging-profile-id: 96bf9b3fefd8a - -- project: - name: centinel-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'centinel' - project-name: 'centinel' - branch: 'stable/neon' - mvn-settings: 'centinel-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[centinel]' - - # Used by the release job - staging-profile-id: 96bf9b3fefd8a - -- project: - name: centinel-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'centinel' - project-name: 'centinel' - branch: 'stable/fluorine' - mvn-settings: 'centinel-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[centinel]' - - # Used by the release job - staging-profile-id: 96bf9b3fefd8a - -- project: - name: centinel-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'centinel' - project-name: 'centinel' - branch: 'stable/oxygen' - mvn-settings: 'centinel-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[centinel]' - - # Used by the release job - staging-profile-id: 96bf9b3fefd8a - -- project: - name: centinel-sonar - jobs: - - gerrit-maven-sonar - - project: 'centinel' - project-name: 'centinel' - branch: master - mvn-settings: 'centinel-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: centinel-view - views: - - project-view - project-name: centinel diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml deleted file mode 100644 index 1ce641b53..000000000 --- a/jjb/coretutorials/coretutorials.yaml +++ /dev/null @@ -1,90 +0,0 @@ ---- -- project: - name: coretutorials-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'coretutorials' - project-name: 'coretutorials' - branch: 'master' - mvn-settings: 'coretutorials-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[coretutorials]' - build-timeout: 120 - - # Used by the release job - staging-profile-id: 96cd299563ec6 - -- project: - name: coretutorials-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'coretutorials' - project-name: 'coretutorials' - branch: 'stable/neon' - mvn-settings: 'coretutorials-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[coretutorials]' - build-timeout: 120 - - # Used by the release job - staging-profile-id: 96cd299563ec6 - -- project: - name: coretutorials-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'coretutorials' - project-name: 'coretutorials' - branch: 'stable/fluorine' - mvn-settings: 'coretutorials-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[coretutorials]' - build-timeout: 120 - - # Used by the release job - staging-profile-id: 96cd299563ec6 - -- project: - name: coretutorials-oxygen - jobs: - - odl-maven-jobs - - stream: oxygen - project: 'coretutorials' - project-name: 'coretutorials' - branch: 'stable/oxygen' - mvn-settings: 'coretutorials-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[coretutorials]' - build-timeout: 120 - - # Used by the release job - staging-profile-id: 96cd299563ec6 - -- project: - name: coretutorials-sonar - jobs: - - gerrit-maven-sonar - - project: 'coretutorials' - project-name: 'coretutorials' - branch: master - mvn-settings: 'coretutorials-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - build-timeout: 120 - -- project: - name: coretutorials-view - views: - - project-view - project-name: coretutorials diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml deleted file mode 100644 index ce312defd..000000000 --- a/jjb/didm/didm-csit-discovery.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -- project: - name: didm-csit-discovery - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: 'didm' - - # The functionality under test - functionality: 'discovery' - - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - - install: - - only: - scope: 'only' - - # Features to install - install-features: 'odl-restconf,odl-didm-all' - - # Robot custom options - robot-options: '' diff --git a/jjb/didm/didm.yaml b/jjb/didm/didm.yaml deleted file mode 100644 index b8e7e7399..000000000 --- a/jjb/didm/didm.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: didm-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'didm' - project-name: 'didm' - branch: 'master' - mvn-settings: 'didm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[didm]' - - # Used by the release job - staging-profile-id: 96e6338c870f5 - -- project: - name: didm-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'didm' - project-name: 'didm' - branch: 'stable/neon' - mvn-settings: 'didm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[didm]' - - # Used by the release job - staging-profile-id: 96e6338c870f5 - -- project: - name: didm-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'didm' - project-name: 'didm' - branch: 'stable/fluorine' - mvn-settings: 'didm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[didm]' - - # Used by the release job - staging-profile-id: 96e6338c870f5 - -- project: - name: didm-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'didm' - project-name: 'didm' - branch: 'stable/oxygen' - mvn-settings: 'didm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[didm]' - - # Used by the release job - staging-profile-id: 96e6338c870f5 - -- project: - name: didm-sonar - jobs: - - gerrit-maven-sonar - project: 'didm' - project-name: 'didm' - branch: 'master' - mvn-settings: 'didm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: didm-view - views: - - project-view - project-name: didm diff --git a/jjb/eman/eman.yaml b/jjb/eman/eman.yaml deleted file mode 100644 index c9896ae49..000000000 --- a/jjb/eman/eman.yaml +++ /dev/null @@ -1,93 +0,0 @@ ---- -- project: - name: eman-sodium - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - stream: sodium - project: 'eman' - project-name: 'eman' - branch: 'master' - mvn-settings: 'eman-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[eman]' - build-node: centos7-builder-4c-16g - - # Used by the release job - staging-profile-id: 96e9352979521 - -- project: - name: eman-neon - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - stream: neon - project: 'eman' - project-name: 'eman' - branch: 'stable/neon' - mvn-settings: 'eman-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[eman]' - build-node: centos7-builder-4c-16g - - # Used by the release job - staging-profile-id: 96e9352979521 - -- project: - name: eman-fluorine - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - stream: fluorine - project: 'eman' - project-name: 'eman' - branch: 'stable/fluorine' - mvn-settings: 'eman-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[eman]' - build-node: centos7-builder-4c-16g - - # Used by the release job - staging-profile-id: 96e9352979521 - -- project: - name: eman-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - stream: oxygen - project: 'eman' - project-name: 'eman' - branch: 'stable/oxygen' - mvn-settings: 'eman-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[eman]' - build-node: centos7-builder-4c-16g - - # Used by the release job - staging-profile-id: 96e9352979521 - -- project: - name: eman-sonar - jobs: - - gerrit-maven-sonar - project: 'eman' - project-name: 'eman' - branch: 'master' - mvn-settings: 'eman-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: eman-view - views: - - project-view - project-name: eman diff --git a/jjb/faas/faas.yaml b/jjb/faas/faas.yaml deleted file mode 100644 index 3f99f83c0..000000000 --- a/jjb/faas/faas.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: faas-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'faas' - project-name: 'faas' - branch: 'master' - mvn-settings: 'faas-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[faas]' - - # Used by the release job - staging-profile-id: 96f5ac591d858 - -- project: - name: faas-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'faas' - project-name: 'faas' - branch: 'stable/neon' - mvn-settings: 'faas-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[faas]' - - # Used by the release job - staging-profile-id: 96f5ac591d858 - -- project: - name: faas-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'faas' - project-name: 'faas' - branch: 'stable/fluorine' - mvn-settings: 'faas-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[faas]' - - # Used by the release job - staging-profile-id: 96f5ac591d858 - -- project: - name: faas-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'faas' - project-name: 'faas' - branch: 'stable/oxygen' - mvn-settings: 'faas-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[faas]' - - # Used by the release job - staging-profile-id: 96f5ac591d858 - -- project: - name: faas-sonar - jobs: - - gerrit-maven-sonar - project: 'faas' - project-name: 'faas' - branch: 'master' - mvn-settings: 'faas-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: faas-view - views: - - project-view - project-name: faas diff --git a/jjb/federation/federation.yaml b/jjb/federation/federation.yaml deleted file mode 100644 index 764a9f677..000000000 --- a/jjb/federation/federation.yaml +++ /dev/null @@ -1,90 +0,0 @@ ---- -- project: - name: federation-sodium - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - project: 'federation' - project-name: 'federation' - stream: sodium - branch: 'master' - mvn-settings: 'federation-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[federation] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: 96f78c7a40a24 - -- project: - name: federation-neon - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - project: 'federation' - project-name: 'federation' - stream: neon - branch: 'stable/neon' - mvn-settings: 'federation-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[federation] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: 96f78c7a40a24 - -- project: - name: federation-fluorine - jobs: - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - project: 'federation' - project-name: 'federation' - stream: fluorine - branch: 'stable/fluorine' - mvn-settings: 'federation-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[federation] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: 96f78c7a40a24 - -- project: - name: federation-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs - - project: 'federation' - project-name: 'federation' - stream: oxygen - branch: 'stable/oxygen' - mvn-settings: 'federation-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[federation] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: 96f78c7a40a24 - -- project: - name: federation-sonar - jobs: - - gerrit-maven-sonar - - project: 'federation' - project-name: 'federation' - branch: 'master' - mvn-settings: 'federation-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: federation-view - views: - - project-view - project-name: federation diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml deleted file mode 100644 index 6d3c7e2e0..000000000 --- a/jjb/iotdm/iotdm-csit-basic.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -- project: - name: iotdm-csit-basic - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: 'iotdm' - - # The functionality under test - functionality: 'basic' - - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - - install: - - all: - scope: 'all' - - # Features to install - install-features: 'odl-iotdmcsitdist' - - # Robot custom options - robot-options: '' diff --git a/jjb/iotdm/iotdm.yaml b/jjb/iotdm/iotdm.yaml deleted file mode 100644 index cbc1aa355..000000000 --- a/jjb/iotdm/iotdm.yaml +++ /dev/null @@ -1,90 +0,0 @@ ---- -- project: - name: iotdm-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'iotdm' - project-name: 'iotdm' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'iotdm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'aaa-merge-{stream}' - email-upstream: '[iotdm] [aaa]' - - # Used by the release job - staging-profile-id: 96fd6e9453970 - -- project: - name: iotdm-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'iotdm' - project-name: 'iotdm' - branch: 'stable/neon' - build-node: centos7-builder-2c-8g - mvn-settings: 'iotdm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'aaa-merge-{stream}' - email-upstream: '[iotdm] [aaa]' - - # Used by the release job - staging-profile-id: 96fd6e9453970 - -- project: - name: iotdm-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'iotdm' - project-name: 'iotdm' - branch: 'stable/fluorine' - build-node: centos7-builder-2c-8g - mvn-settings: 'iotdm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'aaa-merge-{stream}' - email-upstream: '[iotdm] [aaa]' - - # Used by the release job - staging-profile-id: 96fd6e9453970 - -- project: - name: iotdm-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'iotdm' - project-name: 'iotdm' - branch: 'stable/oxygen' - build-node: centos7-builder-2c-8g - mvn-settings: 'iotdm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'aaa-merge-{stream}' - email-upstream: '[iotdm] [aaa]' - - # Used by the release job - staging-profile-id: 96fd6e9453970 - -- project: - name: iotdm-sonar - jobs: - - gerrit-maven-sonar - project: 'iotdm' - project-name: 'iotdm' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'iotdm-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: iotdm-view - views: - - project-view - project-name: iotdm diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml deleted file mode 100644 index 1195292a9..000000000 --- a/jjb/lacp/lacp-csit-lacp.yaml +++ /dev/null @@ -1,35 +0,0 @@ ---- -- project: - name: lacp-csit-lacp - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: 'lacp' - - # The functionality under test - functionality: 'lacp' - - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - - install: - - all: - scope: 'all' - - tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20181029-223449.514 - - # Features to install - install-features: 'odl-lacp-ui' - - # Robot custom options - robot-options: ' ' diff --git a/jjb/lacp/lacp.yaml b/jjb/lacp/lacp.yaml deleted file mode 100644 index 322f27baa..000000000 --- a/jjb/lacp/lacp.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: lacp-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'lacp' - project-name: 'lacp' - branch: 'master' - mvn-settings: 'lacp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream},openflowplugin-merge-{stream}' - email-upstream: '[lacp] [openflowjava] [openflowplugin]' - - # Used by the release job - staging-profile-id: 96ff6c0ff6ab1 - -- project: - name: lacp-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'lacp' - project-name: 'lacp' - branch: 'stable/neon' - mvn-settings: 'lacp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream},openflowplugin-merge-{stream}' - email-upstream: '[lacp] [openflowjava] [openflowplugin]' - - # Used by the release job - staging-profile-id: 96ff6c0ff6ab1 - -- project: - name: lacp-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'lacp' - project-name: 'lacp' - branch: 'stable/fluorine' - mvn-settings: 'lacp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream},openflowplugin-merge-{stream}' - email-upstream: '[lacp] [openflowjava] [openflowplugin]' - - # Used by the release job - staging-profile-id: 96ff6c0ff6ab1 - -- project: - name: lacp-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'lacp' - project-name: 'lacp' - branch: 'stable/oxygen' - mvn-settings: 'lacp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream},openflowplugin-merge-{stream}' - email-upstream: '[lacp] [openflowjava] [openflowplugin]' - - # Used by the release job - staging-profile-id: 96ff6c0ff6ab1 - -- project: - name: lacp-sonar - jobs: - - gerrit-maven-sonar - project: 'lacp' - project-name: 'lacp' - branch: 'master' - mvn-settings: 'lacp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: lacp-view - views: - - project-view - project-name: lacp diff --git a/jjb/netide/netide.yaml b/jjb/netide/netide.yaml deleted file mode 100644 index 206a3ce2e..000000000 --- a/jjb/netide/netide.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: netide-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'netide' - project-name: 'netide' - branch: 'master' - mvn-settings: 'netide-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream}' - email-upstream: '[netide] [openflowjava]' - - # Used by the release job - staging-profile-id: a67bab3755815 - -- project: - name: netide-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'netide' - project-name: 'netide' - branch: 'stable/neon' - mvn-settings: 'netide-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream}' - email-upstream: '[netide] [openflowjava]' - - # Used by the release job - staging-profile-id: a67bab3755815 - -- project: - name: netide-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'netide' - project-name: 'netide' - branch: 'stable/fluorine' - mvn-settings: 'netide-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream}' - email-upstream: '[netide] [openflowjava]' - - # Used by the release job - staging-profile-id: a67bab3755815 - -- project: - name: netide-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'netide' - project-name: 'netide' - branch: 'stable/oxygen' - mvn-settings: 'netide-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowjava-merge-{stream}' - email-upstream: '[netide] [openflowjava]' - - # Used by the release job - staging-profile-id: a67bab3755815 - -- project: - name: netide-sonar - jobs: - - gerrit-maven-sonar - project: 'netide' - project-name: 'netide' - branch: 'master' - mvn-settings: 'netide-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: netide-view - views: - - project-view - project-name: netide diff --git a/jjb/next/next.yaml b/jjb/next/next.yaml deleted file mode 100644 index a984e31e6..000000000 --- a/jjb/next/next.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: next-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'next' - project-name: 'next' - branch: 'master' - mvn-settings: 'next-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[next]' - - # Used by the release job - staging-profile-id: a67e7c516f385 - -- project: - name: next-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'next' - project-name: 'next' - branch: 'stable/neon' - mvn-settings: 'next-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[next]' - - # Used by the release job - staging-profile-id: a67e7c516f385 - -- project: - name: next-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'next' - project-name: 'next' - branch: 'stable/fluorine' - mvn-settings: 'next-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[next]' - - # Used by the release job - staging-profile-id: a67e7c516f385 - -- project: - name: next-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'next' - project-name: 'next' - branch: 'stable/oxygen' - mvn-settings: 'next-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[next]' - - # Used by the release job - staging-profile-id: a67e7c516f385 - -- project: - name: next-sonar - jobs: - - gerrit-maven-sonar - project: 'next' - project-name: 'next' - branch: 'master' - mvn-settings: 'next-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: next-view - views: - - project-view - project-name: next diff --git a/jjb/nic/nic.yaml b/jjb/nic/nic.yaml deleted file mode 100644 index 6f5b8722e..000000000 --- a/jjb/nic/nic.yaml +++ /dev/null @@ -1,90 +0,0 @@ ---- -- project: - name: nic-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'nic' - project-name: 'nic' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'nic-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'vtn-merge-{stream},groupbasedpolicy-merge-{stream}' - email-upstream: '[nic] [vtn] [groupbasedpolicy]' - - # Used by the release job - staging-profile-id: a67ef386204aa - -- project: - name: nic-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'nic' - project-name: 'nic' - branch: 'stable/neon' - build-node: centos7-builder-2c-8g - mvn-settings: 'nic-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'vtn-merge-{stream},groupbasedpolicy-merge-{stream}' - email-upstream: '[nic] [vtn] [groupbasedpolicy]' - - # Used by the release job - staging-profile-id: a67ef386204aa - -- project: - name: nic-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'nic' - project-name: 'nic' - branch: 'stable/fluorine' - build-node: centos7-builder-2c-8g - mvn-settings: 'nic-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'vtn-merge-{stream},groupbasedpolicy-merge-{stream}' - email-upstream: '[nic] [vtn] [groupbasedpolicy]' - - # Used by the release job - staging-profile-id: a67ef386204aa - -- project: - name: nic-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'nic' - project-name: 'nic' - branch: 'stable/oxygen' - build-node: centos7-builder-2c-8g - mvn-settings: 'nic-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'vtn-merge-{stream},groupbasedpolicy-merge-{stream}' - email-upstream: '[nic] [vtn] [groupbasedpolicy]' - - # Used by the release job - staging-profile-id: a67ef386204aa - -- project: - name: nic-sonar - jobs: - - gerrit-maven-sonar - project: 'nic' - project-name: 'nic' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'nic-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: nic-view - views: - - project-view - project-name: nic diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml deleted file mode 100644 index 9ecbf5106..000000000 --- a/jjb/ocpplugin/ocpplugin.yaml +++ /dev/null @@ -1,86 +0,0 @@ ---- -- project: - name: ocpplugin-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'master' - mvn-settings: 'ocpplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a687673279f9c - -- project: - name: ocpplugin-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'stable/neon' - mvn-settings: 'ocpplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a687673279f9c - -- project: - name: ocpplugin-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'stable/fluorine' - mvn-settings: 'ocpplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a687673279f9c - -- project: - name: ocpplugin-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'stable/oxygen' - mvn-settings: 'ocpplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a687673279f9c - -- project: - name: ocpplugin-sonar - jobs: - - gerrit-maven-sonar - - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'master' - mvn-settings: 'ocpplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: ocpplugin-view - views: - - project-view - project-name: ocpplugin diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml deleted file mode 100644 index cdd864326..000000000 --- a/jjb/ovil/ovil.yaml +++ /dev/null @@ -1,92 +0,0 @@ ---- -- project: - name: ovil-sodium - jobs: - - odl-maven-jobs - - gerrit-tox-verify - - stream: sodium - 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-neon - jobs: - - odl-maven-jobs - - gerrit-tox-verify - - stream: neon - project: ovil - project-name: ovil - branch: 'stable/neon' - 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-fluorine - jobs: - - odl-maven-jobs - - gerrit-tox-verify - - stream: fluorine - project: ovil - project-name: ovil - branch: 'stable/fluorine' - 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: - - odl-maven-jobs - - gerrit-tox-verify - - stream: oxygen - project: ovil - project-name: ovil - branch: 'stable/oxygen' - 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-sonar - jobs: - - gerrit-maven-sonar - project: 'ovil' - project-name: 'ovil' - branch: 'master' - mvn-settings: 'ovil-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: ovil-view - views: - - project-view - project-name: ovil diff --git a/jjb/sdninterfaceapp/sdninterfaceapp.yaml b/jjb/sdninterfaceapp/sdninterfaceapp.yaml deleted file mode 100644 index eecc955a1..000000000 --- a/jjb/sdninterfaceapp/sdninterfaceapp.yaml +++ /dev/null @@ -1,91 +0,0 @@ ---- -- project: - name: sdninterfaceapp-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'sdninterfaceapp' - project-name: 'sdninterfaceapp' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'sdninterfaceapp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'bgpcep-merge-{stream}' - email-upstream: '[sdninterfaceapp] [bgpcep]' - - # Used by the release job - staging-profile-id: a68e3d1ff55e3 - -- project: - name: sdninterfaceapp-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'sdninterfaceapp' - project-name: 'sdninterfaceapp' - branch: 'stable/neon' - build-node: centos7-builder-2c-8g - mvn-settings: 'sdninterfaceapp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'bgpcep-merge-{stream}' - email-upstream: '[sdninterfaceapp] [bgpcep]' - - # Used by the release job - staging-profile-id: a68e3d1ff55e3 - -- project: - name: sdninterfaceapp-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'sdninterfaceapp' - project-name: 'sdninterfaceapp' - branch: 'stable/fluorine' - build-node: centos7-builder-2c-8g - mvn-settings: 'sdninterfaceapp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'bgpcep-merge-{stream}' - email-upstream: '[sdninterfaceapp] [bgpcep]' - - # Used by the release job - staging-profile-id: a68e3d1ff55e3 - -- project: - name: sdninterfaceapp-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'sdninterfaceapp' - project-name: 'sdninterfaceapp' - branch: 'stable/oxygen' - build-node: centos7-builder-2c-8g - mvn-settings: 'sdninterfaceapp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'bgpcep-merge-{stream}' - email-upstream: '[sdninterfaceapp] [bgpcep]' - - # Used by the release job - staging-profile-id: a68e3d1ff55e3 - -- project: - name: sdninterfaceapp-sonar - jobs: - - gerrit-maven-sonar - - project: 'sdninterfaceapp' - project-name: 'sdninterfaceapp' - branch: 'master' - build-node: centos7-builder-2c-8g - mvn-settings: 'sdninterfaceapp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: sdninterfaceapp-view - views: - - project-view - project-name: sdninterfaceapp diff --git a/jjb/snbi/snbi.yaml b/jjb/snbi/snbi.yaml deleted file mode 100644 index 98a5f8bc4..000000000 --- a/jjb/snbi/snbi.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: snbi-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'snbi' - project-name: 'snbi' - branch: 'master' - mvn-settings: 'snbi-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[snbi]' - - # Used by the release job - staging-profile-id: a68f328cefed6 - -- project: - name: snbi-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'snbi' - project-name: 'snbi' - branch: 'stable/neon' - mvn-settings: 'snbi-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[snbi]' - - # Used by the release job - staging-profile-id: a68f328cefed6 - -- project: - name: snbi-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'snbi' - project-name: 'snbi' - branch: 'stable/fluorine' - mvn-settings: 'snbi-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[snbi]' - - # Used by the release job - staging-profile-id: a68f328cefed6 - -- project: - name: snbi-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'snbi' - project-name: 'snbi' - branch: 'stable/oxygen' - mvn-settings: 'snbi-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: '' - email-upstream: '[snbi]' - - # Used by the release job - staging-profile-id: a68f328cefed6 - -- project: - name: snbi-sonar - jobs: - - gerrit-maven-sonar - project: 'snbi' - project-name: 'snbi' - branch: 'master' - mvn-settings: 'snbi-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: snbi-view - views: - - project-view - project-name: snbi diff --git a/jjb/systemmetrics/systemmetrics.yaml b/jjb/systemmetrics/systemmetrics.yaml deleted file mode 100644 index ddcaeb720..000000000 --- a/jjb/systemmetrics/systemmetrics.yaml +++ /dev/null @@ -1,68 +0,0 @@ ---- -- project: - name: systemmetrics-sodium - jobs: - - odl-maven-jobs - - project: 'systemmetrics' - project-name: 'systemmetrics' - stream: sodium - branch: 'master' - mvn-settings: 'systemmetrics-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[systemmetrics] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a69113575458e - -- project: - name: systemmetrics-neon - jobs: - - odl-maven-jobs - - project: 'systemmetrics' - project-name: 'systemmetrics' - stream: neon - branch: 'stable/neon' - mvn-settings: 'systemmetrics-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[systemmetrics] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a69113575458e - -- project: - name: systemmetrics-fluorine - jobs: - - odl-maven-jobs - - project: 'systemmetrics' - project-name: 'systemmetrics' - stream: fluorine - branch: 'stable/fluorine' - mvn-settings: 'systemmetrics-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' - email-upstream: '[systemmetrics] [odlparent] [yangtools] [controller]' - - # Used by the release job - staging-profile-id: a69113575458e - -- project: - name: systemmetrics-sonar - jobs: - - gerrit-maven-sonar - - project: 'systemmetrics' - project-name: 'systemmetrics' - branch: 'master' - mvn-settings: 'systemmetrics-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: systemmetrics-view - views: - - project-view - project-name: systemmetrics diff --git a/jjb/ttp/ttp.yaml b/jjb/ttp/ttp.yaml deleted file mode 100644 index bdf20fb95..000000000 --- a/jjb/ttp/ttp.yaml +++ /dev/null @@ -1,86 +0,0 @@ ---- -- project: - name: ttp-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'ttp' - project-name: 'ttp' - branch: 'master' - mvn-settings: 'ttp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[ttp] [odlparent]' - - # Used by the release job - staging-profile-id: a693f948563d5 - -- project: - name: ttp-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'ttp' - project-name: 'ttp' - branch: 'stable/neon' - mvn-settings: 'ttp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[ttp] [odlparent]' - - # Used by the release job - staging-profile-id: a693f948563d5 - -- project: - name: ttp-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'ttp' - project-name: 'ttp' - branch: 'stable/fluorine' - mvn-settings: 'ttp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[ttp] [odlparent]' - - # Used by the release job - staging-profile-id: a693f948563d5 - -- project: - name: ttp-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'ttp' - project-name: 'ttp' - branch: 'stable/oxygen' - mvn-settings: 'ttp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[ttp] [odlparent]' - - # Used by the release job - staging-profile-id: a693f948563d5 - -- project: - name: ttp-sonar - jobs: - - gerrit-maven-sonar - - project: 'ttp' - project-name: 'ttp' - branch: 'master' - mvn-settings: 'ttp-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: ttp-view - views: - - project-view - project-name: ttp diff --git a/jjb/usecplugin/usecplugin.yaml b/jjb/usecplugin/usecplugin.yaml deleted file mode 100644 index 8a6267617..000000000 --- a/jjb/usecplugin/usecplugin.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -- project: - name: usecplugin-sodium - jobs: - - odl-maven-jobs - - stream: sodium - project: 'usecplugin' - project-name: 'usecplugin' - branch: 'master' - mvn-settings: 'usecplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream}' - email-upstream: '[usecplugin] [openflowplugin]' - - # Used by the release job - staging-profile-id: a69902281e037 - -- project: - name: usecplugin-neon - jobs: - - odl-maven-jobs - - stream: neon - project: 'usecplugin' - project-name: 'usecplugin' - branch: 'stable/neon' - mvn-settings: 'usecplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream}' - email-upstream: '[usecplugin] [openflowplugin]' - - # Used by the release job - staging-profile-id: a69902281e037 - -- project: - name: usecplugin-fluorine - jobs: - - odl-maven-jobs - - stream: fluorine - project: 'usecplugin' - project-name: 'usecplugin' - branch: 'stable/fluorine' - mvn-settings: 'usecplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream}' - email-upstream: '[usecplugin] [openflowplugin]' - - # Used by the release job - staging-profile-id: a69902281e037 - -- project: - name: usecplugin-oxygen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'usecplugin' - project-name: 'usecplugin' - branch: 'stable/oxygen' - mvn-settings: 'usecplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'openflowplugin-merge-{stream}' - email-upstream: '[usecplugin] [openflowplugin]' - - # Used by the release job - staging-profile-id: a69902281e037 - -- project: - name: usecplugin-sonar - jobs: - - gerrit-maven-sonar - - project: 'usecplugin' - project-name: 'usecplugin' - mvn-settings: 'usecplugin-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: usecplugin-view - views: - - project-view - project-name: usecplugin -- 2.36.6