mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
ci/b2c: rename B2C_TIMEOUT_* to B2C_TIMEOUT_CONSOLE_ACTIVITY_*
More verbose, sure, but also much easier to understand. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29201>
This commit is contained in:
parent
09021a1c01
commit
9a07db7cd8
@ -9,8 +9,8 @@ timeouts:
|
||||
minutes: {{ timeout_first_console_activity_minutes }}
|
||||
retries: {{ timeout_first_console_activity_retries }}
|
||||
console_activity: # Reset every time we receive a message from the logs
|
||||
minutes: {{ timeout_minutes }}
|
||||
retries: {{ timeout_retries }}
|
||||
minutes: {{ timeout_console_activity_minutes }}
|
||||
retries: {{ timeout_console_activity_retries }}
|
||||
boot_cycle:
|
||||
minutes: {{ timeout_boot_minutes }}
|
||||
retries: {{ timeout_boot_retries }}
|
||||
|
@ -300,9 +300,9 @@ python-test:
|
||||
B2C_TIMEOUT_BOOT_RETRIES: 0
|
||||
B2C_TIMEOUT_FIRST_CONSOLE_ACTIVITY_MINUTES: 2
|
||||
B2C_TIMEOUT_FIRST_CONSOLE_ACTIVITY_RETRIES: 3
|
||||
B2C_TIMEOUT_MINUTES: 5
|
||||
B2C_TIMEOUT_CONSOLE_ACTIVITY_MINUTES: 5
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 90
|
||||
B2C_TIMEOUT_RETRIES: 0
|
||||
B2C_TIMEOUT_CONSOLE_ACTIVITY_RETRIES: 0
|
||||
B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache,install/*,*/install/*,*/vkd3d-proton.cache*,vkd3d-proton.cache*,*.qpa"
|
||||
|
||||
# As noted in the top description, we make a distinction between the
|
||||
|
Loading…
Reference in New Issue
Block a user