Skip to content

Commit

Permalink
Merge pull request #34 from projectsyn/update-modulesync-config
Browse files Browse the repository at this point in the history
Update modulesync config
  • Loading branch information
simu authored Mar 22, 2022
2 parents 92da570 + 96ae088 commit e4353a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
:global:
componentName: maxscale
githubUrl: https://github.com/projectsyn/component-maxscale
testMatrix:
key: instance
entries:
- defaults
- no_container_limits
- affinity

docs/antora.yml:
name: maxscale
title: MariaDB MaxScale

.github/workflows/test.yaml:
makeTarget: test -e instance=${{ matrix.instance }}
matrix:
key: instance
entries:
- defaults
- no_container_limits
- affinity

Makefile:
includes:
- Makefile.additional.mk

0 comments on commit e4353a0

Please sign in to comment.