From dc7a7c1a40ba23bf5f00b698304489bb09b8ffa5 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 8 Aug 2017 07:49:05 -0700 Subject: Fix CSIT JJB template to pull integration repo Change-Id: I6a37bd4d3c0ac3fb08e5f8f3b1664cffaa318102 Issue-id: INT-61 Signed-off-by: Gary Wu --- jjb/integration/integration-templates-csit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb/integration/integration-templates-csit.yaml') diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index f12bcfbec..4018309d9 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -9,12 +9,12 @@ properties: - lf-infra-properties: - project: '{project-name}' + project: 'integration' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: '{project-name}' + project: 'integration' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -63,12 +63,12 @@ properties: - lf-infra-properties: - project: '{project-name}' + project: 'integration' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: '{project-name}' + project: 'integration' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' -- cgit 1.2.3-korg