Disable nextcloud helm tests in some cases
We're considering disabling the helm tests for nextcloud in some cases.
Reasons:
- the helm tests fail for the Greenhost stackspin cluster, because it has a somewhat different authentication/login setup (it doesn't show the user/pw login fields on the login page, only 2 buttons for either user/pw login or SSO login)
- the taiko tests are flaky in general;
- we can't use a failed test after upgrade by flux to roll back to an earlier nextcloud version in general, because nextcloud doesn't support rolling back to an earlier major version.
We could
- disable these tests from stackspin by changing the
nextcloud
HelmRelease; or - make the tests optional in the chart itself (putting a big conditional
if .Values.tests.enable
in all files intemplates/tests
.
Edited by Varac