Skip to content

Commit

Permalink
upstream ci: Run PR checks against the oldest supported ansible-core
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjeffman committed Sep 19, 2023
1 parent ab94738 commit fca8758
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fca8758

Please sign in to comment.