#7 Add project's pipelines for python-zuul-sphinx and nodepool
Closed 4 years ago by fbo. Opened 4 years ago by fbo.
fbo/fedora-zuul-jobs-config pp-nodepool  into  master

file modified
+10
@@ -8,6 +8,16 @@ 

        - build-lint-test-gate-promote

  

  - project:

+     name: rpms/python-zuul-sphinx

+     templates:

+       - build-lint-gate-promote

+ 

+ - project:

+     name: rpms/nodepool

+     templates:

+       - build-lint-gate-promote

+ 

+ - project:

      name: test-python-package-zuul-workflow

      templates:

        - build-lint-test

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs-config on branch master. The error was:

The project "rpms/python-zuul-sphinx" was not found. All projects
referenced within a Zuul configuration must first be added to the main
configuration file by the Zuul administrator.

The error appears in the following project stanza:

project:
name: rpms/python-zuul-sphinx
templates:
- build-lint-gate-promote

in "fedora-zuul-jobs-config/zuul.d/projects.yaml@master", line 10, column 3

Pull-Request has been closed by fbo

4 years ago