Stephen Benjamin
Stephen Benjamin
There is currently no support for Ironic baremetal API in gophercloud. I'm working on it, and will have a PR open shortly for Nodes to get some early feedback, and...
Instead of giving a koji task (as added in https://github.com/Katello/forklift/pull/275), it would be great if we could give a foreman/katello-packaging PR number too.
Every now and then we get catastrophic runs where hundreds of tests fail with this error: ``` error: stat /tmp/kubeconfig-2448219175: no such file or directory ``` Example run at [1]....
This test was previously marked as skipped because github disabled the git:// protocol. I assume the intention was to find another way to test the use of git:// (maybe with...
**What happened**: The prow censor found a sequence of integers it wanted to censor embedded in a junit testcase's time attribute, rendering it like this: ```xml ``` The XML is...
In https://github.com/rack/rack/pull/1937, rackup was moved to a different gem, so the message from the assemble script is incorrect. The error says: https://github.com/sclorg/s2i-ruby-container/blob/ab1ca4b5fcff5a6d65ebc32ba2dfef4c23b621e0/2.2/s2i/bin/assemble#L52-L55 This should say `rackup` if rack is >=...
Note: hold off on reviewing this more until some of the separate features I've extracted from this are merged: - [ ] File chooser, https://github.com/davidfor/calibre-annotations/pull/25 - [ ] Default and...
The convention is a format like `node-role.kubernetes.io/role: ""`, not `node-role.kubernetes.io: role`, however ROSA uses the latter format to indicate the `infra` role. This changes the node watch code to ignore...
I'm having a strange issue with PollyJS and Jest. I have 2 tests in a single file -- the first one passes, and the second returns an error from the...