-
Notifications
You must be signed in to change notification settings - Fork 2
/
.meta.toml
62 lines (58 loc) · 1.49 KB
/
.meta.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "e3bfb27e"
[pyproject]
codespell_skip = "*"
codespell_ignores = "vew"
dependencies_ignores = "['plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone']"
dependencies_mappings = [
"Plone = ['Products.CMFPlone', 'Products.CMFCore', 'Products.GenericSetup']",
]
check_manifest_ignores = """
"news/*",
"constraints-mxdev.txt",
"requirements-mxdev.txt",
"""
towncrier_issue_format = "[#{issue}](https://github.com/plonegovbr/plonegovbr.portal/issues/{issue})"
[gitignore]
extra_lines = """
constraints-mxdev.txt
requirements-mxdev.txt
"""
[tox]
test_runner = "pytest"
test_path = "/tests"
use_mxdev = true
test_deps_additional = """
-esources/plonegovbr.portal_base[test]
"""
[github]
branch = "main"
jobs = [
"qa",
"test",
"coverage",
"release_ready",
]
extra_lines = """
image:
needs:
- qa
- test
- coverage
- release_ready
uses: plonegovbr/plonegovbr.portal/.github/workflows/backend_image.yml@main
secrets:
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
with:
context: .
dockerfile: Dockerfile
image-name: ${{ vars.IMAGE_NAME }}
platforms: linux/amd64
is-latest: ${{ github.ref == 'refs/heads/main' }}
push: true
"""