Skip to content

Conversation

@mustard-mh
Copy link
Contributor

@mustard-mh mustard-mh commented Oct 28, 2024

Description

Related Issue(s)

Fixes CLC-879

How to test

No need to test, or you could:

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 / Integration Tests
  • /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
  • /werft preemptible
    Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
golang/github.com/ramr/[email protected] None 0 11.2 kB

View full report↗︎

}
}()
// start the reaper to clean up zombie processes
reaperChan := make(chan reaper.Status, 10)
Copy link
Member

Choose a reason for hiding this comment

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

As the Go routine is just checking the PID for equality, and only forwards to handledByReaper in a single case, I think the small buffer of 10 is not leading to any blockages here. 👍

Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

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

Changes LGTM ✔️

@mustard-mh
Copy link
Contributor Author

Thanks! @geropl

/unhold

@roboquat roboquat merged commit 9442b52 into main Oct 28, 2024
83 of 85 checks passed
@roboquat roboquat deleted the hw/CLC-879 branch October 28, 2024 09:53
kylos101 added a commit that referenced this pull request Oct 28, 2024
roboquat pushed a commit that referenced this pull request Oct 29, 2024
… run error with unexpected exit code` (#20325)

* Revert "[supervisor] switch lib back to use upstream `ramr/go-reaper` (#20322)"

This reverts commit 9442b52.

* Revert "[supervisor] set pod failure reason when supervisor is reaped (#20318)"

This reverts commit 9e8da3b.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants