Skip to content

Commit 8251e97

Browse files
committed
ci: organize main test cases
1 parent f999540 commit 8251e97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
fail-fast: false
30-
max-parallel: 10
30+
max-parallel: 8
3131
matrix:
3232
include:
3333
- {redis: '7.2', ruby: '3.4'}
3434
- {redis: '7.2', ruby: '3.4', compose: compose.ssl.yaml}
3535
- {redis: '7.2', ruby: '3.4', driver: 'hiredis'}
3636
- {redis: '7.2', ruby: '3.4', driver: 'hiredis', compose: compose.ssl.yaml}
3737
- {redis: '7.2', ruby: '3.4', compose: compose.replica.yaml, replica: '2'}
38-
- {task: test_cluster_down}
39-
- {task: test_cluster_broken, restart: 'no', startup: '6'}
4038
- {redis: '8', ruby: '3.3', compose: compose.valkey.yaml, replica: '2'}
4139
- {redis: '7.2', ruby: '3.2', compose: compose.auth.yaml}
4240
- {redis: '7.0', ruby: '3.1'}
4341
- {redis: '6.2', ruby: '3.0'}
4442
- {redis: '5.0', ruby: '2.7'}
43+
- {ruby: 'jruby'}
44+
- {ruby: 'truffleruby'}
45+
- {task: test_cluster_down}
46+
- {task: test_cluster_broken, restart: 'no', startup: '6'}
4547
- {task: test_cluster_state, pattern: 'PrimaryOnly', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
4648
- {task: test_cluster_state, pattern: 'Pooled', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
4749
- {task: test_cluster_state, pattern: 'ScaleReadRandom', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
4850
- {task: test_cluster_state, pattern: 'ScaleReadRandomWithPrimary', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
4951
- {task: test_cluster_state, pattern: 'ScaleReadLatency', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
50-
- {ruby: 'jruby'}
51-
- {ruby: 'truffleruby'}
5252
- {task: test_cluster_scale, pattern: 'Single', compose: compose.scale.yaml, startup: '8'}
5353
- {task: test_cluster_scale, pattern: 'Pipeline', compose: compose.scale.yaml, startup: '8'}
5454
- {task: test_cluster_scale, pattern: 'Transaction', compose: compose.scale.yaml, startup: '8'}

0 commit comments

Comments
 (0)