X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsxp%2Fsxp-csit-filtering.yaml;h=be42360bcb88ce280e569ca6dc75c6f828ee346d;hb=807fca79b9cbd070495690797e1b0cc019caf5f9;hp=994325e8db9a0afe392b63f0e6a510f51f78a5fb;hpb=216271e9dacd5cb26c580a977a023f4d5b3cdb09;p=releng%2Fbuilder.git diff --git a/jjb/sxp/sxp-csit-filtering.yaml b/jjb/sxp/sxp-csit-filtering.yaml index 994325e8d..754f9b0e7 100644 --- a/jjb/sxp/sxp-csit-filtering.yaml +++ b/jjb/sxp/sxp-csit-filtering.yaml @@ -1,7 +1,8 @@ +--- - project: name: sxp-csit-filtering jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'sxp' @@ -11,24 +12,30 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - sodium: + branch: 'master' + - neon: + branch: 'stable/neon' + trigger-jobs: '{project}-merge-{stream}' + karaf-version: 'odl' + # yamllint disable-line rule:line-length + repo-url: 'mvn:org.opendaylight.sxp/features-sxp/1.8.0-SNAPSHOT/xml/features' + - fluorine: + branch: 'stable/fluorine' + trigger-jobs: '{project}-merge-{stream}' + karaf-version: 'odl' + # yamllint disable-line rule:line-length + repo-url: 'mvn:org.opendaylight.sxp/features-sxp/1.7.2-SNAPSHOT/xml/features' + - oxygen: + branch: 'stable/oxygen' + disable-job: true install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-sxp-all' + install-features: 'odl-restconf,odl-sxp-routing' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'