X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin.yaml;h=c07b59a6581e8490d059045a9f98556c07c1c98c;hb=HEAD;hp=84fa540c9187bba829dc98e3d0f3089b0c694bf9;hpb=8031350e9d89387daf975d7fb360139473b3e900;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml deleted file mode 100644 index 84fa540c9..000000000 --- a/jjb/ocpplugin/ocpplugin.yaml +++ /dev/null @@ -1,74 +0,0 @@ -- project: - name: ocpplugin-carbon - 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: - - carbon: - 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' - 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-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: - - boron: - disable_autorelease: False - disable_distribution_check: False - project: 'ocpplugin' - project-name: 'ocpplugin' - branch: 'stable/boron' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' - mvn-settings: 'ocpplugin-settings' - mvn-goals: 'clean install' - 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' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'