-
Notifications
You must be signed in to change notification settings - Fork 225
Labels
Description
When k8s is enabled in pipeline(s), those pipelines are facing problem in deploy-ocis step with error:
/go/bin/helm-v3.16.2 install -n ocis --create-namespace --values charts/ocis/ci/deployment-values.yaml --atomic --timeout 5m0s ocis charts/ocis/
Error: INSTALLATION FAILED: release ocis failed, and has been uninstalled due to atomic being set: context deadline exceeded
make: *** [Makefile:23: helm-install-atomic] Error 1
Thus k8s is removed here: #11723
But we need to revert that, meaning: we need to include k8s at sometime when with the inclusion of k8s the CI will be green.
- Replace
"k8s": False,with"k8s": True,inside.drone.starfile
→ This PR can be continued: [full-ci] test(ci): try running all test suites in K8s #11655