From: Fatih Degirmenci Date: Wed, 8 Jan 2020 09:28:24 +0000 (+0100) Subject: cloud-infra: Update engine cache location in jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=108bf4416c670cd871801e4eb4a7f0aa25b52648;p=infra%2Fcicd.git cloud-infra: Update engine cache location in jobs Change-Id: Ibd577fe4d6302ea9c0bbc60235fe985497066484 --- diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index e4d13a7d..d3456d3e 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -575,7 +575,7 @@ description: 'Type of the deployment' - string: name: HEAT_ENVIRONMENT_FILE - default: "file://$WORKSPACE/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/$HEAT_ENVIRONMENT_FILENAME" + default: "file:///opt/engine/.cache/repos/swconfig/scenarios/$DEPLOY_SCENARIO/$INSTALLER_TYPE/role/$DEPLOY_SCENARIO/files/$HEAT_ENVIRONMENT_FILENAME" description: 'Type of the deployment' - string: name: ENGINE_VERSION diff --git a/jjb/cloud-infra/onap-deploy.sh b/jjb/cloud-infra/onap-deploy.sh index b348bbd6..3c210ef3 100644 --- a/jjb/cloud-infra/onap-deploy.sh +++ b/jjb/cloud-infra/onap-deploy.sh @@ -71,5 +71,5 @@ cd $WORKSPACE -s $DEPLOY_SCENARIO -e $HEAT_ENVIRONMENT_FILE cd $WORKSPACE -/bin/cp $WORKSPACE/.cache/config/inventory.ini ../inventory.ini +/bin/cp /opt/engine/.cache/config/inventory.ini ../inventory.ini # vim: set ts=2 sw=2 expandtab: diff --git a/jjb/cloud-infra/scripts/spinnaker-deploy.sh b/jjb/cloud-infra/scripts/spinnaker-deploy.sh index bef1b12a..34e6e1e9 100644 --- a/jjb/cloud-infra/scripts/spinnaker-deploy.sh +++ b/jjb/cloud-infra/scripts/spinnaker-deploy.sh @@ -71,6 +71,6 @@ cd $WORKSPACE -s $DEPLOY_SCENARIO -e $HEAT_ENVIRONMENT_FILE cd $WORKSPACE -/bin/cp $WORKSPACE/.cache/config/inventory.ini ../inventory.ini +/bin/cp /opt/engine/.cache/config/inventory.ini ../inventory.ini # vim: set ts=2 sw=2 expandtab: