You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
290 B

  1. - job:
  2. name: blubber-build
  3. run: playbooks/blubber-build.yaml
  4. - job:
  5. name: blubber-test
  6. run: playbooks/blubber-test.yaml
  7. - project:
  8. check:
  9. jobs:
  10. - blubber-build
  11. - blubber-test
  12. gate:
  13. jobs:
  14. - blubber-build
  15. - blubber-test