Skip to content
Snippets Groups Projects
Commit 72d3ab8e authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

upstream ci: Run PR checks against the oldest supported ansible-core

Recently, a change in the deployment roles forced the change to the
minimum version of ansible-core, and the change was unnoticed until
reported.

With this patch, we ensure all PRs checks are executed against the
minimun supported ansible-core version, so we can ensure that both
documentation and role metadata are correct and still valid.
parent fb75aed6
Branches
Tags
No related merge requests found
......@@ -20,6 +20,17 @@ stages:
# Fedora
- stage: Fedora_Ansible_min_supported
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-latest
ansible_version: "-core <2.14"
# Fedora
- stage: Fedora_Latest
dependsOn: []
jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment