mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +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:
parent
cda0d0b0d1
commit
57789300c5
@ -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:
|
||||
|
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user