blob: 0d41546edc66c03bf0b4e40b8988d19325818e3f [file] [log] [blame]
Kailash66c389c2019-04-24 14:56:11 -07001---
2# CORD API tests using cord-tester
3
4- job-template:
5 id: xos-service-upgrade
6 name: 'verify_{project}_service-upgrade-test'
7 description: |
Zack Williamsb3292082019-10-11 17:15:18 -07008 Created by {id} job-template from ci-management/jjb/xos-upgrade.yaml, using script: xos-service-upgrade.groovy
Kailash66c389c2019-04-24 14:56:11 -07009
10
11 triggers:
12 - cord-infra-gerrit-trigger-patchset:
13 gerrit-server-name: '{gerrit-server-name}'
14 project-regexp: '^{project}$'
15 branch-regexp: '{branch-regexp}'
16 file-include-regexp: '{api-test-files-regexp}'
17 dependency-jobs: '{dependency-jobs}'
18
19 properties:
20 - cord-infra-properties:
21 build-days-to-keep: '{build-days-to-keep}'
22 artifact-num-to-keep: '{artifact-num-to-keep}'
23
24 wrappers:
25 - lf-infra-wrappers:
26 build-timeout: '60'
27 jenkins-ssh-credential: '{jenkins-ssh-credential}'
28
29 parameters:
30 - string:
Zack Williamsb3292082019-10-11 17:15:18 -070031 name: buildNode
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070032 default: 'ubuntu18.04-basebuild-4c-8g'
hwchiu14f97852019-10-08 10:51:11 -070033 description: 'Name of the Jenkins node to run the job on'
Kailash66c389c2019-04-24 14:56:11 -070034
35 - string:
hwchiu14f97852019-10-08 10:51:11 -070036 name: manifestUrl
37 default: '{gerrit-server-url}/{cord-repo-manifest}'
38 description: 'URL to the repo manifest'
Kailash66c389c2019-04-24 14:56:11 -070039
40 - string:
hwchiu14f97852019-10-08 10:51:11 -070041 name: manifestBranch
42 default: '$GERRIT_BRANCH'
43 description: 'Name of the repo branch to use'
Kailash66c389c2019-04-24 14:56:11 -070044
45 - string:
hwchiu14f97852019-10-08 10:51:11 -070046 name: gerritProject
47 default: '$GERRIT_PROJECT'
48 description: 'Name of the Gerrit project'
Kailash66c389c2019-04-24 14:56:11 -070049
50 - string:
hwchiu14f97852019-10-08 10:51:11 -070051 name: gerritChangeNumber
52 default: '$GERRIT_CHANGE_NUMBER'
53 description: 'Changeset number in Gerrit'
Kailash66c389c2019-04-24 14:56:11 -070054
55 - string:
hwchiu14f97852019-10-08 10:51:11 -070056 name: gerritPatchsetNumber
57 default: '$GERRIT_PATCHSET_NUMBER'
58 description: 'PatchSet number in Gerrit'
Kailash66c389c2019-04-24 14:56:11 -070059
60 project-type: pipeline
61 concurrent: true
62
63 dsl: !include-raw-escape: pipeline/xos-service-upgrade.groovy
Joey Armstrongaf679da2023-01-31 14:22:41 -050064
65# [EOF]