Dusty Mabe
Dusty Mabe
We're currently building this on our aarch64 builder but not pushing it anywhere right now. We can push it to quay but I need to work out the details of...
Is this going to need to be run on different architectures? or just on x86_64?
> On UEFI systems, confirm that shim hasn't created an EFI boot entry during bootup. Implement the check in `basic` so it runs as part of the UEFI tests in...
@gursewak1997 I was wondering if we could specify the VPC instead of the subnet (subnet's are specific to a particular availability zone) when making the request. Then given the instance...
> I believe the AWS tests are already non-blocking. Indeed. AWS tests (any cloud tests, actually) are forked off and don't block the main pipeline from finishing. We do look...
Unfortunately, because of the limitations of AWS updating the console output I don't know if we're going to be able to do much better with this. I had two patches...
I think maybe this patch needs to be tweaked slightly: ``` --- PASS: ext.config.gshadow (135.60s) --- FAIL: ostree.unlock (738.00s) harness.go:1187: Cluster failed starting machines: machine "420c0aa5-87f1-47b1-83d6-024c4953d312" failed to start: ssh...
I experimented with this briefly last week (though it wasn't because of this issue). Here's the hack I was using: ```diff diff --git a/src/cmdlib.sh b/src/cmdlib.sh index 4ad8645ba..1a5eac2ad 100755 --- a/src/cmdlib.sh...
> That may be true for virtiofsd today, but I don't think it's true for virtiofs in general. Is there any other implementation that doesn't have that limitation or maybe...
Wow. Thanks for starting that discussion and linking to it here. It sounds like there is a short term path and a longer term path (a bit more work but...