Alan Rominger

Results 284 comments of Alan Rominger

![Screenshot From 2025-06-11 16-22-02](https://github.com/user-attachments/assets/a61cb3db-2211-4824-8dec-d11939aa57c5) didn't work

some clippings It looks like we're saving the same xml file. But that's possibly not was expected?? What is expected? ### api-test ``` make test PYTEST_ADDOPTS="--create-db --cov --cov-report=xml --junitxml=reports/junit.xml" make[1]:...

@webknjaz I'm trying to understand why the coverage would skip https://github.com/ansible/awx/blob/3db2e04efe00c8fd0265de1f2a1f7388da95fd34/.github/workflows/ci.yml#L67-L69 So my current status is that I don't know where `steps.make-run.outputs.cov-report-files` comes from. This produces `/awx_devel/reports/junit.xml`. Is that the...

Still giving the same result as my screenshot above. I just don't know what specific artifacts it needs. Perhaps it's `reports/coverage.xml` that it's missing?

with debug mode https://github.com/ansible/awx/actions/runs/15690322675/job/44251182441

Unblocked now, because https://github.com/ansible/awx/pull/15647 is merged

On @chrismeyersfsu 's point, the intent was never for the `Project.credential` field to validate the literal "Source Control" credential type. https://github.com/ansible/awx/blob/79c1921ea480ae26b0d7faf6e1a8e89b61f76c30/awx/main/models/projects.py#L163-L164 Instead, it only wants the `kind` of the credential...

> 2024-08-16 15:30:15,948 ERROR [60200fba] awx.main.middleware Received harakiri graceful signal while in stack: File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/rest_framework/views.py", line 506, in dispatch Can you explain to me what's happening with the `[-5:]`? I...

@webknjaz this looks like it would be resolved by https://github.com/ansible/awx/pull/15317