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:
+1
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user