Add initial gate for OpenStack-Helm

This patch set is setting up initial gate job for the
OpenStack-Helm project.

Change-Id: I643e6ca02b27d6b074eed51eb44c0b2e5b926e35
This commit is contained in:
Tin Lam 2017-04-22 17:55:47 -05:00
parent de30536639
commit a531869e9d
3 changed files with 35 additions and 2 deletions

View File

@ -0,0 +1,22 @@
- job-template:
name: 'gate-openstack-helm-{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
tools/gate/setup_gate.sh {node}
publishers:
- console-log

View File

@ -9360,6 +9360,14 @@
- python-jobs
- nodejs4-jobs
- project:
name: openstack-helm
jobs:
- gate-openstack-helm-{node}{suffix}:
node: ubuntu-xenial
suffix: '-nv'
- project:
name: openstack-manuals
@ -15508,7 +15516,7 @@
- project:
name: virtualpdu
jobs:
- python-jobs
- pypi-jobs

View File

@ -14233,7 +14233,10 @@ projects:
- name: openstack/openstack-helm
template:
- name: merge-check
- name: noop-jobs
check:
- gate-openstack-helm-ubuntu-xenial-nv
gate:
- noop
- name: openstack/openstack-manuals
template: