From 34cb025d7c9da4a8de0b4582ce4ab1e4290bd32c Mon Sep 17 00:00:00 2001 From: Stefan McShane Date: Tue, 12 Mar 2024 11:17:06 -0400 Subject: [PATCH] readme updates --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e708d06..0b26fc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # app-integration-tests Permissions needed for Github API: + - Workflows (Read & Write) - Contents (Read & Write) -- Actions (Read & Write) \ No newline at end of file +- Actions (Read & Write) + +# Tests Summary: + +## Provisioning + +Runs the following tests on internal-tools project, application (integration-test-provisioning), against project 468, in AWS account 081277119371. Uses the Porter CLI and CCP CLI to ensure that clusters can be created and deleted. Triggers in honeycomb should alert on all failures + +- Create a cluster every morning +- Delete a cluster every night +- Every 2 hours, perform an instance type change +- Update permissions every hour