From 8b1002a99724180cc9c134a04a5eb0763fde872c Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 8 Dec 2021 22:12:52 +0000 Subject: Improve fast-build profile Remove docker build from 'fast-build' profile Change-Id: I90b79bc05ecd159b5c6ff62f195507476dcdaa38 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3804 --- integration-tests/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index ad886c50f1..cf546a6134 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -476,7 +476,7 @@ limitations under the License. true - onap/sdc-cassandra:${it.docker.version} + ${docker.namespace}/sdc-cassandra:${it.docker.version} sdc-cassandra @@ -526,7 +526,7 @@ limitations under the License. - onap/sdc-cassandra-init:${it.docker.version} + ${docker.namespace}/sdc-cassandra-init:${it.docker.version} sdc-cassandra-init @@ -559,7 +559,7 @@ limitations under the License. - onap/sdc-onboard-cassandra-init:${it.docker.version} + ${docker.namespace}/sdc-onboard-cassandra-init:${it.docker.version} sdc-cassandra-onboard-init @@ -593,7 +593,7 @@ limitations under the License. - onap/sdc-onboard-backend:${it.docker.version} + ${docker.namespace}/sdc-onboard-backend:${it.docker.version} sdc-onboard-backend @@ -646,7 +646,7 @@ limitations under the License. - onap/sdc-backend-all-plugins:${it.docker.version} + ${docker.namespace}/sdc-backend-all-plugins:${it.docker.version} sdc-backend @@ -698,7 +698,7 @@ limitations under the License. - onap/sdc-backend-init:${it.docker.version} + ${docker.namespace}/sdc-backend-init:${it.docker.version} sdc-backend-init @@ -728,7 +728,7 @@ limitations under the License. - onap/sdc-frontend:${it.docker.version} + ${docker.namespace}/sdc-frontend:${it.docker.version} sdc-frontend @@ -774,7 +774,7 @@ limitations under the License. - onap/sdc-simulator:${it.docker.version} + ${docker.namespace}/sdc-simulator:${it.docker.version} sdc-simulator @@ -860,7 +860,7 @@ limitations under the License. - onap/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version} + ${docker.namespace}/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version} helm-validator ${it.helm-validator.disabled} -- cgit 1.2.3-korg