Merge "Move unittest job in-tree"

This commit is contained in:
Zuul 2018-05-28 13:24:08 +00:00 committed by Gerrit Code Review
commit 8ab0a8af1c
2 changed files with 24 additions and 0 deletions

13
.zuul.yaml Normal file
View File

@ -0,0 +1,13 @@
- job:
name: openstack-planet-unittest
description: |
Runs unit test on openstack-plannet project.
run: playbooks/unittest/run.yaml
- project:
check:
jobs:
- openstack-planet-unittest
gate:
jobs:
- openstack-planet-unittest

View File

@ -0,0 +1,11 @@
- hosts: all
tasks:
- name: Run test.py
shell:
chdir: '{{ zuul.project.src_dir }}'
executable: /bin/bash
cmd: |
set -e
set -x
python test.py