-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Make JetBrains backend plugin compatible with 2025.1
#20549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7341ab1 to
e47be8f
Compare
e47be8f to
bed7e54
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Tool: gitpod/catfood.gitpod.cloud
Tool: gitpod/catfood.gitpod.cloud
Tool: gitpod/catfood.gitpod.cloud
24628be to
c14b3df
Compare
| - [x] /werft with-gce-vm | ||
| - [x] with-integration-tests=jetbrains | ||
| - [x] latest-ide-version=${{ contains(inputs.pluginId, 'latest') }} | ||
| - [x] latest-ide-version=${{ contains(inputs.pluginId, 'true') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix incorrect label setup
iQQBot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.



Description
TODO:
Related Issue(s)
Relates CLC-1123
How to test
Integration testsCheck integration tests of current PR, maybe some of them will be failed, but most of them should workIntegration tests will not work because the latest JB IDEs are not updated to
2025.1yet, so we need to do smoke tests. (in case preview env is gone, you need to exec this script to make it use the editor that uploaded by the GHA from current branchSmoke test
leeway run components/ide/gha-update-image:jb-use-dev-latestif the editor is not latest 2025.1Documentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-testPublish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/previewIf enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all,workspace,webapp,ide,jetbrains,vscode,ssh. If enabled,with-previewandwith-large-vmwill be enabled./hold