Skip to content

Commit

Permalink
Bump AWS Integration tests to Python 3.11 (#1816)
Browse files Browse the repository at this point in the history
Bump AWS Integration tests to later Python

The AWS Integration tests run against Ansible "milestone".  The milestone release has been updated and dropped support for Python 3.9 on controllers, and as such we need to bump the version we're running integration tests against.

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble authored Aug 22, 2023
1 parent a5723b8 commit f16d066
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion tools/zuul-ansible-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class AWSWorkerJob(Job):

vars = {
"ansible_test_command": "integration",
"ansible_test_python": 3.9,
"ansible_test_python": 3.11,
"ansible_test_retry_on_error": True,
"ansible_test_requirement_files": [
"requirements.txt",
Expand Down
Loading

0 comments on commit f16d066

Please sign in to comment.