CI: add threaded tests to avx512icl instance

This commit is contained in:
Ronald S. Bultje
2022-03-07 20:23:29 +00:00
committed by Henrik Gramner
co-authored by Henrik Gramner
parent b4d70152fd
commit 5fb9f3a460
+1
View File
@@ -517,6 +517,7 @@ test-debian-avx512:
-Dtestdata_tests=true
- ninja -C build
- cd build && time meson test --suite testdata-8 --suite testdata-10 --suite testdata-12 --test-args "--cpumask avx512icl"
- time meson test --suite testdata-8 --suite testdata-10 --suite testdata-12 --test-args "--threads 2 --framedelay 2 --cpumask avx512icl"
test-debian-unaligned-stack:
extends: