Those nodesets uses Fedora distro, which are End of Life and should not be in use anymore.
Zuul encountered a syntax error while parsing its configuration in the repo fedora-infra/mbbox on branch master. The error was:
The nodeset "fedora-30-vm-medium" was not found.
The error appears in the following job stanza:
job: name: test-local run: ci/test-local.yml nodeset: fedora-30-vm-medium
in "fedora-infra/mbbox/.zuul.yaml@master", line 6, column 3
recheck
Zuul encountered a syntax error while parsing its configuration in the repo fedora-qa/os-autoinst-distri-fedora on branch 1635833-test. The error was:
The nodeset "fedora-31-vm" was not found.
job: name: os-autoinst-tox run: ci/tox.yaml nodeset: fedora-31-vm
in "fedora-qa/os-autoinst-distri-fedora/.zuul.yaml@1635833-test", line 1, column 3
https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/282
Zuul encountered a syntax error while parsing its configuration in the repo fedora-qa/os-autoinst-distri-fedora on branch aarch64-desktop. The error was:
in "fedora-qa/os-autoinst-distri-fedora/.zuul.yaml@aarch64-desktop", line 1, column 3
Quite a lot of branches use those nodesets in various repos. Idea is to temporarily remove those repos from the Zuul config https://pagure.io/fedora-project-config/pull-request/251 then re-add them later when this change is merged.
Build succeeded.
Metadata Update from @fbo: - Pull-request tagged with: gateit
Build succeeded (gate pipeline).
Pull-Request has been merged by zuul
Those nodesets uses Fedora distro, which are End of Life and
should not be in use anymore.