summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-06-24 12:59:54 +0000
committerSamuli Silvius <s.silvius@partner.samsung.com>2019-06-24 13:53:36 +0000
commita0af7fbcb3f7188fa90a4bcaeae6eac47cd5bbde (patch)
tree2a5113c1bc6fd46beb7ac8093718b8e6c8b1ba5d
parent85d5dd0def4be3bfa22cdc5523fb858f8d012566 (diff)
Fixing CI job for aio.sh
Need to add SCM handling to get k8s repo cloned. Furthermore script name now mismatch with wrapper script in multicloud/k8s. Change-Id: Ia11d50eac9a219d78353e2519f93765cefcb4ef6 Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
-rw-r--r--jjb/global-templates-c.yaml13
-rw-r--r--jjb/multicloud/kud-deployment.sh2
2 files changed, 14 insertions, 1 deletions
diff --git a/jjb/global-templates-c.yaml b/jjb/global-templates-c.yaml
index 50952b393..38a06ce34 100644
--- a/jjb/global-templates-c.yaml
+++ b/jjb/global-templates-c.yaml
@@ -112,6 +112,19 @@
node: '{build-node}'
type: freestyle
+ parameters:
+ - lf-infra-parameters:
+ branch: '{branch}'
+ project: '{project}'
+ stream: '{stream}'
+ lftools-version: '{lftools-version}'
+
+ scm:
+ - gerrit-trigger-scm:
+ refspec: '$GERRIT_REFSPEC'
+ submodule-recursive: '{submodule-recursive}'
+ choosing-strategy: 'gerrit'
+
triggers:
- timed: '00 */6 * * *'
diff --git a/jjb/multicloud/kud-deployment.sh b/jjb/multicloud/kud-deployment.sh
index c72009839..937e6c3fc 100644
--- a/jjb/multicloud/kud-deployment.sh
+++ b/jjb/multicloud/kud-deployment.sh
@@ -5,4 +5,4 @@ set -x -e -o pipefail
# run all-in-one deployment
cd ./kud/ci
-sudo bash -x ./ci-kud-installer.sh
+sudo bash -x ./kud-installer.sh