ci/b2c: make B2C_JOB_WARN_REGEX optional
Fixes: bfd4db0476
("radv/ci: move amdgpu-specific kernel message warning to src/amd/ci/")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29368>
This commit is contained in:

committed by
Marge Bot

parent
865e682ad7
commit
6843a7951b
@@ -39,9 +39,11 @@ console_patterns:
|
|||||||
job_success:
|
job_success:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ job_success_regex }}
|
{{ job_success_regex }}
|
||||||
|
{% if job_warn_regex %}
|
||||||
job_warn:
|
job_warn:
|
||||||
regex: >-
|
regex: >-
|
||||||
{{ job_warn_regex }}
|
{{ job_warn_regex }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Environment to deploy
|
# Environment to deploy
|
||||||
deployment:
|
deployment:
|
||||||
|
Reference in New Issue
Block a user