From c9aac428e09385a5893313a99b6af6652dafd216 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 12 Jan 2018 21:02:59 +0100 Subject: [PATCH] container4nfv: Disable jobs until the project stops changing docker version Container4nfv verify jobs uninstall the installed version of docker and installs the one coming from the distro which is causing issues for the other projects. Builds are disabled until the project fixes this issue. Change-Id: Ibcec9a7d3badf85193bb7115730410bb719949f9 Signed-off-by: Fatih Degirmenci --- jjb/container4nfv/container4nfv-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml index 03bbb655e..bda34bd5c 100644 --- a/jjb/container4nfv/container4nfv-project.yml +++ b/jjb/container4nfv/container4nfv-project.yml @@ -17,7 +17,7 @@ - master: branch: '{stream}' gs-pathname: '' - disabled: false + disabled: true - euphrates: branch: 'stable/{stream}' gs-pathname: '/{stream}' -- 2.16.6