diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-07 11:53:59 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-07 11:56:16 -0700 |
commit | eb3a0b0e2f9a3e587f8857e0df5d16a32cafc455 (patch) | |
tree | c1911a32af261c99999612dcdb4d6566c9aefdc7 /jjb | |
parent | 2fe8e7345dbdeedb9986441bb3ad2258d1d7648c (diff) |
Switch cmso maven-stage to Ubuntu
Currently, optf-cmso contains scripts only
applicable to Ubuntu and they do not run on
CentOS.
The team agrees to have their maven-stage job
running on Ubuntu for now and skipping artifact
signing until they are able to adapt their repo.
Change-Id: I76d975decf099e7a7523876ed61adb6aaa7ebb34
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/optf/optf-cmso.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jjb/optf/optf-cmso.yaml b/jjb/optf/optf-cmso.yaml index 5de8faead..8b495ff33 100644 --- a/jjb/optf/optf-cmso.yaml +++ b/jjb/optf/optf-cmso.yaml @@ -10,8 +10,6 @@ project-name: 'optf-cmso' jobs: - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g maven-versions-plugin: true - '{project-name}-{stream}-verify-java-checkstyle': mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |