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

Disable Generic Worker interactive and D2G features by default #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

petemoore
Copy link
Contributor

Disable features unless explicitly enabled:

  • Interactive
  • D2G

Worker pools have can opt in to these features, but without explicitly enabling, they will be disabled.

This is only the default, they can be enabled for specific worker pools.
@petemoore petemoore requested review from a team as code owners November 21, 2024 19:38
@@ -60,6 +60,8 @@ worker-defaults:
disableReboots: false
downloadsDir: Z:\downloads
ed25519SigningKeyLocation: C:\generic-worker\ed25519-private.key
enableD2G: false
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this is doing what you think it is. This is the default config for generic-worker/windows. At the very least you'll want this in the other sections here, and perhaps to remove enableD2G from this one?

Copy link
Contributor

@ahal ahal left a comment

Choose a reason for hiding this comment

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

Julien also pointed out that we can't land this until all pools have a recent enough version of generic-worker which supports this new config.

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.

3 participants