blob: 741941a018d4ba10ab13351bbd707cbc4803c159 [file] [log] [blame]
William Kurkian19b5ebd2019-11-06 13:47:21 -05001---
2# bbsim end to end scale test job
3
4- project:
5 name: bbsim-e2e-scale
6
7 project-name: '{name}'
8
9 jobs:
10 - 'bbsim-e2e-setup'
11
12- job-template:
13 id: 'bbsim-e2e-setup'
14 name: 'bbsim-end-to-end-setup'
15
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/bbsim-e2e-scale.yaml <br /><br />
19 E2E Validation for Seba-in-a-Box
20
21 properties:
22 - cord-infra-properties:
23 build-days-to-keep: '{build-days-to-keep}'
24 artifact-num-to-keep: '{artifact-num-to-keep}'
25
26 wrappers:
27 - lf-infra-wrappers:
28 build-timeout: '{build-timeout}'
29 jenkins-ssh-credential: '{jenkins-ssh-credential}'
30
31 parameters:
32 - string:
33 name: buildNode
34 default: 'ubuntu16.04-basebuild-4c-8g'
35 description: 'Name of the Jenkins node to run the job on'
36
37 project-type: pipeline
38 concurrent: false
39
40 dsl: !include-raw-escape: pipeline/bbsim-scale.groovy