-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[server] remove definitely-gp #18278
Conversation
13bfed9
to
b5cf792
Compare
/unhold |
This reverts commit 0ea1b3a.
rev = "master"; | ||
image.file = dockerfilePath; | ||
} | ||
if (!(AdditionalContentContext.is(commit) && commit.additionalFiles[dockerfilePath])) { |
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.
@svenefftinge it should stay
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.
Can you share context / discussion on this?
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.
it is Dockerfile from the repo.
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.
@akosyakov what was the impact to users by having this removed? Would it make sense to introduce a metric and alert to help surface this in the future?
let rev = commit.revision; | ||
const image = config.image!; | ||
|
||
if (config._origin === "definitely-gp") { |
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, only this case should have been removed.
Description
This removes the deprecated support for definitely-gp
Related Issue(s)
Fixes #8473
How to test
Start a workspace on something that used to start off a definitely-go config and verify it starts from an inferred default config. E.g.
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
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
/hold