Using e2e typescript to link openshift account to CRW it is not working in upgrade tests: upgrade-crw-ocp-4.6-oauth-including-all-devfiles
Root cause: pipeline is adding `-e E2E_OCP_CLUSTER_VERSION=3.x` doesn't matter which OCP version the test is run against:
https://gitlab.cee.redhat.com/codeready-workspaces/crw-jenkins/-/blob/master/jobs/CodereadyWorkspaces/e2e/complex/crwctl-flow/update-crw-crwctl.jenkinsfile#L77
14:01:38 TS_SELENIUM_VALUE_TLS_SUPPORT = true 14:01:38 TS_SELENIUM_VALUE_OPENSHIFT_OAUTH = true 14:01:38 TS_OCP_LOGIN_PAGE_PROVIDER_TITLE = 14:01:38 E2E_OCP_CLUSTER_VERSION = 3.x 14:01:38 TS_SELENIUM_LOG_LEVEL = TRACE 14:01:38 TS_SELENIUM_USERNAME = admin 14:01:38 TS_SELENIUM_PASSWORD = admin 14:01:38 TS_SELENIUM_MULTIUSER = true 14:01:38 TS_SELENIUM_W3C_CHROME_OPTION = true 14:01:38 NODE_TLS_REJECT_UNAUTHORIZED = 0
- is related to
-
CRW-1981 Pre-release testing of CRW 2.10.0.GA
- Closed