Trevor Jones

Results 8 comments of Trevor Jones

> This way lies madness. If we need to support multiple concurrent jobs on the same physical machine, then we need to run those jobs in containers or VMs. The...

> Ahh... is this so that the same ARM host box can run multiple VMM test jobs from multiple pipeline run submissions? Yes this is the primary motivation for this...

> We're going to cross compile from x64, right? So this is just for unit and VMM tests. > > Can we just up the concurrency limits on ARM tests...

I opened a new PR with just the apt retry changes: https://github.com/microsoft/openvmm/pull/174

> I tested this and although it configured the serial port successfully, it didn't seem to actually log any data from COM3 (I was able to connect to COM3 via...

For example, to build everything for ARM and copy it to a windows directory: ``` cargo xflowey vmm-tests --target windows-aarch64 --dir /mnt/e/vmm_tests_aarch64 --build-only --copy-extras --install-missing-deps --unstable-whp ``` Then run on...

Thanks for your input Daniel, I think that some sort of json manifest with an automatic artifact resolver would be great. Maybe I'll work on that next, but for now...

> Why? This is intended to be an option for CVMs that could be attested to, so you could enable serial output for debugging purposes without allowing interactive login to...