Advertisement
Guest User

Base job yaml (failed to find log-classify role)

a guest
Jan 6th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1. - job:
  2.     name: base
  3.     parent: null
  4.     description: The base job.
  5.     pre-run: playbooks/base/pre.yaml
  6.     post-run: playbooks/base/post.yaml
  7.     roles:
  8.      # Note: change zuul-jobs name when using the upstream_zuul_job option
  9.       # Check /root/config/zuul.d/_jobs-base.yaml for the definition.
  10.       - zuul: zuul-jobs
  11.       - zuul: sf-jobs
  12.     extra-vars:
  13.       zuul_use_fetch_output: true
  14.     timeout: 1800
  15.     attempts: 3
  16.     secrets:
  17.      - site_sftests_logserver
  18.     nodeset:
  19.       nodes: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement