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

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

+ - job:

+     name: blockerbugs-pytest

+     run: ci/pytest.yaml

+     nodeset: fedora-32-vm

+ - project:

+     check:

+         jobs:

+             - blockerbugs-pytest 

\ No newline at end of file

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

+ - hosts: all

+   tasks:

+     - name: Install Python and pytest

+     # (and also pycurl and koji cause we don't want to compile entire universe during CI and those two require gcc and C stuff...)

+       package:

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

+         state: present

+       become: yes

+     - name: Install blockerbugs 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

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-qa/blockerbugs on branch develop. The error was:

Job run-pytest not defined

The error appears in the following project stanza:

project:
check:
jobs:
- run-pytest

in "fedora-qa/blockerbugs/.zuul.yaml@develop", line 5, column 3

rebased onto 42509a6

3 years ago

rebased onto a10addb

3 years ago

Build succeeded.

rebased onto 7cdde79

3 years ago

Build failed.

rebased onto 3af7b68

3 years ago

Build failed.

rebased onto 848a0f9

3 years ago

Build failed.

rebased onto ce6f9e3

3 years ago

Build succeeded.

Pull-Request has been merged by frantisekz

3 years ago