See discussion in https://github.com/fedora-silverblue/issue-tracker/issues/334.
Giving Zuul a try before investing in moving to GItLab.
Waiting on https://pagure.io/fedora-project-config/pull-request/229
Filename is typoed. It should be .zuul.yaml, not .zull.yaml.
.zuul.yaml
.zull.yaml
Thanks
rebased onto 4a73e63ee5103093cc48c7749827cb6b64b61ed3
Pull-Request has been closed by siosm
Pull-Request has been reopened by siosm
This does not trigger Zuul CI apparently
@tdecacqu any ideas here?
Note, I never actually tried this noop config on my projects, I always just went straight to having at least one 'real' job. But it is advised in the wiki, so I guess it ought to work.
noop
oh, did you enable the webhook in the project config? that is, did you do this stuff: https://fedoraproject.org/wiki/Zuul-based-ci#Configure_the_repository_for_Zuul
I did not do that indeed. Trying it.
And I don't have enough power to do it. @tpopela @dustymabe can I be made admin for this repo? Thanks
Or could one of you do the setup mentioned above?
It'd be great if that step weren't required, but I don't know if there's a practical way to achieve that :| Don't know if softwarefactory and pagure folks have discussed it.
You're admin now :)
Thanks :)
Zuul encountered a syntax error while parsing its configuration in the repo workstation-ostree-config on branch main. The error was:
Configuration item has more than one key. Each zuul.yaml configuration file must be a list of dictionaries with a single key, for example:
job: name: foo
project: name: bar
Ensure that every item in the list is a dictionary with only one key (in this example, 'job' and 'project'). This error may be caused by insufficient indentation of the keys under the configuration item ('name' in this example).
The incorrect values are around:
project: null check: jobs: - noop
Next steps in https://pagure.io/workstation-ostree-config/pull-request/310
See discussion in https://github.com/fedora-silverblue/issue-tracker/issues/334.
Giving Zuul a try before investing in moving to GItLab.