From 4e864d67a67be2cb51ec906a821c5c1899f82eaa Mon Sep 17 00:00:00 2001 From: Yannick Payot Date: Thu, 11 May 2023 11:42:13 +0200 Subject: [PATCH] Set more modules as rebels --- .copier-answers.yml | 5 +++-- .github/workflows/test.yml | 27 +++++++++++++++++---------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index cedf073..0cad00a 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -15,8 +15,9 @@ odoo_version: 13.0 org_name: Camptocamp org_slug: camptocamp rebel_module_groups: -- cloud_platform_exoscale -- cloud_platform_ovh +- attachment_s3,cloud_platform_exoscale +- attachment_swift,cloud_platform_ovh +- attachment_azure,cloud_platform_azure repo_description: None repo_name: Odoo Cloud Addons repo_slug: odoo-cloud-platform diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a757d8e..9b19682 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,25 +36,32 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - include: "cloud_platform_exoscale" + include: "attachment_s3,cloud_platform_exoscale" 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 - include: "cloud_platform_exoscale" - name: test cloud_platform_exoscale with OCB + include: "attachment_s3,cloud_platform_exoscale" + name: test exoscale S3 with OCB - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - include: "cloud_platform_ovh" + include: "attachment_swift,cloud_platform_ovh" 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 - include: "cloud_platform_ovh" - name: test cloud_platform_ovh with OCB + include: "attachment_swift,cloud_platform_ovh" + name: test OVH with OCB - 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" name: test others with Odoo - 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 services: postgres: