-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate upgrade testing #349
Comments
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Permutation workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349 Signed-off-by: kuritka <[email protected]>
Upgrade testing workflow is executed per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349 Signed-off-by: kuritka <[email protected]>
We execute upgrade testing workflow per each push - deploy recent k8gb version to k3d cluster - build docker from branch - helm install created docker to k3d cluster - run terratests I had to add new targets to MAkefile and because of code repetition I made necessary refactoring related to #349 Signed-off-by: kuritka <[email protected]>
@kuritka @somaritane @k0da I guess we can close this one or do you envision more work in this area in foreseeable future? |
@ytsarev yep, I think we can close this one, the scope is pretty much fulfilled by #429 and #435. Just one thing, as I mentioned earlier, "Permutation" and "permutation testing" are quite a broad terms, let's rename the issue with "Automate upgrade testing" in order to avoid confusions. |
@somaritane I was just trying to sound smart :D Closing this one |
To avoid regressions connected with the upgrade procedure we need to automatically test upgrade from current to future release before stabilizing the new version.
The text was updated successfully, but these errors were encountered: