Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] l10n_ch_pain_credit_transfer : Migration to 14.0 #703

Merged
merged 26 commits into from
Dec 15, 2023

[MIG] l10n_ch_pain_credit_transfer: Migration to 14.0

ad90a00
Select commit
Loading
Failed to load commit list.
Merged

[14.0][MIG] l10n_ch_pain_credit_transfer : Migration to 14.0 #703

[MIG] l10n_ch_pain_credit_transfer: Migration to 14.0
ad90a00
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded Dec 12, 2023 in 5m 20s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #703 [14.0][MIG] l10n_ch_pain_credit_transfer : Migration to 14.0.
Any changes that have been made to the 14.0 branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: test

This stage passed.

Job Python ENV OS State
3495.1 3.6 VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux passed
3495.2 3.6 VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "$HOME/.cache/pip",
      "$HOME/.cache/pre-commit"
    ]
  },
  "python": [
    "3.6"
  ],
  "addons": {
    "postgresql": "9.6",
    "apt": {
      "packages": [
        "expect-dev"
      ]
    }
  },
  "stages": [
    {
      "name": "test"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "test",
        "env": [
          {
            "TESTS": "1",
            "ODOO_REPO": "\"odoo/odoo\"",
            "MAKEPOT": "\"1\""
          }
        ]
      },
      {
        "stage": "test",
        "env": [
          {
            "TESTS": "1",
            "ODOO_REPO": "\"OCA/OCB\""
          }
        ]
      }
    ]
  },
  "env": [
    "global={:VERSION=>\"\\\"14.0\\\"\", :TESTS=>\"\\\"0\\\"\", :LINT_CHECK=>\"\\\"0\\\"\", :MAKEPOT=>\"\\\"0\\\"\"}={:MQT_DEP=>\"PIP\"}"
  ],
  "install": [
    "git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools",
    "export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}",
    "travis_install_nightly"
  ],
  "script": [
    "travis_run_tests"
  ],
  "after_success": [
    "travis_after_tests_success"
  ]
}