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

Removed experiment flags that we would no longer consider rolling back #483

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

JoshuaKrstic
Copy link
Contributor

Removing a number of experiments that we would not consider rolling back.

@@ -12,9 +12,6 @@ import (
// to treat experiment flags as their default value. The error should still be checked.
type Experiments struct {
EnableTestFeatureForImage bool
EnableSignedContainerImage bool
EnableOnDemandAttestation bool
EnableMemoryMonitoring bool
EnableSignedContainerCache bool
EnableMeasureMemoryMonitor bool
Copy link
Collaborator

Choose a reason for hiding this comment

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

EnableSignedContainerCache + EnableMeasureMemoryMonitor have been in prod for a while, i think we can possibly remove them as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removing these is less trivial due to the agent class also generating tokens. Lets handle this in a follow up PR.

@JoshuaKrstic
Copy link
Contributor Author

/gcbrun

@JoshuaKrstic JoshuaKrstic merged commit 03c656e into google:main Sep 13, 2024
11 checks passed
jessieqliu pushed a commit that referenced this pull request Sep 25, 2024
#483)

Co-authored-by: Joshua Krstic <jkrstic@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants