I have done the following
Steps to reproduce
In CI, many runners don't have an /etc/resolver directory set up, which causes the local DNS task to fail on API server start.
This results in an error during the test phase of the git action; theinstall-kernel make target fails on container system start.
The directory monitor must transition between two operational states:
- when the directory is not present, remove all localhost DNS entries, and poll until the directory is present
- when the directory is present, process any localhost DNS files and then monitor for changes
Current behavior
tests crash on CI while installing kernel
Expected behavior
tests run as expected
Environment
- OS: 26
- Xcode: 26
- Container: 0.9.0.2
Relevant log output
Code of Conduct
I have done the following
Steps to reproduce
In CI, many runners don't have an /etc/resolver directory set up, which causes the local DNS task to fail on API server start.
This results in an error during the test phase of the git action; the
install-kernelmake target fails oncontainer system start.The directory monitor must transition between two operational states:
Current behavior
tests crash on CI while installing kernel
Expected behavior
tests run as expected
Environment
Relevant log output
Code of Conduct