ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
66 stars 42 forks source link

chore: Create and POST jUnit results file #1029

Closed zkayyali812 closed 2 weeks ago

zkayyali812 commented 2 weeks ago

https://issues.redhat.com/browse/AAP-28571

e2e test run - https://github.com/ansible/eda-server/actions/runs/10597875343

This PR adds the CI onboarding of our unit tests. This PR should not merge until it is confirmed to be functioning with our organization github secrets.

zkayyali812 commented 2 weeks ago

Hey @Alex-Izquierdo ,

My hope is that this would also work with forks, but I share your worry here.

I see in other places we reference secrets in our github actions, and they are working in our forks - https://github.com/ansible/eda-server/blob/main/.github/workflows/e2e-dispatch.yml#L69

My expectation and hope is that this would function similarly.

Alex-Izquierdo commented 2 weeks ago

Hey @Alex-Izquierdo ,

My hope is that this would also work with forks, but I share your worry here.

I see in other places we reference secrets in our github actions, and they are working in our forks - https://github.com/ansible/eda-server/blob/main/.github/workflows/e2e-dispatch.yml#L69

My expectation and hope is that this would function similarly.

e2e-dispatch doesn't work in fork unless you define the secrets. It follows a different flow and it can be only executed on-demand through a label.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud