Open adelton opened 1 year ago
We talked about using Prow for this in one of the meetings, probably worth looking into. It might be better to wait until the PoC is in at least a somewhat stable state before doing this though.
Actually, especially for refactorings like https://github.com/opendatahub-io/ai-edge/pull/131 I would have liked to be able to use some automation to confirm that I don't break things.
For times when the PoC is more stable, https://github.com/opendatahub-io/ai-edge/issues/134 is more applicable.
As for the Prow link -- does it have some information there how to get hooked to https://prow.ci.openshift.org/? I only scanned those pages briefly but it seems like a documentation about setting up Prow but I'd much rather just hook to whatever existing instance is already out there. I wonder if https://github.com/openshift/test-infra is what we are looking for, specifically https://github.com/openshift/test-infra/blob/master/prow/jobs.md.
Actually, does Open Data Hub use Prow in any way?
Looks like it does: https://prow.ci.openshift.org/?repo=opendatahub-io%2Fodh-dashboard
Ah, so folks from our peer team(s) should be able to give us some hints how to onboard us.
Great, looks like @LaVLaS knows how 🥳 https://github.com/openshift/release/pull/30719
As a contributor to this repo, I'd like to have an ability to run an automated CI workflow/pipeline on my my pull requests to make sure I do not break things.
Initiating the tests might be manual to avoid wasting resources.