From 4c270e4006655bca28c36b5d5a3eaf36267f05f5 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Fri, 6 Dec 2024 15:59:17 -0500 Subject: [PATCH] add link to integration tests and health endpoint for service --- release-management.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-management.md b/release-management.md index 3dfd11c..9d4b5fb 100644 --- a/release-management.md +++ b/release-management.md @@ -78,7 +78,10 @@ Pre-releases append a confidence indicator. The initial confidence level (e.g. a * For beta or release candidates versions: * full testing to determine if it is ready to be move to a full release. * For the full release: - * test to be sure the deploy was successful + * check the health endpoint + * service: (_may want to include link directly to US and EU endpoints since the general endpoint could hit either_) + * https://api.clearlydefined.io/ + * run [integration tests](https://github.com/clearlydefined/operations/actions/workflows/integration-test.yml) from operations repo actions (_NOTE: The defaults run only the static tests, which is fine for now but will be updating to run dynamic tests too. WIP_) ## Accepatance Test