aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-01-05 10:59:44 -0500
committerJake Hunsaker <jhunsake@redhat.com>2022-01-06 11:31:50 -0500
commit3639af23570f036b7240657f5df4ca6687f30742 (patch)
tree6d4eb7fb2783d77ef7c02ecc5cb67d866e16c12d /.cirrus.yml
parent41d0e3cc4119d28f8607c46e83a659b58da7aee2 (diff)
downloadsos-3639af23570f036b7240657f5df4ca6687f30742.tar.gz
[cirrus,tests] Update testing matrix to Fedora 35
F35 has been out for a bit, we should update our testing matrix accordingly. New images have been pushed to GCP, so this change updates Cirrus to use those new images. Note this adds installation of pip to Fedora test VMs as well rather than baking that into the images. Ethtool is now also explicitly installed. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f36ec816..4fd40259 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,8 +3,8 @@
# Main environment vars to set for all tasks
env:
- FEDORA_VER: "34"
- FEDORA_PRIOR_VER: "33"
+ FEDORA_VER: "35"
+ FEDORA_PRIOR_VER: "34"
FEDORA_NAME: "fedora-${FEDORA_VER}"
FEDORA_PRIOR_NAME: "fedora-${FEDORA_PRIOR_VER}"
@@ -112,6 +112,7 @@ report_stageone_task:
fi
if [ $(command -v dnf) ]; then
dnf -y remove sos
+ dnf -y install python3-pip ethtool
fi
setup_script: &setup 'pip3 install avocado-framework'
# run the unittests separately as they require a different PYTHONPATH in