diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-12-08 22:12:52 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-12-09 09:44:10 +0000 |
commit | 8b1002a99724180cc9c134a04a5eb0763fde872c (patch) | |
tree | 8e1061f97b28c193d9448885eea3bb2be4f68077 /integration-tests/pom.xml | |
parent | afa3fb50409b8c68e35db42e77a962b76702f8d9 (diff) |
Improve fast-build profile
Remove docker build from 'fast-build' profile
Change-Id: I90b79bc05ecd159b5c6ff62f195507476dcdaa38
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3804
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
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. <startParallel>true</startParallel> <images> <image> - <name>onap/sdc-cassandra:${it.docker.version}</name> + <name>${docker.namespace}/sdc-cassandra:${it.docker.version}</name> <alias>sdc-cassandra</alias> <run> <env> @@ -526,7 +526,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-cassandra-init:${it.docker.version}</name> + <name>${docker.namespace}/sdc-cassandra-init:${it.docker.version}</name> <alias>sdc-cassandra-init</alias> <run> <dependsOn> @@ -559,7 +559,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-onboard-cassandra-init:${it.docker.version}</name> + <name>${docker.namespace}/sdc-onboard-cassandra-init:${it.docker.version}</name> <alias>sdc-cassandra-onboard-init</alias> <run> <dependsOn> @@ -593,7 +593,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-onboard-backend:${it.docker.version}</name> + <name>${docker.namespace}/sdc-onboard-backend:${it.docker.version}</name> <alias>sdc-onboard-backend</alias> <run> <dependsOn> @@ -646,7 +646,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-backend-all-plugins:${it.docker.version}</name> + <name>${docker.namespace}/sdc-backend-all-plugins:${it.docker.version}</name> <alias>sdc-backend</alias> <run> <dependsOn> @@ -698,7 +698,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-backend-init:${it.docker.version}</name> + <name>${docker.namespace}/sdc-backend-init:${it.docker.version}</name> <alias>sdc-backend-init</alias> <run> <dependsOn> @@ -728,7 +728,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-frontend:${it.docker.version}</name> + <name>${docker.namespace}/sdc-frontend:${it.docker.version}</name> <alias>sdc-frontend</alias> <run> <env> @@ -774,7 +774,7 @@ limitations under the License. </run> </image> <image> - <name>onap/sdc-simulator:${it.docker.version}</name> + <name>${docker.namespace}/sdc-simulator:${it.docker.version}</name> <alias>sdc-simulator</alias> <run> <env> @@ -860,7 +860,7 @@ limitations under the License. </run> </image> <image> - <name>onap/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version}</name> + <name>${docker.namespace}/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version}</name> <alias>helm-validator</alias> <run> <skip>${it.helm-validator.disabled}</skip> |