diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-21 23:56:31 -0400 |
---|---|---|
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-04-22 14:39:18 +0300 |
commit | 83fcfeecb935d771763b19c02e448ba367381715 (patch) | |
tree | 78c7c27c75cc298723f4633f6d5198f0ec1ab372 /jjb/cps | |
parent | 0c0e8692b0619811692a1674a3b8bfb84c8d2020 (diff) |
[CPS] Use default profile for csit tests
Issue-ID: CPS-356
Change-Id: I5ad2a9e9c70e5e7f4a09bc665a4bad9d9ac616b6
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'jjb/cps')
-rw-r--r-- | jjb/cps/cps-csit.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml index 4d2239f08..a265e84de 100644 --- a/jjb/cps/cps-csit.yaml +++ b/jjb/cps/cps-csit.yaml @@ -4,10 +4,10 @@ jobs: - '{project-name}-review-verification-maven-{stream}': mvn-goals: clean install - mvn-params: '-Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker' + mvn-params: '-Dmaven.test.skip=true -Dnexus.repository=' - '{project-name}-merge-verification-maven-{stream}': mvn-goals: clean install - mvn-params: '-Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker' + mvn-params: '-Dmaven.test.skip=true -Dnexus.repository=' project-name: 'cps' recipients: 'toine.siebelink@est.tech' # project name in gerrit |