blob: 264c8dadbf8df19468fa32520d3949835eb900b1 [file] [log] [blame]
Kailash46a2a9a2019-01-23 12:39:04 -08001---
2# bbsim test job
3
4- project:
5 name: bbsim-test
6
7 project-name: '{name}'
8
9 jobs:
10 - 'bbsim-validation'
11
12- job-template:
13 id: 'bbsim-validation'
14 name: 'BBSIM-Validation'
15
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/bbsim-validation.yaml <br /><br />
19 Tests run for validation of BBSIM. Tests reside in the helm chart template
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: executorNode
34 default: 'ubuntu16.04-basebuild-4c-8g'
35 description: 'Name of the Jenkins node to run the job on'
36
37 - string:
38 name: manifestUrl
39 default: '{gerrit-server-url}/{cord-repo-manifest}'
40 description: 'URL to the repo manifest'
41
42 - string:
43 name: manifestBranch
44 default: 'master'
45 description: 'Name of the repo branch to use'
46
47 project-type: pipeline
48 concurrent: false
49
50 dsl: !include-raw-escape: pipeline/bbsim-validation.groovy