Micah Abbott

Results 61 issues of Micah Abbott

I was stepping (via `--step`) through the `improved-sanity-tests` and examining the test itself by hand and realized that we have more than a few instances of duplication in our `roles`...

enhancement

Embarrassingly, we have no explicit check that when a user does `rpm-ostree upgrade` or `rpm-ostree rollback`, that the action was successful. We should make changes to verify things like: -...

enhancement

@cgwalters said that we could use this kind of coverage and he has good ideas, so let's do it

enhancement

We have encountered situations where users have run the tests from `git master` against older releases and the tests do not run successfully. This is usually because the tests assume...

help wanted
question

We have a number of `set_fact` statements littered in the `roles` directory: ``` [~/workspaces/projectatomic/atomic-host-tests (master)*]$ git grep set_fact roles/ | wc -l 31 ``` I'd like to get these consolidated...

enhancement

This was originally seen on [CAHC](https://wiki.centos.org/SpecialInterestGroup/Atomic/Devel) but it can also be reproduced using vanilla CentOS and the `docker` package from the `virt7-candidate-common-candidate` [repo](http://cbs.centos.org/repos/virt7-container-common-candidate/) When trying to build a simple `httpd`...

**Describe the bug** When trying to compose an `edge-installer` artifact via `composer-cli compose start-ostree`, specifying a parent commit causes the compose operation to fail. **Environment** * OS version (`/etc/os-release` and...

**Describe the bug** When using `composer-cli blueprint diff` to print changes between two blueprint commits, there are no changes printed out. **Environment** * OS version (`/etc/os-release` and `/etc/redhat-release`): ``` NAME="Red...

When a user follows the workflow to create a RHEL for Edge Installer image, it is easy to end up with a non-working ISO by reusing the same blueprint. Given...

On Fedora 33 SB, using `rpm-ostree-2021.2-2` as `root`: I had built an ostree commit and then an extensions ostree commit. I changed `extensions.yaml` to include a new extension and `rpm-ostree`...