Skip to content

Commit

Permalink
TEST: run tests with Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 13, 2023
1 parent bc8d128 commit 1a2a46e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/azure/pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-latest
ansible_version: "-core >=2.14,<2.15"
ansible_version: "-core"

# Galaxy on Fedora

Expand All @@ -27,7 +27,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-latest
ansible_version: "-core >=2.14,<2.15"
ansible_version: "-core <2.16"

# CentOS 9 Stream

Expand All @@ -49,7 +49,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: c8s
ansible_version: "-core >=2.14,<2.15"
ansible_version: "-core"

# CentOS 7

Expand All @@ -60,7 +60,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: "-core >=2.14,<2.15"
ansible_version: "-core"

# Rawhide

Expand All @@ -71,4 +71,4 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-rawhide
ansible_version: "-core >=2.14,<2.15"
ansible_version: "-core"
2 changes: 1 addition & 1 deletion tests/azure/templates/fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
number_of_groups: 3
build_number: ${{ parameters.build_number }}
scenario: ${{ parameters.scenario }}
ansible_version: ${{ parameters.ansible_version }}z
ansible_version: ${{ parameters.ansible_version }}

# - template: pytest_tests.yml
# parameters:
Expand Down

0 comments on commit 1a2a46e

Please sign in to comment.