ci/b2c: fix passing B2C_* variables
Broken search&replace regex.
This fixes GPU hang detection on RADV/CI.
Fixes: bad0197300 ("ci/b2c: pass through all the B2C_* variable without renaming them")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33924>
This commit is contained in:
committed by
Marge Bot
parent
2cfe070b3b
commit
54242f8f04
@@ -37,7 +37,7 @@ console_patterns:
|
|||||||
session_end:
|
session_end:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ B2C_SESSION_END_REGEX }}
|
{{ B2C_SESSION_END_REGEX }}
|
||||||
{% if SESSIONB2C__REBOOT_REGEX %}
|
{% if B2C_SESSION_REBOOT_REGEX %}
|
||||||
session_reboot:
|
session_reboot:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ B2C_SESSION_REBOOT_REGEX }}
|
{{ B2C_SESSION_REBOOT_REGEX }}
|
||||||
@@ -45,7 +45,7 @@ console_patterns:
|
|||||||
job_success:
|
job_success:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ B2C_JOB_SUCCESS_REGEX }}
|
{{ B2C_JOB_SUCCESS_REGEX }}
|
||||||
{% if JOB_WARB2C_N_REGEX %}
|
{% if B2C_JOB_WARN_REGEX %}
|
||||||
job_warn:
|
job_warn:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ B2C_JOB_WARN_REGEX }}
|
{{ B2C_JOB_WARN_REGEX }}
|
||||||
|
|||||||
Reference in New Issue
Block a user