From f9c87c7faf1660ee3a3fa94dc5d0d926696d8928 Mon Sep 17 00:00:00 2001 From: Navya Date: Tue, 10 Oct 2017 16:53:37 +0530 Subject: KVMFORNFV: Disable jobs on Euphrates This patch is used to diasable jobs on Euphrates branch as there is only one node assigned for the daily job. If the jobs on master and Euphrates are enabled, the verify job is delayed.So inorder to avoid the delay for the verify job, disabling the jobs on Euphrates. Change-Id: Ib0eff4a1156858a73e4b889a61ac0cbd4ebe5ef0 Signed-off-by: Navya Bathula --- jjb/kvmfornfv/kvmfornfv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/kvmfornfv') diff --git a/jjb/kvmfornfv/kvmfornfv.yml b/jjb/kvmfornfv/kvmfornfv.yml index 2e542acea..ad497e97d 100644 --- a/jjb/kvmfornfv/kvmfornfv.yml +++ b/jjb/kvmfornfv/kvmfornfv.yml @@ -12,7 +12,7 @@ - euphrates: branch: 'stable/{stream}' gs-pathname: '/{stream}' - disabled: false + disabled: true ##################################### # patch verification phases ##################################### -- cgit 1.2.3-korg