Micah Abbott

Results 88 comments of Micah Abbott

@samvarankashyap I thought about this some more and did some more testing on my side. I wanted to solve the following problems: 1. allow users to pass arguments to `ansible-playbook`...

@samvarankashyap Please do! I hope we can make this container robust enough to handle many scenarios, so please test as much as you can. 👍

@samvarankashyap I think we are getting closer to having this ready, but it occurred to me that in its current form, the Docker image that will result from the Dockerfile...

@mike-nguyen any reservations about using Homu? Seems like we are overdue.

I just ran `yamllint` with the defaults against the `tests` directory and there is a mountain of warnings/errors to address. So before we turn on the linter, let's make sure...

Probably need something like this in a `yamllint.cfg` file: ```yaml --- extends: default rules: linelength: 90 ```

![](https://github.trello.services/images/mini-trello-icon.png) [(3) Add [a-h-t] sanity test for sssd container with atomic install/run](https://trello.com/c/Be3tA1yS/763-3-add-a-h-t-sanity-test-for-sssd-container-with-atomic-install-run)

This is not a bad idea, but I think we should be able to control which tests are executed at the job level. Let's leave this open for now as...

For the time being, I've configured our internal Jenkins jobs to use `-e g_docker_latest=false` on the Fedora streams.

I worry about increasing the amount of time that would be added to the sanity/smoketest runs by including additional integration tests. I do see value in re-running the tests, but...