- project: name: 'fuel-verify-jobs' project: 'fuel' installer: 'fuel' ##################################### # branch definitions ##################################### stream: - master: branch: '{stream}' gs-pathname: '' disabled: false - colorado: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false ##################################### # patch verification phases ##################################### phase: - 'basic': slave-label: 'opnfv-build' - 'build': slave-label: 'opnfv-build-ubuntu' - 'deploy-virtual': slave-label: 'opnfv-build' - 'smoke-test': slave-label: 'opnfv-build' ##################################### # jobs ##################################### jobs: - 'fuel-verify-{stream}' - 'fuel-verify-{phase}-{stream}' ##################################### # job templates ##################################### - job-template: name: 'fuel-verify-{stream}' project-type: multijob disabled: '{obj:disabled}' concurrent: true properties: - throttle: enabled: true max-total: 4 option: 'project' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' wrappers: - ssh-agent-credentials: users: - '{ssh-credentials}' - timeout: timeout: 360 fail: true triggers: - gerrit: trigger-on: - patchset-created-event: exclude-drafts: 'false' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' - draft-published-event - comment-added-contains-event: comment-contains-value: 'recheck' - comment-added-contains-event: comment-contains-value: 'reverify' projects: - project-compare-type: 'ANT' project-pattern: '{project}' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' file-paths: - compare-type: ANT pattern: 'ci/**' - compare-type: ANT pattern: 'build/**' - compare-type: ANT pattern: 'deploy/**' forbidden-file-paths: - compare-type: ANT pattern: 'docs/**' readable-message: true parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: '{branch}' - 'opnfv-build-defaults' - 'fuel-verify-defaults': gs-pathname: '{gs-pathname}' builders: - description-setter: description: "Built on $NODE_NAME" - multijob: name: basic condition: SUCCESSFUL projects: - name: 'fuel-verify-basic-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH GERRIT_REFSPEC=$GERRIT_REFSPEC GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE node-parameters: false kill-phase-on: FAILURE abort-all-job: true - multijob: name: build condition: SUCCESSFUL projects: - name: 'fuel-verify-build-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH GERRIT_REFSPEC=$GERRIT_REFSPEC GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE node-parameters: false kill-phase-on: FAILURE abort-all-job: true - multijob: name: deploy-virtual condition: SUCCESSFUL projects: - name: 'fuel-verify-deploy-virtual-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH GERRIT_REFSPEC=$GERRIT_REFSPEC GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE node-parameters: false kill-phase-on: FAILURE abort-all-job: true - multijob: name: smoke-test condition: SUCCESSFUL projects: - name: 'fuel-verify-smoke-test-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH GERRIT_REFSPEC=$GERRIT_REFSPEC GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE node-parameters: false kill-phase-on: FAILURE abort-all-job: true - job-template: name: 'fuel-verify-{phase}-{stream}' disabled: '{obj:disabled}' concurrent: true properties: - throttle: enabled: true max-total: 6 option: 'project' - build-blocker: use-build-blocker: true blocking-jobs: - 'fuel-verify-deploy-.*' - 'fuel-verify-test-.*' block-level: 'NODE' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' wrappers: - ssh-agent-credentials: users: - '{ssh-credentials}' - timeout: timeout: 360 fail: true parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: '{branch}' - '{slave-label}-defaults' - '{installer}-defaults' - 'fuel-verify-defaults': gs-pathname: '{gs-pathname}' builders: - description-setter: description: "Built on $NODE_NAME" - '{project}-verify-{phase}-macro' ##################################### # builder macros ##################################### - builder: name: 'fuel-verify-basic-macro' builders: - shell: | #!/bin/bash echo "Not activated!" - builder: name: 'fuel-verify-build-macro' builders: - shell: !include-raw: ./fuel-build.sh - shell: !include-raw: ./fuel-workspace-cleanup.sh - builder: name: 'fuel-verify-deploy-virtual-macro' builders: - shell: | #!/bin/bash echo "Not activated!" - builder: name: 'fuel-verify-smoke-test-macro' builders: - shell: | #!/bin/bash echo "Not activated!" ##################################### # parameter macros ##################################### - parameter: name: 'fuel-verify-defaults' parameters: - 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/$INSTALLER_TYPE description: "Directory where the cache to be used during the build is located." - string: name: GS_URL default: artifacts.opnfv.org/$PROJECT{gs-pathname} description: "URL to Google Storage."