-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[JetBrains] Replace "Status" by "JetBrains Launcher" and run it in a separate image from IDEs #15308
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
This comment was marked as resolved.
This comment was marked as resolved.
494159a
to
ee7ce4c
Compare
ce4d978
to
add9cd7
Compare
…ge from IDEs Co-authored-by: Anton Kosyakov <[email protected]> Co-authored-by: Andrea Falzetti <[email protected]>
add9cd7
to
b69c1df
Compare
@felladrin and I have tested regular workspaces starting fine, also warmup logs are as expected, we're going to merge this one cc @akosyakov |
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.
@@ -1,45 +0,0 @@ | |||
#!/bin/bash |
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.
this one we should keep but fix later cc @andreafalzetti @felladrin
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.
You mean components/ide/jetbrains/launcher/hot-deploy.sh
[1]? If so, we kept it.
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.
no, hot-swap as well, it allows to iterate on jb-launcher within a running workspace
Description
This PR extracts the
status
program from the JB IDE images. We're adding a new image calledjb-launcher
and it will make iterating on this logic much faster, avoiding to re-build the images each time.Related Issue(s)
Related to #6740
How to test
Release Notes
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh