Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2022-03-07 20:09:44 +0300
committerHenrik Gramner <gramner@twoorioles.com>2022-03-07 23:23:29 +0300
commit5fb9f3a4601e170dc082dc5b30966d02535f9fe9 (patch)
treee0bd3b14389f4a210e530849108a0b9c972edb36 /.gitlab-ci.yml
parentb4d70152fd590a1f31b7b8a8464ebad9b6204561 (diff)
CI: add threaded tests to avx512icl instance
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc75fc1..6847c5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: