From: Fiete Ostkamp Date: Thu, 19 Mar 2026 08:13:01 +0000 (+0100) Subject: Improve pipeline execution time X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F143631%2F8;p=sdc.git Improve pipeline execution time - use 2 threads to build maven modules (instead of a single thread) - increase container startup timeout since they now take a bit longer to come up - declare missing dependency of the swagger-ui module on the onboarding war file Issue-ID: SDC-4812 Change-Id: I26f1bd1d45b2d97d0e94da86fd892af8ed9530ea Signed-off-by: Fiete Ostkamp --- diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000000..4c30904aa3 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +-T 2 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 77f9e65170..cf4e848acf 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -65,6 +65,13 @@ limitations under the License. + + org.openecomp.sdc + openecomp-sdc-docker-backend + ${project.version} + pom + provided + ch.qos.logback logback-classic @@ -1141,7 +1148,7 @@ limitations under the License. - + sdc-FE direct diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index c6f14dec45..27ccd68459 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -12,6 +12,13 @@ ../../ + + org.openecomp.sdc.onboarding + onboarding-be + ${project.version} + pom + provided + org.openecomp.sdc catalog-be