kyma: skr-aws-svcat-migration-dev job fails all the time
Description
The tests fails on smctl login:
1) SKR SVCAT migration test
Should provision new ServiceManager platform:
Error: failed "smctl login -a https://service-manager.cfapps.sap.hana.ondemand.com --param subdomain=e2etestingscmigration --auth-flow client-credentials": Error: could not login
Reason: auth error: Client Authentication failed.
at Object.provisionPlatform (skr-svcat-migration-test/test-helpers.js:202:15)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Context.<anonymous> (skr-svcat-migration-test/skr-svcat-migration-test.js:44:21)
Job history: https://status.build.kyma-project.io/job-history/gs/kyma-prow-logs/logs/skr-aws-svcat-migration-dev Sample failed test log: https://storage.googleapis.com/kyma-prow-logs/logs/skr-aws-svcat-migration-dev/1470302568000262144/build-log.txt
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 22 (22 by maintainers)
currently, the failure is related to the
btp-operatorselfsigned cert. There was a request to move btp-operator to a different namespace which was done in https://github.tools.sap/kyma/management-plane-config/pull/1304, but the self-signed cert was not adjusted.fwiw, the
sc-removalwas supposed to be deprecated bysc-migrationreconciler but constant shift in priorities slowed down that development. I don’t think it is worth the effort at the moment to work on addressing all other issues withsc-removalchart and rather we should finish thesc-migrationreconciler task.Resolving
sc-removalissues will require additional work with custom reconciler, but it does not block Kyma 2.0 release, only the service management migration (cc: @wozniakjan )Problems with ClusterServiceBrokers being unavailable on the clusters in tests were mitigated by adding initContainer to service-manager-proxy and will be cherry-picked here:
Regarding those, I am removing
release-blockerlabel from this one.One of the root issue was that
service-manager-proxywith concurrent installation by reconciler was trying to create ClusterServiceBrokers when service-catalog components were not ready yet:This one was resolved in: https://github.com/kyma-project/kyma/pull/12959
Status: ticket created for SM team, still noone assigned on their side. Bumped NGPBUG ticket priority to critical.