Add tox execution in multicloud/k8s project 07/63907/2
authorVictor Morales <victor.morales@intel.com>
Thu, 30 Aug 2018 14:43:03 +0000 (07:43 -0700)
committerVictor Morales <victor.morales@intel.com>
Thu, 30 Aug 2018 15:19:49 +0000 (08:19 -0700)
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 <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

jjb/multicloud/multicloud-k8s.yaml

index 1cc4f13..94595ed 100644 (file)
@@ -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'