X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbier%2Fbier-csit-basic.yaml;h=afeed6b873acf596a3fe88cefcce485cb479bbd8;hb=refs%2Fchanges%2F83%2F68683%2F11;hp=bb57f39ea3d2869ca7f84fc8f24ea72bb073fe66;hpb=cca9cd0681f4970b31d136845c92fbf3ba30712f;p=releng%2Fbuilder.git diff --git a/jjb/bier/bier-csit-basic.yaml b/jjb/bier/bier-csit-basic.yaml index bb57f39ea..afeed6b87 100644 --- a/jjb/bier/bier-csit-basic.yaml +++ b/jjb/bier/bier-csit-basic.yaml @@ -2,8 +2,8 @@ - project: name: bier-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'bier' @@ -13,23 +13,25 @@ # Project branches stream: - - nitrogen: + # Removed jobs testing Carbon branches due to the CSIT update + # incompatible changes in test suites for Nitrogen + # TODO: Create test suites for specific release before + # Nitrogen if needed. + - fluorine: branch: 'master' - jre: 'openjdk8' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' - carbon: branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 + karaf-version: 'karaf3' - # TODO: Delete the following if suites are compatible with Boron again. - verify-stream: 'carbon' - # TODO: Remove the lines above and below when carbon becomes the default scit-verify stream. - verify-branch: 'stable/carbon' - # TODO: Update the line above when stable/carbon is created. + verify-stream: 'nitrogen' + verify-branch: 'stable/nitrogen' + verify-karaf-version: 'karaf4' install: - - only: - scope: 'only' - all: scope: 'all'