broadcom/ci: use TEST_SETUP_AND_UPLOAD_MARGIN_MINUTES
Instead of manually keeping the job's `timeout:` and `TEST_PHASE_TIMEOUT_MINUTES:` in sync. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:

committed by
Marge Bot

parent
fc3701bb5c
commit
812fb1d276
@@ -134,7 +134,7 @@ v3dv-rpi4-vk-full:arm64:
|
||||
timeout: 2h
|
||||
variables:
|
||||
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 110
|
||||
TEST_SETUP_AND_UPLOAD_MARGIN_MINUTES: 10
|
||||
DEQP_FRACTION: 1
|
||||
|
||||
v3dv-rpi4-vk-asan:arm64:
|
||||
@@ -167,7 +167,7 @@ v3d-rpi5-gl-full:arm64:
|
||||
- igalia-fullrun
|
||||
timeout: 1h # usually takes around 48min
|
||||
variables:
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 50 # usually takes around 46min
|
||||
TEST_SETUP_AND_UPLOAD_MARGIN_MINUTES: 10
|
||||
DEQP_FRACTION: 1
|
||||
BM_BOOTFS: /boot/raspberrypi_arm64_no2712
|
||||
|
||||
@@ -220,6 +220,6 @@ v3dv-rpi5-vk-full:arm64:
|
||||
timeout: 2h
|
||||
variables:
|
||||
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 110
|
||||
TEST_SETUP_AND_UPLOAD_MARGIN_MINUTES: 10
|
||||
DEQP_FRACTION: 1
|
||||
BM_BOOTFS: /boot/raspberrypi_arm64_no2712
|
||||
|
Reference in New Issue
Block a user