Skip to content

Instantly share code, notes, and snippets.

@gundalow
Last active May 12, 2018 19:38
Show Gist options
  • Save gundalow/cf8b2327ffe36c166dc08bb5e70fa605 to your computer and use it in GitHub Desktop.
Save gundalow/cf8b2327ffe36c166dc08bb5e70fa605 to your computer and use it in GitHub Desktop.
Zuul GitHub

Zuul encountered a syntax error while parsing its configuration in the repo ansible-network/network-engine-zuul on branch devel. The error was:

Job ansible-role-tests not defined

The error appears in the following project or project-template stanza:

  project:
      check:
        jobs:
          - tox-linters
          - ansible-test-sanity
          - ansible-role-tests
      gate:
        jobs:
          - tox-linters
          - ansible-test-sanity
          - ansible-role-tests

in "ansible-network/network-engine-zuul/.zuul.yaml@devel", line 1, column 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment