Andrew Jeddeloh
Andrew Jeddeloh
Right now using `allOf` results in embedding any `$ref`s and creating new structs for those that are defined in a new block. For those not using `$ref` would it be...
It would be good to support allowing specifying struct tags in some way. JSON schema doesn't have a concept which maps nicely to it, but maybe something like `additionalProperties` or...
We should build the cosa container for arm and push it to quay. I don't think quay supports building arm directly.
# Issue Report # ## Bug ## ### Container Linux Version ### Current master, probably all versions ### Environment ### qemu and azure, most likely others as well ### Expected...
Similar to the [Container Linux validator](https://coreos.com/validate) there should be an host version of FCCT. Rough proposal: - A service that wraps FCCT and acts as an HTTP endpoint for translation....
go mod tidy ends up updating some libraries (go/x stuff mostly) that breaks the build. We're using versions that are quite old. We should update it to work with the...
Do not claim the machine is not reachable when it actually is and is just booting. If it times out while booting, also log active jobs.
Kola tests sometimes fail the machine check because systemd is still in the `starting` state. Specifically sometimes this check times out while stilling in the "starting" state: https://github.com/coreos/mantle/blob/master/platform/platform.go#L328
It looks like there's a race with the `cl.locksmith.cluster` test where the system stops sshd too fast and causes the ssh command to fail which then causes the test to...
Currently the qemu platform does not set up networking such that qemu can reach the outside world. This is great for tests, but obnoxious for using kola spawn when debugging....