add a python verification job in Integration repo (for vCPE) 85/100985/4
authormrichomme <morgan.richomme@orange.com>
Fri, 31 Jan 2020 15:39:22 +0000 (16:39 +0100)
committermrichomme <morgan.richomme@orange.com>
Wed, 5 Feb 2020 08:18:28 +0000 (09:18 +0100)
Issue-ID: INT-1426

Change-Id: I90d6888dc23789da764b649704112548cbb2eaf1
Signed-off-by: mrichomme <morgan.richomme@orange.com>
jjb/integration/integration.yaml

index de18753..0d496e3 100644 (file)
     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'