-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI for pull requests #133
Comments
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. |
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 🥳 openshift/release#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.
The text was updated successfully, but these errors were encountered: