From 5ae508ae973dcbe48e0fc75bd7fadbd38b14a8ee Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 31 Mar 2020 05:56:55 -0400 Subject: [PATCH] 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 Change-Id: I0fb0c5b5ef4074d4fc866b34acc41b49f4964662 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1599 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- .../ISSUE_TEMPLATE/intermittent_failure.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/intermittent_failure.md diff --git a/.github/ISSUE_TEMPLATE/intermittent_failure.md b/.github/ISSUE_TEMPLATE/intermittent_failure.md new file mode 100644 index 0000000000..4bc51adf25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/intermittent_failure.md @@ -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: '' + +--- + + + + + + + +## Link to the failed CI build + + + +## Execution failed at + + +