-
Notifications
You must be signed in to change notification settings - Fork 37
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
[2/n] Bifrost provider configuration improvements pt1 #1322
Conversation
Test Results 92 files ±0 92 suites ±0 10m 22s ⏱️ -1s For more details on these failures, see this check. Results for commit 60c457a. ± Comparison against base commit 21a407f. This pull request removes 4 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
- Use file_exact because file searches parent directories automatically for the config, definitely not the behaviour we want. - If config file was not found, it silently ignored the supplied --config-file argument, this was fixed - Support loading toml files - Makes it clear in logs when we are starting with the built-in default config.
- Rename and flattening of bifrost provider kinds and configurations - Provider configuration is typed (no more lazy config parsing errors) - Dedicated error type for provider errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 for merging :-)
[2/n] Bifrost provider configuration improvements pt1
Stack created with Sapling. Best reviewed with ReviewStack.