Skip to content

Commit e4353a0

Browse files
authored
Merge pull request #34 from projectsyn/update-modulesync-config
Update modulesync config
2 parents 92da570 + 96ae088 commit e4353a0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.sync.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
:global:
22
componentName: maxscale
33
githubUrl: https://github.com/projectsyn/component-maxscale
4+
testMatrix:
5+
key: instance
6+
entries:
7+
- defaults
8+
- no_container_limits
9+
- affinity
410

511
docs/antora.yml:
612
name: maxscale
713
title: MariaDB MaxScale
814

915
.github/workflows/test.yaml:
1016
makeTarget: test -e instance=${{ matrix.instance }}
11-
matrix:
12-
key: instance
13-
entries:
14-
- defaults
15-
- no_container_limits
16-
- affinity
17-
1817
Makefile:
1918
includes:
2019
- Makefile.additional.mk

0 commit comments

Comments
 (0)