From 7a1bf986a8aff5315da7de7d91c221eb112810bd Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Tue, 15 Feb 2022 13:24:34 -0300 Subject: [PATCH] upstream CI: Use fedora-latest as default test container. With the removal of CentOS 8 container, the available Fedora latest image will be used for tests, if a specific container is not given. --- tests/azure/templates/group_tests.yml | 2 +- tests/azure/templates/playbook_tests.yml | 2 +- tests/azure/templates/pytest_tests.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/azure/templates/group_tests.yml b/tests/azure/templates/group_tests.yml index 5fe0c7a2..e3e67fa2 100644 --- a/tests/azure/templates/group_tests.yml +++ b/tests/azure/templates/group_tests.yml @@ -2,7 +2,7 @@ parameters: - name: scenario type: string - default: centos-8 + default: fedora-latest - name: build_number type: string - name: ansible_version diff --git a/tests/azure/templates/playbook_tests.yml b/tests/azure/templates/playbook_tests.yml index 299db692..09775045 100644 --- a/tests/azure/templates/playbook_tests.yml +++ b/tests/azure/templates/playbook_tests.yml @@ -8,7 +8,7 @@ parameters: default: 1 - name: scenario type: string - default: centos-8 + default: fedora-latest - name: ansible_version type: string default: "" diff --git a/tests/azure/templates/pytest_tests.yml b/tests/azure/templates/pytest_tests.yml index 3d8883c1..92783c52 100644 --- a/tests/azure/templates/pytest_tests.yml +++ b/tests/azure/templates/pytest_tests.yml @@ -4,6 +4,7 @@ parameters: type: string - name: scenario type: string + default: fedora-latest - name: ansible_version type: string default: "" -- GitLab