1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +00:00

CI: use fedora-latest-container nodeset

We don't need a VM, container should be fine, and 'latest' means
we don't have to keep bumping this as new releases come out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-11-18 15:15:36 -08:00
parent cda0d0b0d1
commit 57789300c5
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
- job:
name: os-autoinst-tox
run: ci/tox.yaml
nodeset: fedora-35-vm
nodeset: fedora-latest-container
- job:
name: os-autoinst-perl
run: ci/perl.yaml
nodeset: fedora-35-vm
nodeset: fedora-latest-container
- project:
check:

View File

@ -12,8 +12,8 @@ deps =
pytest-cov
commands=
./fifloader.py --clean templates.fif.json templates-updates.fif.json
./check-needles.py
python ./fifloader.py --clean templates.fif.json templates-updates.fif.json
python ./check-needles.py
py.test unittests/
py.test --cov-report term-missing --cov-report xml --cov fifloader unittests/
diff-cover coverage.xml --fail-under=90 --compare-branch=origin/master