Fix CSIT JJB template to pull integration repo
Change-Id: I6a37bd4d3c0ac3fb08e5f8f3b1664cffaa318102
Issue-id: INT-61
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index f12bcfb..4018309 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}'