99af365c9c
This patch set adds in the ability to start up basic gate. Change-Id: I93c80488bb9f3eebb59cf993e91dc2ed33025bcf
25 lines
565 B
YAML
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
|