Gabriel Becker
Gabriel Becker
I also approve it. 👍
I suspect the Rsyslog is now using the RainerScript syntax now and it's tripping our current template implementation: https://gitlab.com/redhat/centos-stream/rpms/rsyslog/-/merge_requests/49/diffs
From: https://github.com/ComplianceAsCode/content/actions/runs/19858710726/job/56915038821?pr=14203 ``` File "/usr/local/lib/python3.13/site-packages/atex/provisioner/testingfarm/api.py", line 507, in reserve if self.api.whoami()["token"]["ranch"] == "public": ~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/atex/provisioner/testingfarm/api.py", line 122, in whoami raise ValueError("whoami() requires an auth token") ValueError: whoami() requires an...
I've addressed all the feedback provided and split the jobs into two workflows, one with the `workflow_run` as suggested by @Mab879 . Let's see how it behaves.
> How would I make a change in the workflow (later down the road) while being able to test the change in a PR, and not hit any of the...
/packit retest-failed
@Mab879 removing the branches seems to be the solution for the workflow to be triggered: [c51e5be](https://github.com/ComplianceAsCode/content/pull/14203/commits/c51e5be86ef2308744b541a04d8872530b31329f) This might also be the solution for the compare-ds job https://github.com/ComplianceAsCode/content/blob/828571f288561fa99902f5bc6f2c2681d3dde908/.github/workflows/compare-ds.yaml#L7 On my fork...
I believe this is now ready to be merged. Of course some improvements can be done, but the main functionality is there: see here https://github.com/ggbecker/content/pull/45
/packit retest-failed