ci/b2c: rename B2C_TIMEOUT_FIRST_* to B2C_TIMEOUT_FIRST_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:

committed by
Marge Bot

parent
66ad09f569
commit
09021a1c01
@@ -6,8 +6,8 @@ target:
|
||||
|
||||
timeouts:
|
||||
first_console_activity: # This limits the time it can take to receive the first console log
|
||||
minutes: {{ timeout_first_minutes }}
|
||||
retries: {{ timeout_first_retries }}
|
||||
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 }}
|
||||
|
@@ -298,8 +298,8 @@ python-test:
|
||||
B2C_SESSION_REBOOT_REGEX: ''
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 45
|
||||
B2C_TIMEOUT_BOOT_RETRIES: 0
|
||||
B2C_TIMEOUT_FIRST_MINUTES: 2
|
||||
B2C_TIMEOUT_FIRST_RETRIES: 3
|
||||
B2C_TIMEOUT_FIRST_CONSOLE_ACTIVITY_MINUTES: 2
|
||||
B2C_TIMEOUT_FIRST_CONSOLE_ACTIVITY_RETRIES: 3
|
||||
B2C_TIMEOUT_MINUTES: 5
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 90
|
||||
B2C_TIMEOUT_RETRIES: 0
|
||||
|
Reference in New Issue
Block a user