Nikolay Martyanov
Nikolay Martyanov
We sometimes see log entries like the following: ``` { "severity": "info", "source": "kernel", "content": "Booting Linux on physical CPU 0x0000000000 [0x410fd083]\n", "msgid": 1, "timestamp": { "seconds": -1, "nanos": 500806665,...
We want to make our pull request process clearer by showing different instructions depending on the type of PR: - PRs into `master` should follow the full template. - Backports...
Currently, Eden tests (and possibly other workflows) continue running even after a pull request is closed without being merged. This leads to unnecessary consumption of GitHub Actions runner time. For...
# Description This PR introduces the split-rootfs proof of concept for EVE. The build now produces two LinuxKit images - a minimal “bootstrap” rootfs with only boot-critical services and a...
### Problem Eden tests for pull requests in EVE are always executed through the same workflow chain, regardless of which branch a PR targets. The main `pr-gate.yml` triggers `eden-trusted.yml`, which...
### Summary The list of configuration properties in `CONFIG-PROPERTIES.md` no longer matches what is actually defined in `pkg/pillar/types/global.go`. The document has become outdated, with wrong defaults, missing keys, and inconsistent...