-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Implement MergeFleetPolicy for nodetreemodel #31961
Conversation
Package size comparisonComparison with ancestor Diff per package
Decision |
Test changes on VMUse this command from test-infra-definitions to manually test this PR changes on a VM: inv aws.create-vm --pipeline-id=50702362 --os-family=ubuntu Note: This applies to commit 6e52c8f |
/merge |
Devflow running:
|
What does this PR do?
Implement the MergeFleetPolicy method. It reuses the readConfigurationFile method, but with its own source layer, and then merges the result into the config tree.
Motivation
Remove our dependency on viper.
Describe how you validated your changes
Functionality covered by a unit test, which matches the test for the previous viper method.
Possible Drawbacks / Trade-offs
Additional Notes