[stable-2.14] ansible-test - Update the Ansible Core CI endpoint (#86455) (#86503)

(cherry picked from commit ade3d2c3ff)
This commit is contained in:
Matt Clay 2026-01-30 15:02:46 -08:00 committed by GitHub
parent 9bf291c2bd
commit a8b5c6b488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Use the new API endpoint for the Ansible Core CI service.

View file

@ -136,7 +136,7 @@ class CloudResource(Resource):
class AnsibleCoreCI:
"""Client for Ansible Core CI services."""
DEFAULT_ENDPOINT = 'https://ansible-core-ci.testing.ansible.com'
DEFAULT_ENDPOINT = 'https://api.ci.core.ansible.com'
def __init__(
self,