Ben Hillis
Ben Hillis
Solves #1122
This change updates the OHCL dev kernel to the latest version which contains patches required for the sidecar feature. https://github.com/microsoft/OHCL-Linux-Kernel/releases/tag/rolling-lts%2Fhcl-dev%2F6.6.51.6
This change removes the last usage of `GitHub-CLI-PAT` which was a temporary PAT for accessing various GitHub repos before they were marked as public.
Running the VMM tests for PR workflow needs to be re-enabled once we land on the right approach to use secrets in the flowey-based pipeline.
Flowey needs to be updated to support generating .yml with logic to not run checks for draft pull requests. The .yml needed is in the hard-coded unsafe-reviewers.yml file.
DO NOT MERGE
Seeing if PR's from forked repos are plumbed up correctly.
## Summary of the Pull Request This non-functional change switched to using the RAII file descriptor types to make ownership of file descriptors more explicit and to reduce the risk...
Update the kernel to the latest available version which contains this sidecar fixes: https://github.com/microsoft/OHCL-Linux-Kernel/pull/82 https://github.com/microsoft/OHCL-Linux-Kernel/pull/83 Cherry-pick of #1442
This change introduces the ability to trigger pipelines when tags are created. While developing this change I also noticed that the current ADO CI triggers functionality did not generate correct...