coreos / coreos-ci

CoreOS CI powers upstream testing for CoreOS projects.
https://jenkins-coreos-ci.apps.ocp.ci.centos.org/
6 stars 10 forks source link

jobs/bodhi-trigger: add reporting to ResultsDB #50

Closed jlebon closed 11 months ago

jlebon commented 11 months ago

Call out to the new resultsdb-report script in cosa to report test results back to ResultsDB. Report when first running and then again with final test results.

Just this alone seems sufficient for the results to show up in Bodhi's "Automated Tests" tab.

With this, we'll then be able to work on adding policies in Greenwave.

jlebon commented 11 months ago

Requires https://github.com/coreos/coreos-assembler/pull/3656.

jlebon commented 11 months ago

I just removed some extra braces. Merging!