summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/aai/aai-aai-service.yaml2
-rw-r--r--jjb/dcae/include-raw-pgaas.sh2
-rw-r--r--jjb/policy/policy-common.yaml3
-rw-r--r--jjb/portal/portal.yaml8
-rw-r--r--jjb/testsuite/testsuite-heatbridge.yaml18
5 files changed, 25 insertions, 8 deletions
diff --git a/jjb/aai/aai-aai-service.yaml b/jjb/aai/aai-aai-service.yaml
index f95e79c6c..154158a65 100644
--- a/jjb/aai/aai-aai-service.yaml
+++ b/jjb/aai/aai-aai-service.yaml
@@ -5,7 +5,7 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
-
+ - '{project-name}-{stream}-release-java-daily'
project: 'aai/aai-service'
stream:
- 'master':
diff --git a/jjb/dcae/include-raw-pgaas.sh b/jjb/dcae/include-raw-pgaas.sh
index cded4b1e6..505c7698c 100644
--- a/jjb/dcae/include-raw-pgaas.sh
+++ b/jjb/dcae/include-raw-pgaas.sh
@@ -18,7 +18,7 @@ echo $OPENECOMP_NEXUS_USER
echo $OPENECOMP_NEXUS_PASSWORD
export REPACKAGEDEBIANUPLOAD="set -x; curl -k \
- --user ${OPENECOMP_NEXUS_USER}:${OPENECOMP_NEXUS_PASSWORD}' \
+ --user '${OPENECOMP_NEXUS_USER}:${OPENECOMP_NEXUS_PASSWORD}' \
--upload-file '{0}' \
'${OPENECOMP_NEXUS_RAW}/org.openecomp.dcae/deb-snapshots/{2}/{1}'"
export REPACKAGEDEBIANUPLOAD2="set -x; curl -k \
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml
index ac5d92186..368390417 100644
--- a/jjb/policy/policy-common.yaml
+++ b/jjb/policy/policy-common.yaml
@@ -12,5 +12,8 @@
- 'master':
branch: 'master'
mvn-settings: 'policy-common-settings'
+ maven-deploy-properties: |
+ deployAtEnd=true
files: '**'
archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g
diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml
index 2bb6dc773..09e28ebc7 100644
--- a/jjb/portal/portal.yaml
+++ b/jjb/portal/portal.yaml
@@ -2,13 +2,8 @@
- project:
name: portal
project-name: 'portal'
- subproject:
- - 'ecomp-portal-BE':
- pom: 'ecomp-portal-BE/pom.xml'
- pattern: 'ecomp-portal-BE/**'
jobs:
- - '{project-name}-{stream}-{subproject}-verify-java'
- - '{project-name}-{stream}-{subproject}-merge-java'
+ - '{project-name}-{stream}-verify-java'
project: 'portal'
stream:
@@ -17,3 +12,4 @@
mvn-settings: 'portal-settings'
files: '**'
archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g
diff --git a/jjb/testsuite/testsuite-heatbridge.yaml b/jjb/testsuite/testsuite-heatbridge.yaml
new file mode 100644
index 000000000..2d2f07b03
--- /dev/null
+++ b/jjb/testsuite/testsuite-heatbridge.yaml
@@ -0,0 +1,18 @@
+---
+- project:
+ name: testsuite-heatbridge
+ project-name: 'testsuite-heatbridge'
+ subproject:
+ - heatbridge:
+ path: '.'
+ pattern: '**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'
+
+ project: 'testsuite/heatbridge'
+
+ stream:
+ - 'master':
+ branch: 'master'
+
+ mvn-settings: 'testsuite-heatbridge-settings'