aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2021-08-20 14:54:53 -0400
committerJake Hunsaker <jhunsake@redhat.com>2021-08-23 10:22:18 -0400
commit417a962a8f7af764d2107b1432a391649cd078bb (patch)
tree00207941566e0546534b2ec8956a5fa971ca7b5d /.cirrus.yml
parent5a87fc83acbe89eb47689c96b31b41b9e1aea801 (diff)
downloadsos-417a962a8f7af764d2107b1432a391649cd078bb.tar.gz
[tests] Update Cirrus testing for Foreman 2.5
Updates the Foreman tests to use new images created for Foreman 2.5. Additionally, adds an option to the prep script to prevent new Debian release suite changes from causing the prep scripts to abort the tests. For out purposes, suite changes are not important during test runs as these images are built on known versions. Resolves: #2656 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 94f244be..56f18e94 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -20,8 +20,8 @@ env:
# These are generated images pushed to GCP from Red Hat
FEDORA_IMAGE_NAME: "f${FEDORA_VER}-server-sos-testing"
FEDORA_PRIOR_IMAGE_NAME: "f${FEDORA_PRIOR_VER}-server-sos-testing"
- FOREMAN_CENTOS_IMAGE_NAME: "foreman-24-centos-8-sos-testing"
- FOREMAN_DEBIAN_IMAGE_NAME: "foreman-24-debian-sos-testing"
+ FOREMAN_CENTOS_IMAGE_NAME: "foreman-25-centos-8-sos-testing"
+ FOREMAN_DEBIAN_IMAGE_NAME: "foreman-25-debian-10-sos-testing"
# Images exist on GCP already
CENTOS_IMAGE_NAME: "centos-stream-8-v20210609"
@@ -92,8 +92,6 @@ report_stageone_task:
image_project: "${PROJECT}"
image_name: "${VM_IMAGE_NAME}"
type: e2-medium
- # minimum disk size is 20
- disk: 20
matrix:
- env:
PROJECT: ${CENTOS_PROJECT}
@@ -118,7 +116,7 @@ report_stageone_task:
remove_sos_script: &remove_sos |
if [ $(command -v apt) ]; then
apt -y purge sosreport
- apt update
+ apt update --allow-releaseinfo-change
apt -y install python3-pip
fi
if [ $(command -v dnf) ]; then
@@ -169,11 +167,11 @@ report_foreman_task:
- env:
PROJECT: ${SOS_PROJECT}
VM_IMAGE_NAME: ${FOREMAN_CENTOS_IMAGE_NAME}
- FOREMAN_VER: "2.4 - CentOS Stream 8"
+ FOREMAN_VER: "2.5 - CentOS Stream 8"
- env:
PROJECT: ${SOS_PROJECT}
VM_IMAGE_NAME: ${FOREMAN_DEBIAN_IMAGE_NAME}
- FOREMAN_VER: "2.4 - Debian 10"
+ FOREMAN_VER: "2.5 - Debian 10"
remove_sos_script: *remove_sos
setup_script: *setup
main_script: PYTHONPATH=tests/ avocado run -t foreman tests/product_tests/foreman/