aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/network.sh
diff options
context:
space:
mode:
authorJustin-chi <chigang@huawei.com>2016-01-23 10:49:39 +0800
committerJustin chi <chigang@huawei.com>2016-01-23 05:13:24 +0000
commite921e659f330c7ce4fb28b2e717bd6889efbbd9c (patch)
treeb8f7d11549a696868bdd46b1b9ca53746a02e479 /deploy/network.sh
parent5ce75aa4896cc147aa73c2412f10171eead3c1a3 (diff)
Modify build.conf for Brahmaputra release
reorganize build.config for Brahmaputra. reduce the size of ISO release. Change-Id: Ibaa11958782b5705e3a371c8b55942cd6a6ba5d2 Signed-off-by: Justin-chi <chigang@huawei.com> (cherry picked from commit 5ebe48585f488eef6e432e6bc1298ecaf9f60557)
Diffstat (limited to 'deploy/network.sh')
0 files changed, 0 insertions, 0 deletions
'n162' href='#n162'>162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
- project:
    name: 'fuel-plugin-verify-jobs'

    project: 'fuel-plugin'

    installer: 'fuel'
#####################################
# branch definitions
#####################################
    stream:
        - master:
            upstream-branch: '{stream}'
            opnfv-branch: 'experimental'
            gs-pathname: ''
            disabled: false
#####################################
# patch verification phases
#####################################
    phase:
        - 'build':
            slave-label: 'opnfv-build-ubuntu'
        - 'test':
            slave-label: 'opnfv-build-ubuntu'
#####################################
# jobs
#####################################
    jobs:
        - 'fuel-verify-plugin-{stream}'
        - 'fuel-verify-plugin-{phase}-{stream}'
#####################################
# job templates
#####################################
- job-template:
    name: 'fuel-verify-plugin-{stream}'

    project-type: multijob

    disabled: '{obj:disabled}'

    concurrent: true

    properties:
        - throttle:
            enabled: true
            max-total: 4
            option: 'project'

    parameters:
        - project-parameter:
            project: '{project}'
        - gerrit-parameter:
            branch: '{upstream-branch}'
            description: 'OpenStack branch to use'
        - string:
            name: OPNFV_BRANCH
            default: '{opnfv-branch}'
            description: 'OPNFV branch to use'
        - 'opnfv-build-defaults'
        - 'fuel-verify-plugin-defaults':
            gs-pathname: '{gs-pathname}'

    scm:
        - git:
            url: 'https://git.openstack.org/$GERRIT_PROJECT'
            refspec: '$GERRIT_REFSPEC'
            branches:
                - 'origin/$GERRIT_BRANCH'
            skip-tag: true
            choosing-strategy: 'gerrit'
            timeout: 10
            wipe-workspace: true

    wrappers:
        - ssh-agent-credentials:
            users:
                - '{ssh-credentials}'
        - timeout:
            timeout: 360
            fail: true

    triggers:
        - gerrit:
            server-name: 'review.openstack.org'
            silent-start: false
            skip-vote:
                successful: true
                failed: true
                unstable: true
                notbuilt: true
            escape-quotes: true
            trigger-on:
                - patchset-created-event:
                    exclude-drafts: 'false'
                    exclude-trivial-rebase: 'false'
                    exclude-no-code-change: 'false'
                - comment-added-contains-event:
                    comment-contains-value: 'recheck'
                - comment-added-contains-event:
                    comment-contains-value: 'reverify'
            projects:
              - project-compare-type: 'PLAIN'
                project-pattern: 'openstack/fuel-plugin-bgpvpn'
                branches:
                  - branch-compare-type: 'ANT'
                    branch-pattern: '**/{upstream-branch}'
                forbidden-file-paths:
                  - compare-type: ANT
                    pattern: 'README.md|.gitignore|.gitreview'
              - project-compare-type: 'PLAIN'
                project-pattern: 'openstack/fuel-plugin-onos'
                branches:
                  - branch-compare-type: 'ANT'
                    branch-pattern: '**/{upstream-branch}'
                forbidden-file-paths:
                  - compare-type: ANT
                    pattern: 'README.md|.gitignore|.gitreview'
            readable-message: true

    builders:
        - description-setter:
            description: "Built on $NODE_NAME"
        - multijob:
            name: build
            condition: SUCCESSFUL
            projects:
                - name: 'fuel-verify-plugin-build-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    GERRIT_PROJECT=$GERRIT_PROJECT
                    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: test
            condition: SUCCESSFUL
            projects:
                - name: 'fuel-verify-plugin-test-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    GERRIT_PROJECT=$GERRIT_PROJECT
                    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-plugin-{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-plugin-test-.*'
            block-level: 'NODE'

    parameters:
        - project-parameter:
            project: '{project}'
        - gerrit-parameter:
            branch: '{upstream-branch}'
            description: 'OpenStack branch to use'
        - string:
            name: OPNFV_BRANCH
            default: '{opnfv-branch}'
            description: 'OPNFV branch to use'
        - '{slave-label}-defaults'
        - '{installer}-defaults'
        - 'fuel-verify-plugin-defaults':
            gs-pathname: '{gs-pathname}'

    scm:
        - git:
            url: 'https://git.openstack.org/$GERRIT_PROJECT'
            refspec: '$GERRIT_REFSPEC'
            branches:
                - 'origin/$GERRIT_BRANCH'
            skip-tag: true
            choosing-strategy: 'gerrit'
            timeout: 10
            wipe-workspace: true

    wrappers:
        - ssh-agent-credentials:
            users:
                - '{ssh-credentials}'
        - timeout:
            timeout: 360
            fail: true

    builders:
        - description-setter:
            description: "Built on $NODE_NAME"
        - 'fuel-verify-plugin-{phase}-macro'
#####################################
# builder macros
#####################################
- builder:
    name: 'fuel-verify-plugin-build-macro'
    builders:
        - shell:
            !include-raw: ./fuel-plugin-build.sh

- builder:
    name: 'fuel-verify-plugin-test-macro'
    builders:
        - shell:
            !include-raw: ./fuel-plugin-test.sh
#####################################
# parameter macros
#####################################
- parameter:
    name: 'fuel-verify-plugin-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."