From: Michal Ptacek Date: Mon, 24 Jun 2019 12:59:54 +0000 (+0000) Subject: Fixing CI job for aio.sh X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F90380%2F2;p=ci-management.git 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 --- 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