diff options
-rw-r--r-- | jjb/aai/aai-schema-service.yaml | 2 | ||||
-rw-r--r-- | jjb/ci-management/ci-management-coverity.yaml | 20 | ||||
-rw-r--r-- | jjb/so/so.yaml | 2 | ||||
-rw-r--r-- | jjb/vfc/vfc-nfvo-db.yaml | 2 | ||||
-rw-r--r-- | jjb/vfc/vfc-nfvo-lcm-java.yaml | 2 |
5 files changed, 18 insertions, 10 deletions
diff --git a/jjb/aai/aai-schema-service.yaml b/jjb/aai/aai-schema-service.yaml index 78732a577..3cdb625ab 100644 --- a/jjb/aai/aai-schema-service.yaml +++ b/jjb/aai/aai-schema-service.yaml @@ -25,6 +25,8 @@ stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'aai-schema-service-settings' mvn-version: 'mvn35' files: '**' diff --git a/jjb/ci-management/ci-management-coverity.yaml b/jjb/ci-management/ci-management-coverity.yaml index 2fc39b86d..a561615ba 100644 --- a/jjb/ci-management/ci-management-coverity.yaml +++ b/jjb/ci-management/ci-management-coverity.yaml @@ -45,15 +45,17 @@ submodule-timeout: 10 submodule-disable: false archive-artifacts: > - **/*.log - **/*-log.txt - **/hs_err_*.log - **/target/**/feature.xml - **/target/failsafe-reports/failsafe-summary.xml - **/target/surefire-reports/*-output.txt - **/cov-int/BUILD.metrics.xml - **/cov-int/build-timings.txt - **/cov-int/java-security-da-whitelist.dat + cov-int/BUILD.metrics.xml + cov-int/build-log.txt + cov-int/build-timings.txt + cov-int/cov-import-scm-timings.txt + cov-int/failed_jsp/* + cov-int/java-security-da-input.dat + cov-int/java-security-da-whitelist.dat + cov-int/jsp-compilation-log.txt + cov-int/jsp-debug-log.txt + cov-int/security.log + coverity-scan-analysed-files.log properties: - lf-infra-properties: diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index cc9522b12..d1f7217db 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -18,7 +18,7 @@ - gerrit-maven-docker-stage: build-node: ubuntu1604-docker-8c-8g maven-versions-plugin: true - mvn-params: '-Dmaven.test.skip=true' + mvn-params: '-P docker -Dmaven.test.skip=true' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' project: 'so' diff --git a/jjb/vfc/vfc-nfvo-db.yaml b/jjb/vfc/vfc-nfvo-db.yaml index 30200de1c..034177e77 100644 --- a/jjb/vfc/vfc-nfvo-db.yaml +++ b/jjb/vfc/vfc-nfvo-db.yaml @@ -21,6 +21,8 @@ script: !include-raw-escape: 'build-nfvo-db-docker-image.sh' build-node: ubuntu1604-docker-8c-8g + - '{project-name}-gerrit-release-jobs': + build-node: centos7-builder-4c-4g - project: diff --git a/jjb/vfc/vfc-nfvo-lcm-java.yaml b/jjb/vfc/vfc-nfvo-lcm-java.yaml index ecfa23aa9..2fe88456d 100644 --- a/jjb/vfc/vfc-nfvo-lcm-java.yaml +++ b/jjb/vfc/vfc-nfvo-lcm-java.yaml @@ -20,6 +20,8 @@ script: !include-raw-escape: 'build-nfvo-lcm-docker-image.sh' build-node: ubuntu1604-docker-8c-8g + - '{project-name}-gerrit-release-jobs': + build-node: centos7-builder-4c-4g files: '**' archive-artifacts: '' build-node: centos7-redis-4c-4g |