From: Victor Morales Date: Thu, 30 Aug 2018 14:43:03 +0000 (-0700) Subject: Add tox execution in multicloud/k8s project X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=df0b848e4622ca28b77fa8a06694fc96cf45f1ec;p=ci-management.git Add tox execution in multicloud/k8s project The Kubernetes plugin for MultiCloud project contains bash instructions that validates bash and reStructured file syntax. Those instructions are inlcuded in a tox.ini file which needs to be included as part of Jenkins jobs. Change-Id: I19d88ee06b8a6a1ccfdf596bbea15d347c61d1b2 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index 1cc4f1387..94595ed92 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -4,9 +4,14 @@ project-name: 'multicloud-k8s' path: 'src/k8splugin' jobs: + - '{project-name}-{stream}-{subproject}-verify-python' - '{project-name}-{stream}-verify-golang' - '{project-name}-{stream}-merge-golang' project: 'multicloud/k8s' + subproject: + - validation-scripts: + path: '.' + pattern: '**' stream: - 'master': branch: 'master'