-
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 #18316
[server] remove definitely-gp #18316
Conversation
c0396c8
to
9f0b829
Compare
/gh run recreate-vm Comment triggered a workflow runStarted workflow run: 5608610903
|
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.
Is there any chance we can verify on a preview env?
We can try with this repo once the VM is up again |
I started 2 workspaces using https://revert-183a28a79aab0.preview.gitpod-dev.com/new#https://github.com/gitpod-samples/template-quarkus. No image build to see, but That should be fine then, right? |
Yes, thanks for testing /unhold |
@@ -36,25 +35,7 @@ export class ImageSourceProvider { | |||
let result: WorkspaceImageSource; | |||
|
|||
const imgcfg = config.image; | |||
if (ExternalImageConfigFile.is(imgcfg)) { |
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
This removes the deprecated support for definitely-gp.
Related Issue(s)
Fixes #8473
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