-
Notifications
You must be signed in to change notification settings - Fork 88
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
Remove upstream_project_url check in validate-config #2423
Remove upstream_project_url check in validate-config #2423
Conversation
Build succeeded. ✔️ pre-commit SUCCESS in 9m 09s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it would make sense to turn this error into a warning (something along the lines of “no upstream is configured, Packit Service jobs will be run as for non-git upstreams”) rather than removing it altogether?
IMO it could lead to some surprises
@mfocko I don't think it should lead to any surprises, even before the support was implemented, adding the |
/packit retest-failed |
This is no longer required.
80f9ded
to
f5d3cb8
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 09s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 2m 03s |
7b383e9
into
packit:main
This is no longer required.
RELEASE NOTES BEGIN
Check for
upstream_project_url
presence in the configuration whenpull_from_upstream
job is configured was removed fromvalidate-config
, as this is no longer required.RELEASE NOTES END