mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [JetBrains] Upgrade platform version of stable and latest Gitpod Gateway plugins * Update integration tests gateway build path
JetBrains Intergration Test
See also Internal Document
How to trigger it manually?
1. With GHA
2. In workspace with GHA
- Create a preview env
TF_VAR_infra_provider=gce TF_VAR_with_large_vm=true leeway run dev:preview
- Start tests
cd test/tests/ide/jetbrains
go test -v ./... -kubeconfig=/home/gitpod/.kube/config -namespace=default -username=<your_user_name>
3. In workspace
- Open with Gitpod
- Create a preview env
TF_VAR_infra_provider=gce TF_VAR_with_large_vm=true leeway run dev:preview
- Exec
leeway run test:dev-intellij