Request for a contributor tooling feature that automatically captures the OS environment (OS, kernel, architecture) used for building and testing contributions. This would provide maintainers with passive visibility, addressing gaps where fixes might only be validated on a specific OS but merged with broader assumptions.
### Request Description OpenVINO supports a wide matrix of operating systems, kernels, and architectures (Ubuntu 20.04/22.04/24.04, RHEL 9, Windows 11, macOS/Apple Silicon, x86_64, ARM64, etc.). When contributors submit fixes or features, maintainers have no passive visibility into which environment the contribution was actually built and tested on — unless the contributor manually mentions it. This creates gaps: A bug fix may only be validated on one OS but gets merged assuming broader coverage Maintainers can't see which contributor environments are active in the wild Triage is harder when issues are OS-specific design some tooling so that it show publicy without adding any contributor friction like any extra command(publicly silently collecting). I'm not sure whether you actually need this tooling. If not, you may close this issue. If you do need it, I have a working solution(This approach works, but it’s not an optimal solution) Just let me know. ### Feature Use Case _No res