X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fopflex-dependencies.yaml;h=33a4028dd9d9afd88697c8530a322e49e5e7e7c4;hb=6822e9b7cfe5e2e062972ad869b1b3bbb39c01f5;hp=87ccc1f1093772d1b1c817ea707fe1fe310f4397;hpb=115d5c4ae452b0c16ae2561aebd5362b1db3cf64;p=releng%2Fbuilder.git diff --git a/jjb/opflex/opflex-dependencies.yaml b/jjb/opflex/opflex-dependencies.yaml index 87ccc1f10..33a4028dd 100644 --- a/jjb/opflex/opflex-dependencies.yaml +++ b/jjb/opflex/opflex-dependencies.yaml @@ -1,98 +1,97 @@ +--- - project: name: opflex-dependencies jobs: - - 'opflex-libuv_tgz-{stream}' - - 'opflex-rapidjson_tgz-{stream}' - - 'opflex-openvswitch_tgz-{stream}' + - 'opflex-libuv_tgz-{stream}' + - 'opflex-rapidjson_tgz-{stream}' + - 'opflex-openvswitch_tgz-{stream}' stream: - - carbon: - branch: 'master' - libuv-build: v1 - libuv-scm: v2 - rapidjson-build: v1 - rapidjson-scm: v2 - openvswitch-build: v2 - openvswitch-scm: v2 - - boron: - branch: 'stable/boron' - libuv-build: v1 - libuv-scm: v1 - rapidjson-build: v1 - rapidjson-scm: v1 - openvswitch-build: v1 - openvswitch-scm: v1 - - beryllium: - branch: 'stable/beryllium' - libuv-build: v1 - libuv-scm: v1 - rapidjson-build: v1 - rapidjson-scm: v1 - openvswitch-build: v1 - openvswitch-scm: v1 + - nitrogen: + branch: 'master' + libuv-build: v1 + libuv-scm: v2 + rapidjson-build: v1 + rapidjson-scm: v2 + openvswitch-build: v2 + openvswitch-scm: v2 + - carbon: + branch: 'stable/carbon' + libuv-build: v1 + libuv-scm: v2 + rapidjson-build: v1 + rapidjson-scm: v2 + openvswitch-build: v2 + openvswitch-scm: v2 + - boron: + branch: 'stable/boron' + libuv-build: v1 + libuv-scm: v1 + rapidjson-build: v1 + rapidjson-scm: v1 + openvswitch-build: v1 + openvswitch-scm: v1 project: 'opflex' - scm: name: 'git-opflex-libuv-v1' scm: - - git: - url: https://github.com/libuv/libuv.git - branches: - - 'refs/tags/v1.7.5' - wipe-workspace: true + - git: + url: https://github.com/libuv/libuv.git + branches: + - 'refs/tags/v1.7.5' + wipe-workspace: true - scm: name: 'git-opflex-libuv-v2' scm: - - git: - url: https://github.com/libuv/libuv.git - branches: - - 'refs/tags/v1.8.0' - wipe-workspace: true + - git: + url: https://github.com/libuv/libuv.git + branches: + - 'refs/tags/v1.8.0' + wipe-workspace: true - scm: name: 'git-opflex-rapidjson-v1' scm: - - git: - url: https://github.com/miloyip/rapidjson.git - branches: - - 'refs/tags/v1.0.1' - wipe-workspace: true + - git: + url: https://github.com/miloyip/rapidjson.git + branches: + - 'refs/tags/v1.0.1' + wipe-workspace: true - scm: name: 'git-opflex-rapidjson-v2' scm: - - git: - url: https://github.com/miloyip/rapidjson.git - branches: - - 'refs/tags/v1.0.2' - wipe-workspace: true + - git: + url: https://github.com/miloyip/rapidjson.git + branches: + - 'refs/tags/v1.0.2' + wipe-workspace: true - scm: name: 'git-opflex-ovs-v1' scm: - - git: - url: https://github.com/noironetworks/ovs.git - branches: - - 'origin/noiro' - wipe-workspace: true + - git: + url: https://github.com/noironetworks/ovs.git + branches: + - 'origin/noiro' + wipe-workspace: true - scm: name: 'git-opflex-ovs-v2' scm: - - git: - url: https://github.com/openvswitch/ovs.git - branches: - - 'refs/tags/v2.6.0' - wipe-workspace: true + - git: + url: https://github.com/openvswitch/ovs.git + branches: + - 'refs/tags/v2.6.0' + wipe-workspace: true - builder: name: 'builder-opflex-libuv-v1' builders: - - shell: - !include-raw-escape: - - deps-inc-v1/include-raw-libuv_tgz-build.sh + - shell: !include-raw-escape: deps-inc-v1/libuv_tgz-build.sh - job-template: name: 'opflex-libuv_tgz-{stream}' @@ -101,35 +100,31 @@ node: centos7-java-builder-2c-8g concurrent: true - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' scm: - - git-opflex-libuv-{libuv-scm} + - git-opflex-libuv-{libuv-scm} wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' builders: - - builder-opflex-libuv-{libuv-build} + - builder-opflex-libuv-{libuv-build} publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' - - archive: - artifacts: 'install-root/*.tgz' + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[opflex]' + - archive: + artifacts: 'install-root/*.tgz' - builder: name: 'builder-opflex-rapidjson-v1' builders: - - shell: - !include-raw-escape: - - deps-inc-v1/include-raw-rapidjson_tgz-build.sh + - shell: !include-raw-escape: deps-inc-v1/rapidjson_tgz-build.sh - job-template: name: 'opflex-rapidjson_tgz-{stream}' @@ -138,42 +133,36 @@ node: centos7-java-builder-2c-8g concurrent: true - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' scm: - - git-opflex-rapidjson-{rapidjson-scm} + - git-opflex-rapidjson-{rapidjson-scm} wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' builders: - - builder-opflex-rapidjson-{rapidjson-build} + - builder-opflex-rapidjson-{rapidjson-build} publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' - - archive: - artifacts: 'install-root/*.tgz' + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[opflex]' + - archive: + artifacts: 'install-root/*.tgz' - builder: name: 'builder-opflex-openvswitch-v1' builders: - - shell: - !include-raw: - - deps-inc-v1/include-raw-openvswitch_tgz-build.sh + - shell: !include-raw: deps-inc-v1/openvswitch_tgz-build.sh - builder: name: 'builder-opflex-openvswitch-v2' builders: - - shell: - !include-raw: - - deps-inc-v2/include-raw-openvswitch_tgz-build.sh + - shell: !include-raw: deps-inc-v2/openvswitch_tgz-build.sh - job-template: name: 'opflex-openvswitch_tgz-{stream}' @@ -182,25 +171,23 @@ node: centos7-java-builder-2c-8g concurrent: true - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' scm: - - git-opflex-ovs-{openvswitch-scm} + - git-opflex-ovs-{openvswitch-scm} wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' builders: - - builder-opflex-openvswitch-{openvswitch-build} + - builder-opflex-openvswitch-{openvswitch-build} publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' - - archive: - artifacts: 'install-root/*.tgz' + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[opflex]' + - archive: + artifacts: 'install-root/*.tgz'