Add Zuul CI configuration
This commit is contained in:
parent
ceb147200a
commit
7b9a4306cd
8
.zuul.yaml
Normal file
8
.zuul.yaml
Normal 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
6
ci/run.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Run test
|
||||
command: ls -la
|
||||
args:
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
Loading…
Reference in New Issue
Block a user