diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-12 21:02:59 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-12 21:02:59 +0100 |
commit | c9aac428e09385a5893313a99b6af6652dafd216 (patch) | |
tree | 1a9efc0562ed825127aeec1d54289f408951294d /jjb/container4nfv | |
parent | 75aa8f85c5fac53de62cd6755ee72f57902436d0 (diff) |
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 <fdegir@gmail.com>
Diffstat (limited to 'jjb/container4nfv')
-rw-r--r-- | jjb/container4nfv/container4nfv-project.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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}' |