Clarify ATVM host detail heading for failure notes
This commit is contained in:
@@ -21,7 +21,7 @@ Use this as the default ATVM automation run-status template for:
|
||||
|
||||
**HOSTS:**
|
||||
|
||||
| Host | Kernel | Status | Detail (For failures, see below for more details) |
|
||||
| Host | Kernel | Status | Detail (For failures, see Failure Notes section below for more details) |
|
||||
|---|---|---|---|
|
||||
| <host-name> | <kernel-version or unknown> | ✅ PASS | completed |
|
||||
| <host-name> | <kernel-version or unknown> | ⚠️ FAIL | <useful failure description> |
|
||||
|
||||
@@ -1247,7 +1247,7 @@ def build_status_markdown(
|
||||
f"{host.host} failure excerpt: `{compact_failure_detail(failure_excerpt_source, limit=420)}`"
|
||||
)
|
||||
|
||||
host_lines = ["| Host | Kernel | Status | Detail (For failures, see below for more details) |", "| --- | --- | --- | --- |"]
|
||||
host_lines = ["| Host | Kernel | Status | Detail (For failures, see Failure Notes section below for more details) |", "| --- | --- | --- | --- |"]
|
||||
for host in ordered_hosts:
|
||||
icon = {
|
||||
"PASS": "✅ PASS",
|
||||
|
||||
Reference in New Issue
Block a user