summaryrefslogtreecommitdiffstats
path: root/jjb/kvmfornfv/kvmfornfv.yaml
blob: ad497e97da2c98352e192f2906a6bf519bec9b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
##############################################################################
# Copyright (c) 2016 ZTE Corporation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
name: ssl
description: a Secure Sockets Layer performance benchmarking
workloads:
  - aes_128_cbc: [512, 1024, 2048, 4096]
  - rsa_sig: [16, 64, 256, 1024, 8192]
268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
---
- project:
    name: kvmfornfv

    project: '{name}'

    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false
      - euphrates:
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          disabled: true
    #####################################
    # patch verification phases
    #####################################
    phase:
      - 'build':
          slave-label: 'opnfv-build-ubuntu'
      - 'test':
          slave-label: 'intel-pod10'
    #####################################
    # patch verification phases
    #####################################
    testname:
      - 'cyclictest'
      - 'packet_forward'
      - 'livemigration'
    #####################################
    # patch verification phases
    #####################################
    jobs:
      - 'kvmfornfv-verify-{stream}'
      - 'kvmfornfv-verify-{phase}-{stream}'
      - 'kvmfornfv-merge-{stream}'
      - 'kvmfornfv-daily-{stream}'
      - 'kvmfornfv-daily-build-{stream}'
      - 'kvmfornfv-{testname}-daily-test-{stream}'

#####################################
# job templates
#####################################
- job-template:
    name: 'kvmfornfv-verify-{stream}'

    project-type: multijob

    disabled: '{obj:disabled}'

    concurrent: true

    properties:
      - logrotate-default
      - throttle:
          enabled: true
          max-total: 3
          option: 'project'

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'opnfv-build-ubuntu-defaults'

    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}'
              disable-strict-forbidden-file-verification: 'true'
              forbidden-file-paths:
                - compare-type: ANT
                  pattern: 'docs/**'

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - multijob:
          name: build
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-verify-build-{stream}'
              current-parameters: false
              predefined-parameters: |
                BRANCH=$BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
              node-parameters: false
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: test
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-verify-test-{stream}'
              current-parameters: false
              predefined-parameters: |
                BRANCH=$BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
              node-parameters: false
              kill-phase-on: FAILURE
              abort-all-job: true

- job-template:
    name: 'kvmfornfv-verify-{phase}-{stream}'

    disabled: '{obj:disabled}'

    concurrent: true

    scm:
      - git-scm-gerrit

    wrappers:
      - ssh-agent-wrapper
      - timeout:
          timeout: 360
          fail: true

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - '{slave-label}-defaults'
      - 'kvmfornfv-defaults':
          gs-pathname: '{gs-pathname}'
      - string:
          name: PHASE
          default: '{phase}'
          description: "Execution of kvmfornfv daily '{phase}' job ."

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - '{project}-verify-{phase}-macro'

- job-template:
    name: 'kvmfornfv-merge-{stream}'

    disabled: '{obj:disabled}'

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'opnfv-build-ubuntu-defaults'
      - 'kvmfornfv-defaults':
          gs-pathname: '{gs-pathname}'

    scm:
      - git-scm

    triggers:
      - gerrit:
          server-name: 'gerrit.opnfv.org'
          trigger-on:
            - change-merged-event
            - comment-added-contains-event:
                comment-contains-value: 'remerge'
          projects:
            - project-compare-type: 'ANT'
              project-pattern: '{project}'
              branches:
                - branch-compare-type: 'ANT'
                  branch-pattern: '**/{branch}'

    builders:
      - shell:
          !include-raw: ./kvmfornfv-build.sh

- job-template:
    name: 'kvmfornfv-daily-{stream}'

    project-type: multijob

    disabled: '{obj:disabled}'

    concurrent: false

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'opnfv-build-ubuntu-defaults'
      - 'kvmfornfv-defaults':
          gs-pathname: '{gs-pathname}'

    scm:
      - git-scm

    triggers:
      - timed: '@midnight'

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - multijob:
          name: cyclictest-build
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-daily-build-{stream}'
              current-parameters: false
              node-parameters: false
              git-revision: true
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: cyclictest-test
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-cyclictest-daily-test-{stream}'
              current-parameters: false
              node-parameters: false
              git-revision: true
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: packetforward-test
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-packet_forward-daily-test-{stream}'
              current-parameters: false
              node-parameters: false
              git-revision: true
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: livemigration-test
          condition: SUCCESSFUL
          projects:
            - name: 'kvmfornfv-livemigration-daily-test-{stream}'
              current-parameters: false
              node-parameters: false
              git-revision: true
              kill-phase-on: FAILURE
              abort-all-job: true

- job-template:
    name: 'kvmfornfv-daily-build-{stream}'

    disabled: '{obj:disabled}'

    concurrent: false

    scm:
      - git-scm

    wrappers:
      - ssh-agent-wrapper
      - timeout:
          timeout: 360
          fail: true
    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'opnfv-build-ubuntu-defaults'
      - 'kvmfornfv-defaults':
          gs-pathname: '{gs-pathname}'
      - string:
          name: PHASE
          default: 'build'
          description: "Execution of kvmfornfv daily 'build' job ."

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - '{project}-daily-build-macro'

- job-template:
    name: 'kvmfornfv-{testname}-daily-test-{stream}'

    disabled: '{obj:disabled}'

    concurrent: false

    scm:
      - git-scm

    wrappers:
      - ssh-agent-wrapper
      - timeout:
          timeout: 360
          fail: true

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'intel-pod10-defaults'
      - 'kvmfornfv-defaults':
          gs-pathname: '{gs-pathname}'
      - string:
          name: TEST_NAME
          default: '{testname}'
          description: "Daily job to execute kvmfornfv '{testname}' testcase."
      - string:
          name: PHASE
          default: 'test'
          description: "Execution of kvmfornfv daily 'test' job ."

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - '{project}-{testname}-daily-test-macro'

#####################################
# builder macros
#####################################
- builder:
    name: 'kvmfornfv-verify-build-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-build.sh
      - shell:
          !include-raw: ./kvmfornfv-upload-artifact.sh

- builder:
    name: 'kvmfornfv-verify-test-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-download-artifact.sh
      - shell:
          !include-raw: ./kvmfornfv-test.sh

- builder:
    name: 'kvmfornfv-daily-build-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-build.sh
      - shell:
          !include-raw: ./kvmfornfv-upload-artifact.sh

- builder:
    name: 'kvmfornfv-cyclictest-daily-test-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-download-artifact.sh
      - shell:
          !include-raw: ./kvmfornfv-test.sh
      - shell:
          !include-raw: ./kvmfornfv-upload-artifact.sh

- builder:
    name: 'kvmfornfv-packet_forward-daily-test-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-download-artifact.sh
      - shell:
          !include-raw: ./kvmfornfv-test.sh

- builder:
    name: 'kvmfornfv-livemigration-daily-test-macro'
    builders:
      - shell:
          !include-raw: ./kvmfornfv-download-artifact.sh
      - shell:
          !include-raw: ./kvmfornfv-test.sh

#####################################
# parameter macros
#####################################
- parameter:
    name: 'kvmfornfv-defaults'
    parameters:
      - string:
          name: GS_URL
          default: artifacts.opnfv.org/$PROJECT{gs-pathname}
          description: "URL to Google Storage."