Skip to content

Commit 0cd56e6

Browse files
committed
ci: Increase test subset count to 3
This commit increases the subset count for running Zephyr tests to 3 because tests are taking up to 3 hours to complete with the subset count of 2. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent c936cce commit 0cd56e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,10 +1277,10 @@ jobs:
12771277
fail-fast: false
12781278
matrix:
12791279
testenv: ${{ fromJSON(needs.setup.outputs.testenvs) }}
1280-
subset: [ 1, 2 ]
1280+
subset: [ 1, 2, 3 ]
12811281

12821282
env:
1283-
SUBSET_COUNT: 2
1283+
SUBSET_COUNT: 3
12841284
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
12851285

12861286
steps:

0 commit comments

Comments
 (0)