X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgenesis%2Fgenesis-fuel.yml;h=9f00e5ded73f6d8b020af6fe8202b31917057397;hb=9a9f6301041933e7058a5fa23cb805a419fb158d;hp=c9018750d9157701d2600d5b8cb71a16ad0f7420;hpb=125641406f2f56dc793d881c5bfe3b71d5eeaf68;p=releng.git diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index c9018750d..9f00e5ded 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -1,34 +1,50 @@ -# this is the job configuration for bgs +######################## +# Job configuration for genesis/fuel +######################## - project: name: genesis-fuel - installer: - - fuel + project: 'genesis' + + installer: 'fuel' + jobs: - - 'genesis-fuel-verify' + - 'genesis-fuel-verify-{stream}' - 'genesis-fuel-merge' - 'genesis-fuel-daily-{stream}' + - 'genesis-fuel-build-{stream}' + - 'genesis-fuel-deploy-{stream}' + - 'genesis-fuel-deploy-virtual-master' - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: branch with - in place of / (eg. stable-arno) + # branch: branch (eg. stable/arno) stream: - master: branch: 'master' - - project: 'genesis' + gs-pathname: '' + - stable-arno: + branch: 'stable/arno' + gs-pathname: '/arno' ######################## # job templates ######################## - job-template: - name: 'genesis-fuel-verify' + name: 'genesis-fuel-verify-{stream}' project-type: freestyle node: ericsson-build + concurrent: true + + properties: + - throttle: + enabled: true + max-total: 3 + logrotate: daysToKeep: 30 numToKeep: 10 @@ -36,28 +52,13 @@ artifactNumToKeep: -1 parameters: - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/genesis - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." - - string: - name: GS_URL - default: 'artifacts.opnfv.org/genesis/fuel' - description: "URL to Google Storage." - - string: - name: BUILD_DIRECTORY - default: $WORKSPACE/build_output - description: "Directory where the build artifact will be located upon the completion of the build." - - string: - name: CACHE_DIRECTORY - default: $HOME/opnfv/cache/genesis-fuel - description: "Cache location that is where the cache is populated and used during builds to reduce the build time." - - string: - name: ARTIFACT_VERSION - default: $BUILD_ID - description: "Version number to append to resulting ISO." + - project-parameter: + project: '{project}' - gerrit-parameter: - branch: 'master' + branch: '{branch}' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '{gs-pathname}' scm: - gerrit-trigger-scm: @@ -86,29 +87,30 @@ project-pattern: 'genesis' branches: - branch-compare-type: 'ANT' - branch-pattern: '**/master' + branch-pattern: '**/{branch}' file-paths: - compare-type: ANT pattern: 'common/**' - compare-type: ANT - pattern: 'fuel/**' - + pattern: '{installer}/**' builders: - - 'installer-build' - - 'installer-cleanup' + - 'fuel-build' - job-template: name: 'genesis-fuel-merge' - # builder-merge job to run JJB update - # - # This job's purpose is to update all the JJB - project-type: freestyle node: ericsson-build + concurrent: true + + properties: + - throttle: + enabled: true + max-total: 2 + logrotate: daysToKeep: 30 numToKeep: 40 @@ -116,28 +118,13 @@ artifactNumToKeep: 5 parameters: - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/genesis - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." - - string: - name: GS_URL - default: 'artifacts.opnfv.org/genesis/fuel' - description: "URL to Google Storage." - - string: - name: BUILD_DIRECTORY - default: $WORKSPACE/build_output - description: "Directory where the build artifact will be located upon the completion of the build." - - string: - name: CACHE_DIRECTORY - default: $HOME/opnfv/cache/genesis-fuel - description: "Cache location that is where the cache is populated and used during builds to reduce the build time." - - string: - name: ARTIFACT_VERSION - default: $BUILD_ID - description: "Version number to append to resulting ISO." + - project-parameter: + project: '{project}' - gerrit-parameter: branch: 'master' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '' scm: - gerrit-trigger-scm: @@ -165,11 +152,10 @@ - compare-type: ANT pattern: 'common/**' - compare-type: ANT - pattern: 'fuel/**' + pattern: '{installer}/**' builders: - - 'installer-build' - - 'installer-cleanup' + - 'fuel-build' - job-template: name: 'genesis-fuel-daily-{stream}' @@ -178,46 +164,133 @@ node: ericsson-build + disabled: false + + triggers: + - 'fuel-{stream}' + parameters: + - project-parameter: + project: '{project}' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '{gs-pathname}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + logrotate: + daysToKeep: 30 + numToKeep: 10 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + + builders: + - trigger-builds: + - project: 'genesis-fuel-build-{stream}' + git-revision: true + block: true + - trigger-builds: + - project: 'genesis-fuel-deploy-{stream}' + git-revision: true + block: true + - trigger-builds: + - project: 'functest-opnfv-jump-1' + block: true + - trigger-builds: + - project: 'yardstick-opnfv-jump-1' + block: true + +- job-template: + name: 'genesis-fuel-build-{stream}' + + project-type: freestyle + + node: ericsson-build + + logrotate: + daysToKeep: 30 + numToKeep: 10 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + + parameters: + - project-parameter: + project: '{project}' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '{gs-pathname}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + builders: + - 'fuel-build' + - 'fuel-upload-artifact' + +- job-template: + name: 'genesis-fuel-deploy-{stream}' + + project-type: freestyle + + disabled: false + + node: opnfv-jump-1 + + parameters: + - project-parameter: + project: '{project}' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '{gs-pathname}' - string: name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/genesis - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." - - string: - name: GERRIT_BRANCH - default: origin/master - description: "Branch to build, deploy and test." - - string: - name: GERRIT_REFSPEC - default: refs/heads/master - description: "Refspec to retrieve." - - string: - name: GS_URL - default: 'artifacts.opnfv.org/genesis/fuel' - description: "URL to Google Storage." - - string: - name: BUILD_DIRECTORY - default: $WORKSPACE/build_output - description: "Directory where the build artifact will be located upon the completion of the build." - - string: - name: CACHE_DIRECTORY - default: $HOME/opnfv/cache/genesis-fuel - description: "Cache location that is where the cache is populated and used during builds to reduce the build time." - - string: - name: ARTIFACT_VERSION - default: $BUILD_ID - description: "Version number to append to resulting ISO." + 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: - skip-tag: true - url: $GIT_BASE - branches: - - $GERRIT_BRANCH - refspec: $GERRIT_REFSPEC + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' - triggers: - - pollscm: '@midnight' + logrotate: + daysToKeep: 30 + numToKeep: 10 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + + builders: + - 'fuel-download-artifact' + - 'fuel-deploy' + +- job-template: + name: 'genesis-fuel-deploy-virtual-master' + + project-type: freestyle + + disabled: false + + node: ericsson-build + + parameters: + - project-parameter: + project: '{project}' + - fuel-parameter: + installer: '{installer}' + gs-pathname: '' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: master logrotate: daysToKeep: 30 @@ -226,131 +299,177 @@ artifactNumToKeep: -1 builders: - - 'installer-build' - - 'installer-upload-artifact' - - 'installer-download-artifact' - - 'installer-deploy' - - 'installer-test' - - 'installer-cleanup' + - 'fuel-deploy-virtual' +######################## +# parameter macros +######################## +- parameter: + name: fuel-parameter + parameters: + - string: + name: INSTALLER + default: '{installer}' + description: "Installer to use." + - string: + name: BUILD_DIRECTORY + default: $WORKSPACE/build_output + description: "Directory where the build artifact will be located upon the completion of the build." + - string: + name: CACHE_DIRECTORY + default: $HOME/opnfv/cache/genesis-$INSTALLER + description: "Directory where the cache to be used during the build is located." + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + - string: + name: GS_URL + default: artifacts.opnfv.org/$PROJECT/$INSTALLER{gs-pathname} + description: "URL to Google Storage." +######################## +# builder macros +######################## - builder: - name: installer-build + name: 'fuel-build' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x - # set/create the cache location + # log info to console + echo "Starting the build of $INSTALLER. This could take some time..." + echo "--------------------------------------------------------" + echo + + # create the cache directory if it doesn't exist [[ -d $CACHE_DIRECTORY ]] || mkdir -p $CACHE_DIRECTORY - # do the build - cd $WORKSPACE/fuel/ci - ./build.sh -v $ARTIFACT_VERSION -c file://$CACHE_DIRECTORY $BUILD_DIRECTORY + # set OPNFV_ARTIFACT_VERSION + export OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S") + + # start the build + cd $WORKSPACE/$INSTALLER/ci + ./build.sh -v $OPNFV_ARTIFACT_VERSION -c file://$CACHE_DIRECTORY $BUILD_DIRECTORY # list the build artifacts ls -al $BUILD_DIRECTORY + # save information regarding artifact into file + ( + echo "OPNFV_ARTIFACT_VERSION=$OPNFV_ARTIFACT_VERSION" + echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)" + echo "OPNFV_GIT_SHA1=$(git rev-parse HEAD)" + echo "OPNFV_ARTIFACT_URL=$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso" + echo "OPNFV_ARTIFACT_MD5SUM=$(md5sum $BUILD_DIRECTORY/opnfv-$OPNFV_ARTIFACT_VERSION.iso | cut -d' ' -f1)" + echo "OPNFV_BUILD_URL=$BUILD_URL" + ) > $WORKSPACE/opnfv.properties + + echo + echo "--------------------------------------------------------" + echo "Done!" + - builder: - name: installer-deploy + name: 'fuel-deploy' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x - - # we should have the artifact itself downloaded by now - # look if it is there - if [ -f $WORKSPACE/opnfv.iso ]; then - echo "Artifact fetched!" - ls -al $WORKSPACE/opnfv.iso - else - echo "Artifact does not exist!" - exit 1 - fi - - # we should have the artifact properties file downloaded by now - # look if it is there - if [ -f $WORKSPACE/latest.properties ]; then - echo "Artifact properties file fetched!" - ls -al $WORKSPACE/latest.properties - else - echo "Artifact properties file does not exist!" - exit 1 - fi # source the file so we get OPNFV vars - source $WORKSPACE/latest.properties + source latest.properties + + # echo the info about artifact that is used during the deployment + echo "Using $(echo $OPNFV_ARTIFACT_URL | cut -d'/' -f4) for deployment" - # log the info - echo "Proceeding with deployment using ISO downloaded from below URL" - echo "$OPNFV_ARTIFACT_URL" - echo "This artifact was built using $OPNFV_GIT_SHA1 version of repo $OPNFV_GIT_URL" + # create TMPDIR if it doesn't exist + export TMPDIR=$HOME/tmpdir + [[ -d $TMPDIR ]] || mkdir -p $TMPDIR - # execute deploy.sh - echo "Here is where we are supposed to issue deploy.sh" + # change permissions down to TMPDIR + chmod a+x $HOME + chmod a+x $TMPDIR + + # set TOPDIR + export TOPDIR=$WORKSPACE/fuel/prototypes/auto-deploy + + # log info to console + echo "Starting the deployment using $INSTALLER. This could take some time..." + echo "--------------------------------------------------------" + echo + + # start the deployment + echo "Issuing command" + echo "sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea_no-ha.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml" + sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea_no-ha.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml + + echo + echo "--------------------------------------------------------" + echo "Done!" - builder: - name: installer-test + name: 'fuel-deploy-virtual' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x - # run FuncTest - echo "Here is where we are supposed to run FuncTest" + # log info to console + echo "Starting the deployment on virtual environment using $INSTALLER. This could take some time..." + echo "--------------------------------------------------------" + echo + + ssh -o BatchMode=yes -o TCPKeepAlive=yes cideploy@10.118.34.205 ./cideploy.sh + + echo + echo "--------------------------------------------------------" + echo "Done!" - builder: - name: installer-upload-artifact + name: 'fuel-upload-artifact' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x - # change the build directory where ISO is created - cd $BUILD_DIRECTORY + # log info to console + echo "Uploading the $INSTALLER artifact. This could take some time..." + echo "--------------------------------------------------------" + echo - # save information regarding artifact into file - ( - echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)" - echo "OPNFV_GIT_SHA1=$(git rev-parse HEAD)" - echo "OPNFV_ARTIFACT_URL=$GS_URL/opnfv-$ARTIFACT_VERSION.iso" - echo "OPNFV_BUILD_URL=$BUILD_URL" - echo "OPNFV_BUILD=OK" - ) > opnfv-$ARTIFACT_VERSION.properties - - # copy artifact property file as latest.properties - # so we can directly get info regarding latest artifact - /bin/cp -f opnfv-$ARTIFACT_VERSION.properties latest.properties + # source the opnfv.properties to get ARTIFACT_VERSION + source $WORKSPACE/opnfv.properties # upload artifact and additional files to google storage - gsutil cp opnfv-$ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$ARTIFACT_VERSION.iso - gsutil cp opnfv-$ARTIFACT_VERSION.properties gs://$GS_URL/opnfv-$ARTIFACT_VERSION.properties - gsutil cp latest.properties gs://$GS_URL/latest.properties + gsutil cp $BUILD_DIRECTORY/opnfv-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso > gsutil.iso.log 2>&1 + gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1 + gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/latest.properties > gsutil.latest.log 2>&1 + + echo + echo "--------------------------------------------------------" + echo "Done!" + echo "Artifact is available as http://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso" - builder: - name: installer-download-artifact + name: 'fuel-download-artifact' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x # 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 @@ -358,21 +477,43 @@ # source the file so we get OPNFV vars source latest.properties + # log info to console + echo "Downloading the $INSTALLER artifact using URL http://$OPNFV_ARTIFACT_URL" + echo "This could take some time..." + echo "--------------------------------------------------------" + echo + # 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 + echo + echo "--------------------------------------------------------" + echo "Done!" + - builder: - name: installer-cleanup + name: 'fuel-workspace-cleanup' builders: - shell: | #!/bin/bash set -o errexit set -o nounset set -o pipefail - set -x # delete everything that is in $WORKSPACE /bin/rm -rf $WORKSPACE + +######################## +# trigger macros +######################## +- trigger: + name: 'fuel-master' + triggers: + - pollscm: '0 21 * * *' + +- trigger: + name: 'fuel-stable-arno' + triggers: + - pollscm: '0 3 * * *'