mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
(cherry picked from commit ade3d2c3ff)
This commit is contained in:
parent
9bf291c2bd
commit
a8b5c6b488
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/ansible-test-api-endpoint.yml
Normal file
2
changelogs/fragments/ansible-test-api-endpoint.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ansible-test - Use the new API endpoint for the Ansible Core CI service.
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue