Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of Happy path PR check of Eclipse Che repos

Hello everyone,

FYI: E2E Happy path tests PR check of Eclipse Che related repos is failing on "Start Che" step because of issue https://github.com/eclipse/che/issues/17888.
   * QE team is investigating the problem
   * Problem recognized by the following error message in Jenkins job console log:
--------------------------------------------------------
[10:55:04] Create the Custom Resource of type checlusters.org.eclipse.che in the namespace eclipse-che [started]

[10:55:04] Create the Custom Resource of type checlusters.org.eclipse.che in the namespace eclipse-che [failed]

[10:55:04] → CheCluster.org.eclipse.che "eclipse-che" is invalid: []: Invalid value: map[string]interface {}{"apiVersion":"org.eclipse.che/v1", "kind":"CheCluster", "metadata":map[string]interface {}{"creationTimestamp":"2020-09-16T14:55:04Z", "generation":1, "name":"eclipse-che", "namespace":"eclipse-che", "uid":"9aca84de-f82c-11ea-b25a-fa163e3737ab"}, "spec":map[string]interface {}{"auth":map[string]interface {}{"externalIdentityProvider":false, "identityProviderAdminUserName":"", "identityProviderClientId":"", "identityProviderImage":"", "identityProviderPassword":"", "identityProviderRealm":"", "identityProviderURL":"", "oAuthClientName":"", "oAuthSecret":"", "openShiftoAuth":true, "updateAdminPassword":false}, "database":map[string]interface {}{"chePostgresDb":"", "chePostgresHostName":"", "chePostgresPassword":"", "chePostgresPort":"", "chePostgresUser":"", "externalDb":false, "postgresImage":""}, "k8s":map[string]interface {}{"ingressClass":"", "ingressDomain":"10.0.107.13.nip.io", "ingressStrategy":"", "securityContextFsGroup":"", "securityContextRunAsUser":"", "singleHostExposureType":"", "tlsSecretName":"che-tls"}, "metrics":map[string]interface {}{"enable":true}, "server":map[string]interface {}{"allowUserDefinedWorkspaceNamespaces":false, "cheDebug":"false", "cheFlavor":"", "cheImage":"maxura/che-server", "cheImageTag":"17757", "cheWorkspaceClusterRole":"", "devfileRegistryImage":"", "gitSelfSignedCert":false, "nonProxyHosts":"", "pluginRegistryImage":"", "proxyPassword":"", "proxyPort":"", "proxyURL":"", "proxyUser":"", "serverExposureStrategy":"", "serverMemoryLimit":"", "serverMemoryRequest":"", "serverTrustStoreConfigMapName":"", "singleHostGatewayConfigMapLabels":"", "singleHostGatewayConfigSidecarImage":"", "singleHostGatewayImage":"", "tlsSupport":true, "workspaceNamespaceDefault":""}, "storage":map[string]interface {}{"postgresPVCStorageClassName":"", "preCreateSubPaths":true, "pvcClaimSize":"1Gi", "pvcJobsImage":"", "pvcStrategy":"common", "workspacePVCStorageClassName":""}}}: validation failure list:

spec.server.singleHostGatewayConfigMapLabels in body must be of type object: "string"

[10:55:04] 🏃‍  Running the Eclipse Che operator [failed]
================================

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
CodeReady Workspaces QE team

Back to the top