Micah Abbott

Results 88 comments of Micah Abbott

The current release notes for `rpm-ostree` and `ostree` are quite good in my opinion, but I understand the desire to move towards something more automated. I really enjoy reading through...

See also https://github.com/openshift/os/issues/669 for the dowstream report

@gursewak1997 `ci/prow/verify` is failing like: ``` FAILURE after 27.595s: hack/verify-generated.sh:13: executing '/go/src/github.com/openshift/origin/hack/update-generated.sh' expecting success: the command returned the wrong error code There was no output from the command. Standard error...

the `e2e-aws-single-node*` tests continue to hit the `Failed while waiting on imagestream import` problem that was affecting the broader CI fleet...but since they are not required, we can merge over...

Another question for due to unfamiliarity...when/where does this new test run? Will it be part of CI jobs? I'm struggling to find evidence that this test was run in any...

> > Could we support a denylist instead? > > cc @miabbott This one fell off the TODO stack; I'll see about revisiting next week.

@bgilbert Does this latest patch match what you expected? I'm starting to think you meant a denylist file, so let me know your preference.

> The request makes sense to me. My only minor hesitation with the suggested approach is having the canonical `meta.json` encode a location to itself. It would become stale if...

The support for this looks like it is already in place: https://github.com/coreos/coreos-assembler/blob/main/mantle/kola/harness.go#L668-L677 https://github.com/coreos/coreos-assembler/blob/main/mantle/kola/harness.go#L879-L883 As a quick test, I added a `kola.json` header to the `misc-ro` test in `openshift/os`: ```diff $...