From 5be849a5bbde5d17c13e6f5fe4e9983975d8e2a5 Mon Sep 17 00:00:00 2001 From: ebo Date: Mon, 2 Mar 2020 16:52:38 +0000 Subject: [PATCH] Fix project-name for netconf-pnp-simulator; fix timeout - Needed to make the integration tab in Jenkins to display it - Timeout reduced to 20 min Issue-ID: INT-1124 Signed-off-by: ebo Change-Id: If37c143193d4a22c87ba725b3e3847328df84a62 --- jjb/integration/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index c7564f487..eba9b1713 100644 --- a/jjb/integration/integration.yaml +++ b/jjb/integration/integration.yaml @@ -74,7 +74,7 @@ branch: 'master' # Required by verifier mvn-settings: 'integration-settings' - project-name: 'netconf-pnp-simulator' + project-name: 'integration-netconf-pnp-simulator' gerrit_trigger_file_paths: - compare-type: ANT pattern: 'test/mocks/netconf-pnp-simulator/engine/**' @@ -82,7 +82,7 @@ docker-root: test/mocks/netconf-pnp-simulator/engine container-tag-method: yaml-file build-node: centos7-docker-8c-8g - build-timeout: 1000 + build-timeout: 20 jobs: - gerrit-docker-verify - gerrit-docker-merge -- 2.16.6