Run validation tasks against nightly deployments #729
Labels
ci
Issues pertaining to CI / Pipelines / Testing
enhancement
New feature or request
nightly
Issues pertaining to nightly CI
Milestone
Related to #213
Currently our nightly testing simply deploys core on top of a given infrastructure and then removes + destroys it (see EKS example). To ensure proper coverage of testing here we should at minimum run our existing validation tasks. Note that this may require some additional work to ensure endpoints are reachable by the github runner (potentially via
/etc/hosts
modifications + public load balancers?).Any expansion to validations/testing is out of scope for this ticket. While some validations may need updates to function in the nightly testing, this ticket is focused on running the existing validations rather than expanding testing (that will be covered in other work).
Definition of done: Validation tasks are run as part of nightly testing (and passing).
The text was updated successfully, but these errors were encountered: