#141 Add Zuul CI configuration
Merged 3 years ago by adamwill. Opened 3 years ago by tdecacqu.
fedora-qa/ tdecacqu/os-autoinst-distri-fedora master  into  master

file added
+8
@@ -0,0 +1,8 @@ 

+ - job:

+     name: os-autoinst-test

+     run: ci/run.yaml

+ 

+ - project:

+     check:

+       jobs:

+         - os-autoinst-test

file added
+6
@@ -0,0 +1,6 @@ 

+ - hosts: all

+   tasks:

+     - name: Run test

+       command: ls -la

+       args:

+         chdir: '{{ zuul.project.src_dir }}'

no initial comment

Build succeeded.

Thanks for this! Saves me figuring it out myself :)

Pull-Request has been merged by adamwill

3 years ago