ci/deqp: Allow specifying the caselist fraction separate from CI_NODE_INDEX.

To increase our VK coverage on a630, we want to have two jobs in parallel,
but we still can't hit full coverage so we need the fractional setting to
be separate from gitlab CI's flags for setting up parallel jobs.

Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6971>
This commit is contained in:
Eric Anholt
2020-11-06 15:55:24 -08:00
committed by Marge Bot
parent 2998a0b055
commit 6bc35c00e2
5 changed files with 18 additions and 18 deletions
+1 -2
View File
@@ -111,8 +111,7 @@ no ``parallel`` field set and:
.. code-block:: yaml
variables:
CI_NODE_INDEX: 1
CI_NODE_TOTAL: 10
DEQP_FRACTION: 10
to just run 1/10th of the test list.