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:
Tomasz Zawadzki 2020-03-31 05:56:55 -04:00
parent d023fdf87d
commit 5ae508ae97

View 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: ========== -->