From 57789300c5da7f93def6d4429a2c7cf7e2ed258b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 Nov 2021 15:15:36 -0800 Subject: [PATCH] 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 --- .zuul.yaml | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7a49cee5..41cc1e2f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: diff --git a/tox.ini b/tox.ini index 0a7f2ae6..1aaa0e5f 100644 --- a/tox.ini +++ b/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