-
Notifications
You must be signed in to change notification settings - Fork 1.3k
remove definetly-gp support #18492
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
remove definetly-gp support #18492
Conversation
I also move it to draftm because it would be better to deploy after the weekend. |
compare to previous attempts it does not remove anything related to ExternalImageConfigFile
05b077d
to
c4b7517
Compare
/gh run recreate-vm=true Comment triggered a workflow runStarted workflow run: 5852329980
|
@@ -37,7 +37,7 @@ export class ImageSourceProvider { | |||
|
|||
const imgcfg = config.image; | |||
if (ExternalImageConfigFile.is(imgcfg)) { | |||
// we're asked to pull the Dockerfile from a repo possibly different than the one we're opening a workspace for (e.g. definitely-gp). | |||
// we're asked to pull the Dockerfile from a repo possibly different than the one we're opening a workspace for. |
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 has to stay, if I remember correctly.
'Just paying attention to what could break.
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.
yes, it was a reason why it broke last time, we create ExternalImageConfigFile above, did not process it here
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.
Code changes look good to me.
I couldn't test, though
Content initialization failed: bug: cannot add workspace to store
Yeah, it seems one image build leads to out of disk. We will need to recrreat VM or clean up somehow. Fine to merge? I've tested. |
/unhold |
Description
compare to previous attempts it does not remove anything related to ExternalImageConfigFile
Summary generated by Copilot
🤖 Generated by Copilot at 05b077d
This pull request removes the code and configuration related to the definitely-gp and inferred config features, which are no longer supported by Gitpod. It affects the
config-provider.ts
,config.go
,gitpod-service.go
,protocol.ts
,image-source-provider.ts
,example-config.yaml
,configmap.go
,types.go
, andconfig.md
files.Related Issue(s)
Fixes #
How to test
Documentation
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-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold