papr
papr copied to clipboard
Project Atomic's very own GitHub PR tester.
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. Changelog Sourced from pyyaml's changelog. 5.1 (2019-03-13) yaml/pyyaml#35 -- Some modernization of the test running yaml/pyyaml#42 -- Install tox in a virtualenv yaml/pyyaml#45 --...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
I've already started on this, but just filing it for tracking purposes. Let's work on getting the ostree tests to pass in the new PAPR-in-OCP model. Once that works, let's...
E.g. in https://github.com/ostreedev/ostree/pull/700, we're just updating `README.md`. We should allow maintainers to define opt-out/opt-in file paths in the YAML for which a specific suite should or shouldn't run.
### Rough problem statement Right now, our architecture is very much like a waterfall. Events on GitHub cause a linear cascade of events that eventually fires off PAPR to run...
Let's take the conversation about https://github.com/ostreedev/ostree/pull/1513 here. I'm trying to analyze the issue a bit more to understand the root of performance issues; are we dealing with CPU overconsumption, or...
In https://github.com/ostreedev/ostree/pull/1462 ``` + # TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/ + - curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest ``` Something like: ``` - inputs_url_immutable: - https://getfedora.org/atomic_qcow2_latest ```...
Projects expect git submodules to be checked out already.
We were previously stuck on F25 because of issues with `docker cp`: https://bugzilla.redhat.com/show_bug.cgi?id=1489505. But now, this is actively preventing newer features to be used. E.g. for https://github.com/ostreedev/ostree/pull/1462, I couldn't get...
Right now, it's impossible to reboot a VM without also provisioning a container alongside it. We should special case `reboot` to handle this gracefully. E.g. ```yaml tests: - yum update...