Zuul encountered a syntax error while parsing its configuration in the repo fedora-zuul-jobs-config on branch master. The problem was:
The project "rpms/zuul" was not found. All projects referenced within a Zuul configuration must first be added to the main configuration file by the Zuul administrator.
The problem appears in the the "rpms/zuul" project stanza:
project: name: rpms/zuul templates: - publish
in "fedora-zuul-jobs-config/zuul.d/projects.yaml@master", line 61
rebased onto ff57b0c161def68afa46207813e7ccc88c51644f
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/3b8d06b4b3ed48c5a21f0067e7e2865f
The nodeset "fedora-40-container" was not found.
The problem appears in the the "clean-stalled-koji-tasks" job stanza:
job: name: clean-stalled-koji-tasks description: Cancel Koji tasks running for more than 12 hours run: playbooks/koji/clean-stalled-koji-tasks.yaml nodeset: fedora-40-container protected: true roles: - zuul: zuul-distro-jobs secrets: ...
in "fedora-zuul-jobs-config/zuul.d/jobs.yaml@master", line 3
The problem appears in the the "check-for-arches" job stanza:
job: name: check-for-arches description: Check the packages needs arches builds run: playbooks/rpm/check-for-arches.yaml branches: - rawhide - f40 - f39 - epel9 ...
in "fedora-zuul-jobs-config/zuul.d/jobs.yaml@master", line 43
Pull-Request has been merged by fbo