Skip to content
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

Merged
merged 1 commit into from
Jul 13, 2023
Merged

[server] remove definitely-gp #18278

merged 1 commit into from
Jul 13, 2023

Conversation

svenefftinge
Copy link
Member

@svenefftinge svenefftinge commented Jul 13, 2023

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
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh

/hold

@svenefftinge svenefftinge requested a review from a team July 13, 2023 15:51
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Jul 13, 2023
@svenefftinge svenefftinge force-pushed the se/remove-definitely-gp branch from 13bfed9 to b5cf792 Compare July 13, 2023 16:01
@svenefftinge
Copy link
Member Author

/unhold

@roboquat roboquat merged commit 0ea1b3a into main Jul 13, 2023
@roboquat roboquat deleted the se/remove-definitely-gp branch July 13, 2023 19:00
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Jul 14, 2023
csweichel added a commit that referenced this pull request Jul 19, 2023
rev = "master";
image.file = dockerfilePath;
}
if (!(AdditionalContentContext.is(commit) && commit.additionalFiles[dockerfilePath])) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svenefftinge it should stay

Copy link
Member Author

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?

Copy link
Member

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.

Copy link
Contributor

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") {
Copy link
Member

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.

roboquat pushed a commit that referenced this pull request Jul 19, 2023
This reverts commit 0ea1b3a.

Co-authored-by: Christian Weichel <chris@gitpod.io>
svenefftinge added a commit that referenced this pull request Jul 20, 2023
svenefftinge added a commit that referenced this pull request Jul 20, 2023
roboquat pushed a commit that referenced this pull request Jul 20, 2023
AlexTugarev added a commit that referenced this pull request Jul 21, 2023
AlexTugarev added a commit that referenced this pull request Jul 21, 2023
AlexTugarev added a commit that referenced this pull request Jul 21, 2023
AlexTugarev added a commit that referenced this pull request Jul 21, 2023
AlexTugarev added a commit that referenced this pull request Jul 21, 2023
AlexTugarev added a commit that referenced this pull request Jul 25, 2023
roboquat pushed a commit that referenced this pull request Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production size/L team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic: Deprecate definitely-gp
6 participants