Alan Rominger
Alan Rominger
##### SUMMARY As of this point, I believe the replacements are in-place, and a basic demo Job Template can run. Initially, I'm just looking for test results in Github. #####...
##### SUMMARY I believe this is a fix for test failures we've been seeing. I'll do a dump of notes here. The failing test is `tests.api.external_data.test_metrics.TestMetrics.test_subsystem_metrics_counts_incremented_accurately`, and it fails because...
##### SUMMARY In recent release, ansible-core got pickier about types. CLI arguments of `-e` are always string, which kind of causes this problem, so ports from CLI need to be...
You have a way to reference a Dockerfile which already exists in someone's project: ```ini [docker:app] dockerfile = {toxinidir}/Dockerfile ``` I define the service details inside of my `docker-compose.yml` file....
##### SUMMARY This is a mop-up of any remaining issues I saw while trying to do performance testing related to dispatcherd. We had a case where scale-ups could result in...
##### SUMMARY The _main_ reason we didn't do this before was that we didn't have a means of splitting messages into multi-part messages to get under the 8,000 character limit...
##### SUMMARY Right now, it looks like logs will respect the dynamic_level_filter, and this is a bad thing, and was never intended. Because doing this means talking to postgres, and...
##### SUMMARY From my data, 4 out of 10,000 test runs will fail with a "DID NOT RAISE" assertion, which is an unintended flaky fail. While 0.04% is pretty low,...
##### SUMMARY I believe that the schema differ job isn't working. This is an attempted fix. Prior error text: ``` docker run -u 1001 --rm -v /home/runner/work/awx/awx:/awx_devel/:Z -e GITHUB_ACTIONS --workdir=/awx_devel...
##### SUMMARY This is outright duplication with DAB, and this patch brings AWX into the same patterns as everything else. ##### ISSUE TYPE - Bug, Docs Fix or other nominal...