blob: 522970bd37f1560f0b1fc4dbd102d54957c43e79 [file] [log] [blame]
Kailash Khalasic00ac4d2018-08-20 09:21:48 -07001---
2# workflow validations job
3
4- project:
5 name: att-workflow-validations
6
7 project-name: '{name}'
8
9 jobs:
10 - 'wf-validation'
11
12- job-template:
13 id: 'wf-validation'
Kailashbe13fe72019-02-04 10:50:48 -080014 name: 'att-workflow-xos-data-model-scale-test'
Kailash Khalasic00ac4d2018-08-20 09:21:48 -070015
Kailash Khalasic00ac4d2018-08-20 09:21:48 -070016 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/workflow-validations.yaml <br /><br />
19 Tests run nightly for validation of particular workflows. Kafka events simulated and XOS model states validated
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:
Kailash Khalasi19e77ce2018-08-20 14:26:09 -070033 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'
Kailash Khalasic00ac4d2018-08-20 09:21:48 -070046
Kailash2a8fe662019-02-07 09:58:28 -080047 - string:
48 name: Olts
49 default: '10'
50 description: 'Number of OLTs to create'
51
52 - string:
53 name: Onus
54 default: '1'
55 description: 'Number of ONUs to create'
56
57 - string:
58 name: PonPorts
59 default: '10'
60 description: 'Number of Pon Ports'
61
Kailash Khalasic00ac4d2018-08-20 09:21:48 -070062 project-type: pipeline
63 concurrent: false
64
65 dsl: !include-raw-escape: pipeline/workflow-validations.groovy
66
67 triggers:
68 - timed: |
69 TZ=America/Los_Angeles
Kailash2a8fe662019-02-07 09:58:28 -080070 H 0,12 * * *