#99 [TEST] ZuulCI
Merged 3 years ago by frantisekz. Opened 3 years ago by frantisekz.

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

+ - job:

+     name: oraculum-pytest

+     run: ci/pytest.yaml

+     nodeset: fedora-32-vm

+ - project:

+     check:

+         jobs:

+             - oraculum-pytest 

\ No newline at end of file

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

+ - hosts: all

+   tasks:

+     - name: Install Python and pytest

+     # (and also few others cause we don't want to compile entire universe during CI..)

+       package:

+         name: ['python3-pytest', 'python3', 'python3-pip', 'python3-pycurl', 'python3-koji', 'python3-igraph', 'python3-mock']

+         state: present

+       become: yes

+     - name: Install oraculum dependencies

+       command: "pip3 install --user -r requirements.txt"

+       args:

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

+     - name: run-pytest

+       command: "pytest"

+       args:

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

\ No newline at end of file

no initial comment

Build failed.

rebased onto 29ecd66

3 years ago

Build succeeded.

rebased onto 3c24abf

3 years ago

Build succeeded.

Cool, me likes! :rabbit:

Pull-Request has been merged by frantisekz

3 years ago