summaryrefslogtreecommitdiffstats
path: root/common/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-03-26 19:18:52 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-03-26 20:31:55 +0000
commit0bc3d7a2e72d7b6c48ccb3e3c4512c592658a9b3 (patch)
tree2eecf68cdacf95366089812432b76c1feeef6895 /common/ci
parentb39f85419d3ebb9d013cc872746f917f018a4918 (diff)
Revert: Blueprint "bp/distributed-serialization"
Until upstream fixes bug [1], partially revert blueprint implementation [2]: - fuel-agent: no-op, we overwrite fuel_bootstrap_cli.yaml anyway; - fuel-library: no-op, keep newly added port config in place; - fuel-web: revert all blueprint related changes; NOTE: When this blueprint becomes part of Fuel@OPNFV, we need to update our "fuel_bootstrap_cli.yaml". [1] https://bugs.launchpad.net/fuel/+bug/1676197 [2] https://review.openstack.org/#/q/topic:bp/ distributed-serialization+status:merged+branch:stable/newton JIRA: FUEL-265 Change-Id: Icf392a3446e5c89c2592d1733bc1f3401b7d69ad Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8b28c44a4be6beef8a71e672f543001bcc0a080f)
Diffstat (limited to 'common/ci')
0 files changed, 0 insertions, 0 deletions
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 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
---
- project:
    name: doctor

    project: '{name}'
    project-name: '{name}'
    project-pattern: '{project}'

    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false
      - gambia: &gambia
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          disabled: false
      - fraser:
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          disabled: false

    installer:
      - 'apex'
      - 'fuel'
      - 'daisy'

    arch:
      - 'x86_64'
      - 'aarch64'

    inspector:
      - 'sample'
      - 'congress'

    exclude:
      - installer: 'apex'
        arch: 'aarch64'
      - installer: 'daisy'
        arch: 'aarch64'
      # disabling the following tests due to limitation of PoD owners
      # these would beenabled again once the PoDs are ready
      - installer: 'fuel'
        arch: 'x86_64'

    jobs:
      - 'doctor-verify-{stream}'
      - 'doctor-verify-fault_management-{installer}-{inspector}-{arch}-{stream}'
      - 'doctor-verify-maintenance-{installer}-{inspector}-{arch}-{stream}'
      - 'doctor-verify-all-{installer}-{inspector}-{arch}-{stream}'

- job-template:
    name: 'doctor-verify-{stream}'
    disabled: '{obj:disabled}'
    project-type: 'multijob'
    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'doctor-slave-parameter'
    scm:
      - git-scm-gerrit
    triggers:
      - 'doctor-verify':
          project: '{project}'
          branch: '{branch}'
          files: 'doctor_tests/**'

    builders:
      - shell: |
         #!/bin/bash
         # we do nothing here as the main stuff will be done
         # in phase jobs
         echo "Triggering phase jobs!"
      - multijob:
          name: 'doctor-verify-sample'
          execution-type: PARALLEL
          projects:
            - name: 'doctor-verify-fault_management-daisy-sample-x86_64-{stream}'
              predefined-parameters: |
                PROJECT=$PROJECT
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
              kill-phase-on: FAILURE
              git-revision: true
            - name: 'doctor-verify-sample-all'
              execution-type: PARALLEL
              projects:
                - name: 'doctor-verify-all-apex-sample-x86_64-{stream}'
                  predefined-parameters: |
                    PROJECT=$PROJECT
                    GERRIT_BRANCH=$GERRIT_BRANCH
                    GERRIT_REFSPEC=$GERRIT_REFSPEC
                    GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                    GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
                  kill-phase-on: FAILURE
                  git-revision: true
      - multijob:
          name: 'doctor-verify-congress'
          execution-type: PARALLEL
          projects:
            - name: 'doctor-verify-fault_management-apex-congress-x86_64-{stream}'
              predefined-parameters: |
                PROJECT=$PROJECT
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
              kill-phase-on: FAILURE
              git-revision: true

- job-template:
    name: 'doctor-verify-fault_management-{installer}-{inspector}-{arch}-{stream}'
    disabled: '{obj:disabled}'
    node: 'doctor-{installer}-{arch}'
    wrappers:
      - ssh-agent-wrapper
      - build-timeout:
          timeout: 30
    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - '{installer}-defaults'
      - 'doctor-slave-parameter'
      - 'doctor-parameter':
          inspector: '{inspector}'
          test_case: 'fault_management'
    scm:
      - git-scm-gerrit
    builders:
      - 'doctor-verify-installer-inspector-builders-macro'
    publishers:
      - 'doctor-verify-publishers-macro'

- job-template:
    name: 'doctor-verify-maintenance-{installer}-{inspector}-{arch}-{stream}'
    disabled: '{obj:disabled}'
    node: 'nokia-pod1'
    wrappers:
      - ssh-agent-wrapper
      - build-timeout:
          timeout: 40
    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - '{installer}-defaults'
      - 'doctor-slave-parameter'
      - 'doctor-parameter':
          inspector: '{inspector}'
          test_case: 'maintenance'
    scm:
      - git-scm-gerrit
    builders:
      - 'doctor-verify-installer-inspector-builders-macro'
    publishers:
      - 'doctor-verify-publishers-macro'

- job-template:
    name: 'doctor-verify-all-{installer}-{inspector}-{arch}-{stream}'
    disabled: '{obj:disabled}'
    node: 'doctor-{installer}-{arch}'
    wrappers:
      - ssh-agent-wrapper
      - build-timeout:
          timeout: 50
    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - '{installer}-defaults'
      - 'doctor-slave-parameter'
      - 'doctor-parameter':
          inspector: '{inspector}'
          test_case: 'all'
    scm:
      - git-scm-gerrit
    builders:
      - 'doctor-verify-installer-inspector-builders-macro'
    publishers:
      - 'doctor-verify-publishers-macro'


# -------------------------------
# parameter macros
# -------------------------------
- parameter:
    name: 'doctor-parameter'
    parameters:
      - string:
          name: INSPECTOR_TYPE
          default: '{inspector}'
          description: 'inspector component'
      - string:
          name: TEST_CASE
          default: '{test_case}'
          description: 'test case: all, fault_management or maintenance'


# -------------------------------
# builder macros
# -------------------------------

- builder:
    name: 'doctor-verify-installer-inspector-builders-macro'
    builders:
      # yamllint disable rule:indentation
      - shell:
          !include-raw:
              - ./doctor-env-presetup.sh
              - ../../utils/fetch_os_creds.sh
      - shell: |
          # prepare the env for test
          source $HOME/opnfv-openrc.sh
          if [ -f $HOME/os_cacert ]; then
              export OS_CACERT=$HOME/os_cacert
          fi
          source $HOME/opnfv-installer.sh

          # run tox to trigger the test
          # As Jenkins user, it has no permission to send ICMP package
          sudo -E tox -e py34


# -------------------------------
# publisher macros
# -------------------------------
- publisher:
    name: 'doctor-verify-publishers-macro'
    publishers:
      - archive:
          artifacts: 'doctor_tests/*.log'
      - email-jenkins-admins-on-failure
      - workspace-cleanup

#####################################
# trigger macros
#####################################
- trigger:
    name: 'doctor-verify'
    triggers:
      - gerrit:
          server-name: 'gerrit.opnfv.org'
          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: '{files}'
          skip-vote:
            successful: true
            failed: true
            unstable: true
            notbuilt: true