Add tox-verify job to the default ci group 81/12681/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 20 Sep 2018 15:16:01 +0000 (11:16 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 26 Mar 2019 18:24:56 +0000 (14:24 -0400)
This ensures our projects are running linters against the prjoect.

Change-Id: I5ce38eeecef8f1241a49dfe7da3eb04fec7ac385
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/lf-ci-job-groups.yaml

index 6dc377f..d0f1f09 100644 (file)
@@ -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'