aws-samples / eks-cluster-upgrade

Automated Amazon EKS cluster upgrade
MIT No Attribution
154 stars 35 forks source link

Maintenance: Integration tests for code changes #72

Closed quixoticmonk closed 1 year ago

quixoticmonk commented 1 year ago

Summary

We should consider including an Integration test workflow for the project. This would help catch some of the issues/failures with new code changes. A simplified workflow could look like:

Why is this needed?

This would help reduce the manual effort in testing the upgrade process against changes.

Which area does this relate to?

Automation, Tests

Solution

No response