[14.0][MIG] l10n_ch_pain_credit_transfer : Migration to 14.0 #703
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 |
---|---|---|---|---|
3.6 | VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" | Linux | passed | |
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"
]
}
Loading