blob: 94157f3ec6340229a4afadced3591f9b7c13d569 [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:
Zack Williamsb3292082019-10-11 17:15:18 -070030 name: buildNode
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070031 default: 'ubuntu18.04-basebuild-4c-8g'
hwchiu14f97852019-10-08 10:51:11 -070032 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
Joey Armstrongaf679da2023-01-31 14:22:41 -050063
64# [EOF]