From: Fatih Degirmenci Date: Mon, 18 May 2015 18:04:16 +0000 (+0000) Subject: Merge "functest.yml: added "-d" flag to provide debug information copy... X-Git-Tag: arno.2015.1.0~39 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4962fc5397ce2e92b53abf06e2b7beea729d4ff7;hp=bbd75550cb523285f94296940ee417bf07303fd2;p=releng.git Merge "functest.yml: added "-d" flag to provide debug information copy results from functest environment to a permanent directory JIRA: FUNCTEST-7" --- diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index 3d288a7ac..e9f279ed9 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -190,6 +190,13 @@ - project: 'genesis-fuel-deploy-virtual' git-revision: true block: false + - trigger-builds: + - project: 'genesis-fuel-deploy' + git-revision: true + block: true + - trigger-builds: + - project: 'functest-opnfv-jump-1' + block: true - job-template: name: 'genesis-fuel-build' @@ -226,7 +233,7 @@ project-type: freestyle - disabled: true + disabled: false node: opnfv-jump-1 @@ -235,6 +242,10 @@ project: '{project}' - fuel-parameter: installer: '{installer}' + - string: + name: GIT_BASE + default: ssh://gerrit.opnfv.org:29418/$PROJECT + description: "POD1 has some issues with cloning using https so that's why GIT_BASE is overriden here again." scm: - git-scm: @@ -280,7 +291,6 @@ artifactNumToKeep: -1 builders: - - 'fuel-download-artifact' - 'fuel-deploy-virtual' ######################## @@ -376,7 +386,7 @@ export TOPDIR=$WORKSPACE/fuel/prototypes/auto-deploy # log info to console - echo "Startint the deployment using $INSTALLER. This could take some time..." + echo "Starting the deployment using $INSTALLER. This could take some time..." echo "--------------------------------------------------------" echo @@ -397,7 +407,7 @@ set -o pipefail # log info to console - echo "Startint the deployment on virtual environment using $INSTALLER. This could take some time..." + echo "Starting the deployment on virtual environment using $INSTALLER. This could take some time..." echo "--------------------------------------------------------" echo @@ -448,7 +458,7 @@ echo # get the latest.properties file in order to get info regarding latest artifact - gsutil cp gs://$GS_URL/latest.properties $WORKSPACE/latest.properties + curl -s -o $WORKSPACE/latest.properties http://$GS_URL/latest.properties # check if we got the file [[ -f latest.properties ]] || exit 1 @@ -457,7 +467,7 @@ source latest.properties # download the file - gsutil cp gs://$OPNFV_ARTIFACT_URL $WORKSPACE/opnfv.iso + curl -s -o $WORKSPACE/opnfv.iso http://$OPNFV_ARTIFACT_URL > gsutil.iso.log 2>&1 # list the file ls -al $WORKSPACE/opnfv.iso