blob: 5c56f1b43a4b794df16cbefa7093fd9d1fed87a9 [file] [log] [blame]
Zack Williams641d1492018-08-17 13:31:53 -07001---
2# CORD API tests using cord-tester, triggered by merge or schedule
3
4- job-template:
5 id: triggered-api-test
6 name: 'verify_{project}{name-extension}_triggered-api-test'
7 description: |
8 Triggers an api test in a pipeline post-merge or on a schedule.
9 Created by {id} job-template from ci-management/jjb/triggered-api-test.yaml, using pipeline: {pipeline_script}
10
11 triggers:
12 - cord-infra-gerrit-trigger-merge:
13 gerrit-server-name: '{gerrit-server-name}'
14 project-regexp: '^{project}$'
15 branch-regexp: '{branch-regexp}'
16 file-include-regexp: '{all-files-regexp}'
17 dependency-jobs: '{dependency-jobs}'
18 - timed: '{timed-trigger}'
19
20 properties:
21 - cord-infra-properties:
22 build-days-to-keep: '{build-days-to-keep}'
23 artifact-num-to-keep: '{artifact-num-to-keep}'
24
25 wrappers:
26 - lf-infra-wrappers:
27 build-timeout: '60'
28 jenkins-ssh-credential: '{jenkins-ssh-credential}'
29
30 parameters:
31 - string:
32 name: executorNode
33 default: 'ubuntu16.04-basebuild-4c-8g'
34 description: 'Name of the Jenkins node to run the job on'
35
36 - string:
37 name: manifestUrl
38 default: '{gerrit-server-url}/{cord-repo-manifest}'
39 description: 'URL to the repo manifest'
40
41 - string:
42 name: manifestBranch
43 default: '$GERRIT_BRANCH'
44 description: 'Name of the repo branch to use'
45
46 project-type: pipeline
47 concurrent: true
48
49 dsl: !include-raw-escape: pipeline/{pipeline_script}