diff --git a/changelogs/fragments/ansible-test-api-endpoint.yml b/changelogs/fragments/ansible-test-api-endpoint.yml new file mode 100644 index 00000000000..ada18f262b1 --- /dev/null +++ b/changelogs/fragments/ansible-test-api-endpoint.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Use the new API endpoint for the Ansible Core CI service. diff --git a/test/lib/ansible_test/_internal/core_ci.py b/test/lib/ansible_test/_internal/core_ci.py index 72315880536..b2d088b53b6 100644 --- a/test/lib/ansible_test/_internal/core_ci.py +++ b/test/lib/ansible_test/_internal/core_ci.py @@ -137,7 +137,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,