blob: 45e8c5e1b722f4b0ef815ff1697310b49f05f688 [file] [log] [blame]
Zack Williams84a193e2018-05-08 15:57:45 -07001---
2# CORD API tests using helm
3
4- job-template:
5 id: helm-api-test
6 name: 'verify_{project}_helm-api-test'
7 description: |
8 Created by helm-api-test job-template from ci-management/jjb/helm-api-test.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}'
15 file-include-regexp: '{all-files-regexp}'
16 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 node: 'ubuntu16.04-basebuild-4c-8g'
29 project-type: pipeline
30 concurrent: true
31
32 dsl: !include-raw-escape: pipeline/helm-api-test.groovy
33