X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcapwap%2Fcapwap-csit-ac.yaml;h=50d83c9d9490db91b7f534adba48fde3f5f67e2e;hb=ee83ca710d9e75fde285e8216d8d793270c4de5c;hp=3ef607559ab083ea8b7a2b5c9d99da792d9d61a7;hpb=d2536439579299085edf4149646f049286671ad8;p=releng%2Fbuilder.git diff --git a/jjb/capwap/capwap-csit-ac.yaml b/jjb/capwap/capwap-csit-ac.yaml index 3ef607559..50d83c9d9 100644 --- a/jjb/capwap/capwap-csit-ac.yaml +++ b/jjb/capwap/capwap-csit-ac.yaml @@ -1,8 +1,9 @@ +--- - project: name: capwap-csit-ac jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'capwap' @@ -12,22 +13,24 @@ # Project branches stream: - - beryllium: - branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install install-features: 'odl-capwap-ac-rest' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},odlparent-distribution-{stream},capwap-distribution-{stream}'