mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
4a6084cc95
- Closes #1812. - The network plugin is the source of truth for the variant, if any, that applies to the network. Resolving a missing variant configuration option in the API server can create a situation where the variant the runtime uses for interface selection is incorrect. - Adds serial suites trait to tests to see whether it helps current CI issues. ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Fixes a flaw in our interface strategy logic. ## Testing - [x] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs