Zack Williams | 92f9b1f | 2018-04-11 09:58:49 -0700 | [diff] [blame] | 1 | --- |
| 2 | # CORD API tests using cord-tester |
| 3 | |
| 4 | - job-template: |
| 5 | id: api-test |
| 6 | name: 'verify_{project}_api-test' |
| 7 | description: | |
| 8 | <!-- Managed by Jenkins Job Builder --> |
| 9 | Created by api-test job-template from ci-management/jjb/api-test.yaml |
| 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}' |
Zack Williams | c27ca2d | 2018-04-11 13:16:45 -0700 | [diff] [blame] | 16 | file-include-regexp: '{all-files-regexp}' |
Zack Williams | 92f9b1f | 2018-04-11 09:58:49 -0700 | [diff] [blame] | 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 | node: 'ubuntu16.04-basebuild-4c-8g' |
| 30 | project-type: pipeline |
| 31 | concurrent: true |
| 32 | |
| 33 | # Run the master branch Jenkinsfile from cord-tester against all other revisions |
| 34 | pipeline-scm: |
Zack Williams | c27ca2d | 2018-04-11 13:16:45 -0700 | [diff] [blame] | 35 | script-path: 'Jenkinsfile/verify-api-tests-JenkinsFile' |
Zack Williams | 92f9b1f | 2018-04-11 09:58:49 -0700 | [diff] [blame] | 36 | scm: |
| 37 | - git: |
| 38 | url: '{gerrit-server-url}/cord-tester' |
| 39 | branches: |
| 40 | - 'master' |