pytest is enabled in https://pagure.io/fedora-project-config/blob/master/f/resources/fedora-distgits.yaml#_1196
but in https://src.fedoraproject.org/rpms/pytest/pull-request/42 I see no zuul and the latest build in https://koji.fedoraproject.org/koji/tasks?owner=zuul&state=all is from yesterday
Mentioned in https://issues.redhat.com/browse/OSCI-2908
Ok this is fixed now.
It seems a branch has been created into https://pagure.io/fedora-zuul-jobs (fix-sidetag) for the pr171. Zuul reads all branches for discovering any .zuul.yaml or .zuul.d directory and that can cause trouble in some situation. Pagure does not provide branch protection AFAIK (this is the case on github and gitlab), Zuul uses that protection system to only read protected branches.
So to open a PR on fedora-project-config fedora-zuul-jobs and fedora-zuul-jobs-config it is required to fork the repo first and then create the source branch for the PR on the fork.
I close this issue. Please reopen if needed.
Sorry, I had no idea about this, cool it was just this then
Metadata Update from @mvadkert: - Issue status updated to: Closed (was: Open)
Thanks.