flaky.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. name: ❅ Flaky Test
  2. description: Report a flaky test in CI
  3. title: '[Flaky CI]: '
  4. labels: ['Type: CI Flakiness']
  5. body:
  6. - type: dropdown
  7. id: type
  8. attributes:
  9. label: Flakiness Type
  10. description: What are you observing
  11. options:
  12. - Timeout
  13. - Jest Snapshot
  14. - Insta Snapshot
  15. - Assertion failure
  16. - Other / Unknown
  17. validations:
  18. required: true
  19. - type: input
  20. id: job-name
  21. attributes:
  22. label: Name of Job
  23. placeholder: acceptance / acceptance (0)
  24. description: name of job as reported in the status report
  25. validations:
  26. required: true
  27. - type: input
  28. id: test-name
  29. attributes:
  30. label: Name of Test
  31. placeholder: tests/js/spec/views/settings/projectDebugFiles/customRepositories.spec.tsx
  32. description: file name or function name of failing test
  33. validations:
  34. required: false
  35. - type: input
  36. id: test-run-link
  37. attributes:
  38. label: Link to Test Run
  39. placeholder: https://github.com/getsentry/sentry/runs/5582673807
  40. description: paste the URL to a test run showing the issue
  41. validations:
  42. required: true
  43. - type: textarea
  44. id: details
  45. attributes:
  46. label: Details
  47. description: If you know anything else, please add it here