summaryrefslogtreecommitdiffstats
path: root/jjb/vid
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:21:46 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-08 22:56:11 +0000
commitcbd35e53d7d9303e14d728f231ac6532ecc561b1 (patch)
treee95124a61c34ad30005268b234cc975063866f62 /jjb/vid
parent6d2487c104d8566406caf3c5c3d533799462bac0 (diff)
Move Dmaven.test.skip param (v)
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Issue-ID: CIMAN-159 Change-Id: Ifb0d616f34730ffc0eaa9a371ad8800b7d153e50 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/vid')
-rw-r--r--jjb/vid/vid.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml
index 06e13255e..0591b9558 100644
--- a/jjb/vid/vid.yaml
+++ b/jjb/vid/vid.yaml
@@ -6,7 +6,8 @@
- gerrit-maven-clm:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
+ - '{project-name}-{stream}-release-version-java-daily':
+ mvn-params: '-Dmaven.test.skip=true'
- '{project-name}-{stream}-docker-version-java-daily':
docker-pom: 'pom.xml'
mvn-profile: 'docker'