Nightly full job for a630-gles-asan
The a630-gles-asan has a significant fraction, that's a trade-off for the pre-merge, but then we need a full test in the nightly run. The a630-gles-asan-full job usually takes 40-50 minutes. Therefore, the 20 minutes timeout is increased to 1h. The parallel feature is not used because the nightly run is, with the introduction of this job, using 4 of the 6 devices available. Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Reviewed-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31713>
This commit is contained in:

committed by
Marge Bot

parent
f59f322efc
commit
918978f525
14
src/freedreno/ci/deqp-freedreno-a630-gles-asan-full.toml
Normal file
14
src/freedreno/ci/deqp-freedreno-a630-gles-asan-full.toml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[[deqp]]
|
||||||
|
deqp = "/deqp/modules/gles31/deqp-gles31"
|
||||||
|
caselists = ["/deqp/mustpass/gles31-main.txt"]
|
||||||
|
skips = ["/install/freedreno-a6xx-skips.txt"]
|
||||||
|
fraction = 1
|
||||||
|
renderer_check = "FD630"
|
||||||
|
deqp_args = [
|
||||||
|
"--deqp-surface-width=256",
|
||||||
|
"--deqp-surface-height=256",
|
||||||
|
"--deqp-surface-type=pbuffer",
|
||||||
|
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||||
|
"--deqp-visibility=hidden",
|
||||||
|
]
|
||||||
|
prefix = "asan-"
|
@@ -249,6 +249,9 @@ KHR-GLES3.framebuffer_blit.framebuffer_blit_functionality_multisampled_to_single
|
|||||||
KHR-GL46.texture_lod_basic.lod_selection,Fail
|
KHR-GL46.texture_lod_basic.lod_selection,Fail
|
||||||
KHR-GL46.texture_lod_bias.texture_lod_bias_all,Fail
|
KHR-GL46.texture_lod_bias.texture_lod_bias_all,Fail
|
||||||
|
|
||||||
|
# a630-gles-asan
|
||||||
|
asan-dEQP-GLES31.functional.texture.border_clamp.range_clamp.linear_float_color,Fail
|
||||||
|
|
||||||
# GL tests above, Vulkan tests below
|
# GL tests above, Vulkan tests below
|
||||||
|
|
||||||
|
|
||||||
|
@@ -281,6 +281,19 @@ a630-gles-asan:
|
|||||||
DEQP_SUITE: freedreno-a630-gles-asan
|
DEQP_SUITE: freedreno-a630-gles-asan
|
||||||
FDO_CI_CONCURRENT: 2 # We get OOMkills if we go too wide with asan enabled
|
FDO_CI_CONCURRENT: 2 # We get OOMkills if we go too wide with asan enabled
|
||||||
|
|
||||||
|
a630-gles-asan-full:
|
||||||
|
# Like in a630-vk-full, we use a longer timeout (here 1h) to not use the
|
||||||
|
# parallel feature, while using the DUT for usually 40-50 minutes. This job,
|
||||||
|
# together with the other a630 jobs, uses 4 of the 6 devices available.
|
||||||
|
timeout: 1h
|
||||||
|
extends:
|
||||||
|
- a630-gles-asan
|
||||||
|
- .a630-full
|
||||||
|
- .google-freedreno-manual-rules
|
||||||
|
variables:
|
||||||
|
DEQP_SUITE: freedreno-a630-gles-asan-full
|
||||||
|
TEST_PHASE_TIMEOUT_MINUTES: 55
|
||||||
|
|
||||||
a630-vk:
|
a630-vk:
|
||||||
extends:
|
extends:
|
||||||
- .a630-test
|
- .a630-test
|
||||||
|
Reference in New Issue
Block a user