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.

41 lines
960 B

  1. ---
  2. name: Failing Test
  3. description: Report test failures in Kubespray CI jobs
  4. labels: kind/failing-test
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: Please only use this template for submitting reports about failing tests in Kubespray CI jobs
  9. - type: textarea
  10. id: failing_jobs
  11. attributes:
  12. label: Which jobs are failing ?
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: failing_tests
  17. attributes:
  18. label: Which tests are failing ?
  19. validations:
  20. required: true
  21. - type: input
  22. id: since_when
  23. attributes:
  24. label: Since when has it been failing ?
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: failure_reason
  29. attributes:
  30. label: Reason for failure
  31. description: If you don't know and have no guess, just put "Unknown"
  32. validations:
  33. required: true
  34. - type: textarea
  35. id: anything_else
  36. attributes:
  37. label: Anything else we need to know