Support workspaces e2e test to work with an existing cluster setup
Support the existing e2e test to be run against a long-lived sandbox environment where the following pre-requisties would already be setup:
- GKE cluster available
- Ingress will be installed
- A domain for the workspaces pointing to the load balancer would be available
- Gitlab-workspaces proxy would be setup with the existing domain
During the e2e test, the test would do the following
- Create a agent project, and connect the agent to the existing GKE cluster
- Add agent config file with dns zone pointing to the above domain
- Create a devfile for a public project ( with a app)
- Create a new workspace for the above devfile project
- Continue with the other tests with the new workspace created
Edited by Nivetha Prabakaran