-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[jetbrains launcher] introduce backward compatible warmup command #15243
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
started the job as gitpod-build-ide-jb-warmup-logic-status.2 because the annotations in the pull request description changed |
@andreafalzetti Should not we squash and add co-authors? |
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.
/hold
I did not try, but code worked during teaming.
Please unhold after cleaning up commits. 🙏
var warmup bool | ||
|
||
if len(os.Args) < 2 { | ||
log.Fatalf("Usage: %s (warmup|<port>)\n", os.Args[0]) |
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.
I think warmup
is the first arg here
Co-authored-by: Victor Nogueira <[email protected]> Co-authored-by: Anton Kosyakov <[email protected]>
98a48ea
to
b702f97
Compare
thanks for the reviews 🙏 I've tested and address the comments, so I will unhold :) /unhold |
Description
Introducing a
warmup
cmd instatus
component (in the futrue it'll be renamed tojetbrains-launcher
) as a first step to land this PR: #15233 with the end goal of moving the warmup logic in the jetbrains component instead of being inserver
oride-service
.Related Issue(s)
Relates to #6740
How to test
Already tested but if want to double check:
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh