blob: 7b4d519723c942df7b832ee3b9a93aaf22e064bf [file] [log] [blame]
Zack Williams15bc4a52018-07-23 15:31:58 -07001---
2# CORD API tests through synchronizer updates
3
4- job-template:
5 id: synchronizer-update
6 name: 'verify_{project}_synchronizer-update'
7 description: |
8 Created by {id} job-template from ci-management/jjb/xos-synchronizer-update.yaml
9
10 triggers:
11 - cord-infra-gerrit-trigger-patchset:
12 gerrit-server-name: '{gerrit-server-name}'
13 project-regexp: '^{project}$'
14 branch-regexp: '{branch-regexp}'
Zack Williamsba2aea02018-12-17 22:37:45 -070015 file-include-regexp: '{code-files-regexp}'
Zack Williams15bc4a52018-07-23 15:31:58 -070016 dependency-jobs: '{dependency-jobs}'
17
18 properties:
19 - cord-infra-properties:
20 build-days-to-keep: '{build-days-to-keep}'
21 artifact-num-to-keep: '{artifact-num-to-keep}'
22
23 wrappers:
24 - lf-infra-wrappers:
25 build-timeout: '60'
26 jenkins-ssh-credential: '{jenkins-ssh-credential}'
27
28 parameters:
29 - string:
hwchiu14f97852019-10-08 10:51:11 -070030 name: executorNode
31 default: 'ubuntu16.04-basebuild-4c-8g'
32 description: 'Name of the Jenkins node to run the job on'
Zack Williams15bc4a52018-07-23 15:31:58 -070033
34 - string:
hwchiu14f97852019-10-08 10:51:11 -070035 name: manifestUrl
36 default: '{gerrit-server-url}/{cord-repo-manifest}'
37 description: 'URL to the repo manifest'
Zack Williams15bc4a52018-07-23 15:31:58 -070038
39 - string:
hwchiu14f97852019-10-08 10:51:11 -070040 name: manifestBranch
41 default: '$GERRIT_BRANCH'
42 description: 'Name of the repo branch to use'
Zack Williams15bc4a52018-07-23 15:31:58 -070043
44 - string:
hwchiu14f97852019-10-08 10:51:11 -070045 name: gerritProject
46 default: '$GERRIT_PROJECT'
47 description: 'Name of the Gerrit project'
Zack Williams15bc4a52018-07-23 15:31:58 -070048
49 - string:
hwchiu14f97852019-10-08 10:51:11 -070050 name: gerritChangeNumber
51 default: '$GERRIT_CHANGE_NUMBER'
52 description: 'Changeset number in Gerrit'
Zack Williams15bc4a52018-07-23 15:31:58 -070053
54 - string:
hwchiu14f97852019-10-08 10:51:11 -070055 name: gerritPatchsetNumber
56 default: '$GERRIT_PATCHSET_NUMBER'
57 description: 'PatchSet number in Gerrit'
Zack Williams15bc4a52018-07-23 15:31:58 -070058
59 project-type: pipeline
60 concurrent: true
61
62 dsl: !include-raw-escape: pipeline/xos-synchronizer-update.groovy