github: add Intermittent Failure template
This patch adds template for reporting intermittent failures from CI. Each one is assigned "Intermittent Failure" label, and suggested title contains test name that failed. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I0fb0c5b5ef4074d4fc866b34acc41b49f4964662 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1599 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
d023fdf87d
commit
5ae508ae97
23
.github/ISSUE_TEMPLATE/intermittent_failure.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/intermittent_failure.md
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
name: CI Intermittent Failure
|
||||
about: Create a report with CI failure unrelated to the patch tested.
|
||||
title: '[test_name] Failure description'
|
||||
labels: 'Intermittent Failure'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--- Provide a [test_name] where the issue occurred and brief description in the Title above. -->
|
||||
<!--- Name of the test can be found by last occurrence of: -->
|
||||
<!--- ************************************ -->
|
||||
<!--- START TEST [test_name] -->
|
||||
<!--- ************************************ -->
|
||||
|
||||
## Link to the failed CI build
|
||||
|
||||
<!--- Please provide a link to the failed CI build -->
|
||||
|
||||
## Execution failed at
|
||||
|
||||
<!--- Please provide the first failure in the test. Pointed to by the first occurrence of: -->
|
||||
<!--- ========== Backtrace start: ========== -->
|
Loading…
Reference in New Issue
Block a user