From a3df9935fd87ebb18ff216f22a74dd091c91d3e1 Mon Sep 17 00:00:00 2001 From: Quan Xiong Date: Mon, 4 Sep 2017 16:48:59 +0800 Subject: [PATCH] Override the csit verify stream for bier Change-Id: I5cc91285c1d7905539162a242dbc6107c24e1502 Signed-off-by: Quan Xiong --- jjb/bier/bier-csit-basic.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/jjb/bier/bier-csit-basic.yaml b/jjb/bier/bier-csit-basic.yaml index e2cb28fa4..e47ff6afc 100644 --- a/jjb/bier/bier-csit-basic.yaml +++ b/jjb/bier/bier-csit-basic.yaml @@ -13,6 +13,10 @@ # Project branches stream: + # 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. - oxygen: branch: 'master' jre: 'openjdk8' @@ -24,11 +28,10 @@ jre: 'openjdk8' 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. + # TODO: Delete the following if suites are compatible with Nitrogen again. + verify-stream: 'nitrogen' + # TODO: Remove the lines above and below when nitrogen becomes the default csit-verify stream. + verify-branch: 'master' install: - only: -- 2.36.6