diff options
author | 2021-08-24 07:45:26 -0400 | |
---|---|---|
committer | 2021-08-24 07:45:26 -0400 | |
commit | bfa8bf1d6347c0770f57fe3430ec173f1eaa694f (patch) | |
tree | d1e22efa43c71cc208c152bff281b71d4e4f1ea7 | |
parent | ba0985c7217a3113ab935faed49aca892e770647 (diff) |
Configure sdnc-apps verify job for docker
sdnc-apps verify job started failing because it is trying to do a
local docker build in an environment that is not configured. Updated
configuration to run on a docker build node and to set docker registries
to the ONAP nexus3
Issue-ID: CIMAN-408
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iacd9bcfc1389d5837083c3d4e0006d321cf3b57c
-rw-r--r-- | jjb/sdnc/sdnc-apps.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-apps.yaml b/jjb/sdnc/sdnc-apps.yaml index 43ad1c29b..29ef94c1e 100644 --- a/jjb/sdnc/sdnc-apps.yaml +++ b/jjb/sdnc/sdnc-apps.yaml @@ -10,6 +10,9 @@ project-name: 'sdnc-apps' jobs: - gerrit-maven-verify: + build-node: ubuntu1804-docker-8c-8g + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' mvn-params: '-Ddocker.skip.push=true -Pdocker' - gerrit-maven-merge: cron: '@daily' |