Merge "vpp: make test-doc output moved"
authorVratko Polak <vrpolak@cisco.com>
Mon, 9 Dec 2019 14:27:08 +0000 (14:27 +0000)
committerGerrit Code Review <gerrit@fd.io>
Mon, 9 Dec 2019 14:27:08 +0000 (14:27 +0000)
1  2 
jjb/vpp/vpp.yaml

diff --combined jjb/vpp/vpp.yaml
@@@ -16,9 -16,6 +16,6 @@@
        - master:
            branch: 'master'
            repo-stream-part: 'master'
-       - '1901':
-           branch: 'stable/1901'
-           repo-stream-part: 'stable.1901'
        - '1904':
            branch: 'stable/1904'
            repo-stream-part: 'stable.1904'
@@@ -72,9 -69,7 +69,9 @@@
        - 'vpp-csit-verify-device-{stream}-{device-node-arch}'
        - 'vpp-csit-verify-perf-{stream}-{node-arch}'
      project: 'vpp'
 -    executor: 'vpp-csit-device'
 +    os: ubuntu1804
 +    device-executor: 'vpp-csit-device'
 +    executor: '{os}-us'
      skip-vote: 'true'
      trigger: 'gerrit-trigger-csit-devicetest-full'
      stream:
        - '1908':
            branch: 'stable/1908'
            repo-stream-part: 'stable.1908'
 -    os: ubuntu1804
      device-node-arch:
        - 1n-skx
        - 1n-tx2:
 -          executor: 'vpp-csit-arm-ubuntu18'
 +          device-executor: 'vpp-csit-arm-ubuntu18'
            trigger: 'gerrit-trigger-csit-devicetest-manual'
      node-arch:
        - 2n-clx
@@@ -99,8 -95,7 +96,8 @@@
        - 3n-hsw
        - 2n-dnv
        - 3n-dnv
 -      - 3n-tsh
 +      - 3n-tsh:
 +          executor: 'ubuntu1804arm-s'
      exclude:
        - stream: '1904'
          os: 'ubuntu1804'
  
  - job-template:
      name: 'vpp-csit-verify-device-{stream}-{device-node-arch}'
 +    description: |
 +      <ul>
 +          <li>executor
 +              <ul>
 +                  <li>{device-executor}
 +              </ul>
 +      </ul>
  
      project-type: freestyle
 -    node: '{executor}'
 +    node: '{device-executor}'
      concurrent: true
      archive-artifacts: '**/csit_current/**/*.*'
      latest-only: false
  
  - job-template:
      name: 'vpp-csit-verify-perf-{stream}-{node-arch}'
 +    description: |
 +      <ul>
 +          <li>executor
 +              <ul>
 +                  <li>{executor}
 +              </ul>
 +      </ul>
  
      project-type: freestyle
 -    node: '{os}-us'
 +    node: '{executor}'
      concurrent: true
      archive-artifacts: >
        **/csit_current/**/*.*
        - gerrit-event-type-parameter
        - gerrit-event-comment-text-parameter
        - gerrit-csit-refspec-parameter
 -      - string:
 -          name: CSIT_PERF_TRIAL_DURATION
 -          default: "10.0"
 -          description: "Duration of a trial measurement in BMRR tests."
 -      - string:
 -          name: CSIT_PERF_TRIAL_MULTIPLICITY
 -          default: "5"
 -          description: "Number of subsamples for BMRR tests."
 +      - csit-perf-trial-duration-parameter:
 +          csit-perf-trial-duration: "10.0"
 +      - csit-perf-trial-multiplicity-parameter:
 +          csit-perf-trial-multiplicity: "5"
        - stream-parameter:
            stream: '{stream}'
        - string: