summaryrefslogtreecommitdiffstats
path: root/jjb/multicloud/multicloud-k8s.yaml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-08-30 07:43:03 -0700
committerVictor Morales <victor.morales@intel.com>2018-08-30 08:19:49 -0700
commitdf0b848e4622ca28b77fa8a06694fc96cf45f1ec (patch)
tree882d5477c2badfcf0f39d665d6b6e45539bb3433 /jjb/multicloud/multicloud-k8s.yaml
parent610b9986531b0ab4971364e30fe6d72226087ebe (diff)
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 <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'jjb/multicloud/multicloud-k8s.yaml')
-rw-r--r--jjb/multicloud/multicloud-k8s.yaml5
1 files changed, 5 insertions, 0 deletions
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'