project-config/jenkins/jobs/openstack-helm.yaml
Tin Lam a5113a9a5f Adding linter and check to openstack-helm-addons repo
This patch set enables the basic linter and functionality check
for openstack-helm-addons repository.

Change-Id: I894f99087058fe5f4830cd57aaa34a60e2bde5c6
2017-06-20 04:24:25 +00:00

26 lines
592 B
YAML

- job-template:
name: 'gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 100
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- net-info
- zuul-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
export INTEGRATION={integration}
export INTEGRATION_TYPE={type}
tools/gate/setup_gate.sh {node}
publishers:
- devstack-logs
- console-log