Add Zuul CI configuration

This commit is contained in:
Tristan Cacqueray 2020-01-27 13:34:31 +00:00
parent ceb147200a
commit 7b9a4306cd
2 changed files with 14 additions and 0 deletions

8
.zuul.yaml Normal file
View File

@ -0,0 +1,8 @@
- job:
name: os-autoinst-test
run: ci/run.yaml
- project:
check:
jobs:
- os-autoinst-test

6
ci/run.yaml Normal file
View File

@ -0,0 +1,6 @@
- hosts: all
tasks:
- name: Run test
command: ls -la
args:
chdir: '{{ zuul.project.src_dir }}'