mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
pan/ci: Extend g610-vk pre-merge test coverage
Things are stable enough now to increase the number tests per group, which allows us to lower the DEQP_FRACTION to 3. This also allows us to lower the 'parallel' property to 4 leaving one extra board for other jobs to run. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38923>
This commit is contained in:
parent
1f704f0012
commit
8f0a8916c4
2 changed files with 3 additions and 4 deletions
|
|
@ -2,3 +2,4 @@
|
||||||
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
||||||
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
||||||
renderer_check = "Mali-G610"
|
renderer_check = "Mali-G610"
|
||||||
|
tests_per_group = 10000
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ panfrost-g610-piglit:arm64:
|
||||||
LAVA_TAGS: 4gb
|
LAVA_TAGS: 4gb
|
||||||
|
|
||||||
panfrost-g610-vk:arm64:
|
panfrost-g610-vk:arm64:
|
||||||
parallel: 5
|
parallel: 4
|
||||||
extends:
|
extends:
|
||||||
- .lava-arm64-test-vk
|
- .lava-arm64-test-vk
|
||||||
- .panfrost-test
|
- .panfrost-test
|
||||||
|
|
@ -181,12 +181,10 @@ panfrost-g610-vk:arm64:
|
||||||
- .panfrost-vk-rules
|
- .panfrost-vk-rules
|
||||||
variables:
|
variables:
|
||||||
DRIVER_NAME: panvk
|
DRIVER_NAME: panvk
|
||||||
# Using more than 4 cores cause instabilities
|
|
||||||
FDO_CI_CONCURRENT: 4
|
|
||||||
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
||||||
PANVK_DEBUG: "no_known_warn,sync,cs,coherent_before_cached"
|
PANVK_DEBUG: "no_known_warn,sync,cs,coherent_before_cached"
|
||||||
DEQP_SUITE: panfrost-g610-vk
|
DEQP_SUITE: panfrost-g610-vk
|
||||||
DEQP_FRACTION: 5
|
DEQP_FRACTION: 3
|
||||||
HWCI_START_WESTON: 1
|
HWCI_START_WESTON: 1
|
||||||
LAVA_TAGS: at-least-8gb
|
LAVA_TAGS: at-least-8gb
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue