diff options
author | 2018-08-30 07:43:03 -0700 | |
---|---|---|
committer | 2018-08-30 08:19:49 -0700 | |
commit | df0b848e4622ca28b77fa8a06694fc96cf45f1ec (patch) | |
tree | 882d5477c2badfcf0f39d665d6b6e45539bb3433 /jjb | |
parent | 610b9986531b0ab4971364e30fe6d72226087ebe (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')
-rw-r--r-- | jjb/multicloud/multicloud-k8s.yaml | 5 |
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' |