runtime
runtime copied to clipboard
add test EKS github actions
This PR will add a GH action that will provision single node aws eks cluster and run make test
against it.
The GH action will be triggered everyday at 07:00 UTC.
The following values are used as retrieved from secrets
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- AWS_ROLE_TO_ASSUME
Signed-off-by: Mohamed Eldafrawi [email protected]