blob: f86fdc355465f532a1c997a064dc145162ba494c [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'
Kailash Khalasi59bb8c22018-08-23 09:36:13 -070014 name: 'ATT-Event-Workflow-Validation'
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
47 project-type: pipeline
48 concurrent: false
49
50 dsl: !include-raw-escape: pipeline/workflow-validations.groovy
51
52 triggers:
53 - timed: |
54 TZ=America/Los_Angeles
55 H 10 * * *