Set more modules as rebels

This commit is contained in:
Yannick Payot
2023-05-11 11:57:18 +02:00
parent 71da584087
commit 4e864d67a6
2 changed files with 20 additions and 12 deletions
+3 -2
View File
@@ -15,8 +15,9 @@ odoo_version: 13.0
org_name: Camptocamp org_name: Camptocamp
org_slug: camptocamp org_slug: camptocamp
rebel_module_groups: rebel_module_groups:
- cloud_platform_exoscale - attachment_s3,cloud_platform_exoscale
- cloud_platform_ovh - attachment_swift,cloud_platform_ovh
- attachment_azure,cloud_platform_azure
repo_description: None repo_description: None
repo_name: Odoo Cloud Addons repo_name: Odoo Cloud Addons
repo_slug: odoo-cloud-platform repo_slug: odoo-cloud-platform
+17 -10
View File
@@ -36,25 +36,32 @@ jobs:
matrix: matrix:
include: include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
include: "cloud_platform_exoscale" include: "attachment_s3,cloud_platform_exoscale"
makepot: "true" makepot: "true"
name: test cloud_platform_exoscale with Odoo name: test exoscale S3 with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
include: "cloud_platform_exoscale" include: "attachment_s3,cloud_platform_exoscale"
name: test cloud_platform_exoscale with OCB name: test exoscale S3 with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
include: "cloud_platform_ovh" include: "attachment_swift,cloud_platform_ovh"
makepot: "true" makepot: "true"
name: test cloud_platform_ovh with Odoo name: test OVH with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
include: "cloud_platform_ovh" include: "attachment_swift,cloud_platform_ovh"
name: test cloud_platform_ovh with OCB name: test OVH with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
exclude: "cloud_platform,cloud_platform_exoscale,cloud_platform_ovh" include: "attachment_azure,cloud_platform_azure"
makepot: "true"
name: test azure with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
include: "attachment_azure,cloud_platform_azure"
name: test azure with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
exclude: "attachment_azure,attachment_s3,attachment_swift,cloud_platform_exoscale,cloud_platform_ovh,cloud_platform_azure"
makepot: "true" makepot: "true"
name: test others with Odoo name: test others with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
exclude: "cloud_platform,cloud_platform_exoscale,cloud_platform_ovh" exclude: "attachment_azure,attachment_s3,attachment_swift,cloud_platform_exoscale,cloud_platform_ovh,cloud_platform_azure"
name: test others with OCB name: test others with OCB
services: services:
postgres: postgres: