Advertisement
Guest User

Untitled

a guest
Dec 30th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. - job:
  2. name: jobX
  3. run: playbooks/jobX.yaml
  4. nodeset:
  5. nodes:
  6. - name: ubuntu-bionic
  7. label: ubuntu-bionic
  8. timeout: 3600
  9. post-timeout: 3600
  10. attempts: 2
  11. provides: jobX
  12.  
  13. - job:
  14. name: jobY
  15. run: playbooks/jobY
  16. nodeset:
  17. nodes:
  18. - name: ubuntu-bionic
  19. label: ubuntu-bionic
  20. timeout: 3600
  21. post-timeout: 3600
  22. attempts: 2
  23. provides: jobY
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement