Merge "add a python verification job in Integration repo (for vCPE)"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 5 Feb 2020 14:48:31 +0000 (14:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 5 Feb 2020 14:48:31 +0000 (14:48 +0000)
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'