project-config/jenkins/jobs/openstack-helm.yaml
Tin Lam 99af365c9c Add basic integration AIO gate to OpenStack-Helm
This patch set adds in the ability to start up basic gate.

Change-Id: I93c80488bb9f3eebb59cf993e91dc2ed33025bcf
2017-05-07 16:11:23 -05:00

25 lines
565 B
YAML

- job-template:
name: 'gate-openstack-helm-{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:
- console-log