From d1425c51f8199e4336c6168565f298b944e5c067 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Thu, 28 Jun 2018 12:20:03 +0300 Subject: [PATCH] Disable SFC verify job in fraser branch We would like to disable the SFC verify job for fraser branch because jenkins give us -1 on new patches on stable fraser branch because of the lack of tox on that branch. We are not going to submit any new patches on the SFC fraser branch from now on except from one [0]. So we can disable the fraser job as an easy fix to the -1 jenkins-ci problem in gerrit. [0]: https://gerrit.opnfv.org/gerrit/#/c/59175/ Change-Id: Iab2cb1eea6ac14f262ca25bc3cc61e15556f21e9 Signed-off-by: Dimitrios Markou --- jjb/sfc/sfc-project-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/sfc/sfc-project-jobs.yaml b/jjb/sfc/sfc-project-jobs.yaml index 70fc332b8..f858d1f5f 100644 --- a/jjb/sfc/sfc-project-jobs.yaml +++ b/jjb/sfc/sfc-project-jobs.yaml @@ -19,7 +19,7 @@ - fraser: &fraser branch: 'stable/{stream}' gs-pathname: '/{stream}' - disabled: false + disabled: true - job-template: name: 'sfc-verify-{stream}' -- 2.16.6