From f430b896c1353887b6fa0b858950549bac3256f4 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 11 May 2018 10:41:13 +0100 Subject: jjb: xci: Connect new releng-xci-scenarios repository The scenarios have been moved from the releng-xci to releng-xci-scenarios repository so we should connect Jenkins to that repo as well. Change-Id: Ifcb4f02b8532dd94c8a622185328f7316e726c6b Signed-off-by: Markos Chandras --- jjb/xci/xci-merge-jobs.yml | 2 +- jjb/xci/xci-verify-jobs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/xci/xci-merge-jobs.yml b/jjb/xci/xci-merge-jobs.yml index e4e5705a7..2d112c7e5 100644 --- a/jjb/xci/xci-merge-jobs.yml +++ b/jjb/xci/xci-merge-jobs.yml @@ -90,7 +90,7 @@ - compare-type: ANT pattern: 'INFO.yaml' - project-compare-type: 'REG_EXP' - project-pattern: 'sfc|sdnvpn' + project-pattern: 'sfc|sdnvpn|releng-xci-scenarios' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index e5c1a9394..3b7df62f4 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -117,7 +117,7 @@ - compare-type: ANT pattern: 'upstream/**' - project-compare-type: 'REG_EXP' - project-pattern: 'sfc|sdnvpn' + project-pattern: 'sfc|sdnvpn|releng-xci-scenarios' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' -- cgit 1.2.3-korg