mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +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:
|
- job:
|
||||||
name: os-autoinst-tox
|
name: os-autoinst-tox
|
||||||
run: ci/tox.yaml
|
run: ci/tox.yaml
|
||||||
nodeset: fedora-35-vm
|
nodeset: fedora-latest-container
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: os-autoinst-perl
|
name: os-autoinst-perl
|
||||||
run: ci/perl.yaml
|
run: ci/perl.yaml
|
||||||
nodeset: fedora-35-vm
|
nodeset: fedora-latest-container
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
|
4
tox.ini
4
tox.ini
@ -12,8 +12,8 @@ deps =
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
||||||
commands=
|
commands=
|
||||||
./fifloader.py --clean templates.fif.json templates-updates.fif.json
|
python ./fifloader.py --clean templates.fif.json templates-updates.fif.json
|
||||||
./check-needles.py
|
python ./check-needles.py
|
||||||
py.test unittests/
|
py.test unittests/
|
||||||
py.test --cov-report term-missing --cov-report xml --cov fifloader unittests/
|
py.test --cov-report term-missing --cov-report xml --cov fifloader unittests/
|
||||||
diff-cover coverage.xml --fail-under=90 --compare-branch=origin/master
|
diff-cover coverage.xml --fail-under=90 --compare-branch=origin/master
|
||||||
|
Loading…
Reference in New Issue
Block a user