summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-01-31 16:39:22 +0100
committermrichomme <morgan.richomme@orange.com>2020-02-05 09:18:28 +0100
commit23fc7b11bc64f99daa9002b96eccd44ca5024ce7 (patch)
tree304c1aa82771c3b3f805faadfc2ffa2bec31b8c9 /jjb/integration
parentcfce4e90d2209f44bdfa94b013243b8d104e1c91 (diff)
add a python verification job in Integration repo (for vCPE)
Issue-ID: INT-1426 Change-Id: I90d6888dc23789da764b649704112548cbb2eaf1 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/integration.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml
index de18753c1..0d496e386 100644
--- a/jjb/integration/integration.yaml
+++ b/jjb/integration/integration.yaml
@@ -13,3 +13,21 @@
build-node: centos7-builder-2c-1g
project: integration
branch: master
+
+- project:
+ name: integration-verify-python
+ project-name: integration
+ project: integration
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'elalto':
+ branch: 'elalto'
+ mvn-settings: 'integration-settings'
+ build-node: 'centos7-builder-4c-4g'
+ subproject:
+ - 'test/vcpe':
+ path: 'test/vcpe'
+ pattern: 'test/vcpe/**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'