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

(cherry picked from commit ade3d2c3ff)
This commit is contained in:
Matt Clay 2026-01-30 16:04:46 -08:00 committed by GitHub
parent 1279c0ec2b
commit 957951b47a
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,