Commit 5ae508ae authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

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: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I0fb0c5b5ef4074d4fc866b34acc41b49f4964662
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1599


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent d023fdf8
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
---
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: ==========	 -->