From: Thanh Ha Date: Thu, 20 Sep 2018 15:16:01 +0000 (-0400) Subject: Add tox-verify job to the default ci group X-Git-Tag: v0.35.0~4^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=059f6382bcbe1549201773eb4d881d43724ca8a9;hp=24a51c7182b868b57317f820dd8222f55274bc4d;p=releng%2Fglobal-jjb.git Add tox-verify job to the default ci group This ensures our projects are running linters against the prjoect. Change-Id: I5ce38eeecef8f1241a49dfe7da3eb04fec7ac385 Signed-off-by: Thanh Ha --- diff --git a/jjb/lf-ci-job-groups.yaml b/jjb/lf-ci-job-groups.yaml index 6dc377f3..d0f1f094 100644 --- a/jjb/lf-ci-job-groups.yaml +++ b/jjb/lf-ci-job-groups.yaml @@ -9,6 +9,7 @@ - gerrit-jjb-deploy-job - gerrit-jjb-merge - gerrit-jjb-verify + - gerrit-tox-verify - job-group: name: '{project-name}-github-ci-jobs' @@ -20,6 +21,7 @@ - github-jjb-deploy-job - github-jjb-merge - github-jjb-verify + - github-tox-verify - job-group: name: '{project-name}-info-yaml-jobs'