[UPD] [14090] Nuevo ticket website #544
Closed
Travis CI / Travis CI - Pull Request
required action
Feb 6, 2024 in 6m 54s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #544 [UPD] [14090] Nuevo ticket website.
Any changes that have been made to the 12.0 branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" | Linux | errored | |
3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" | Linux | passed | |
3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Version | 3.5 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"cache": {
"pip": true
},
"python": [
"3.5"
],
"addons": {
"postgresql": "9.6",
"apt": {
"packages": [
"expect-dev"
]
}
},
"env": [
"global={:VERSION=>\"\\\"12.0\\\"\", :TESTS=>\"\\\"0\\\"\", :LINT_CHECK=>\"\\\"0\\\"\", :MAKEPOT=>\"\\\"0\\\"\"} jobs={:LINT_CHECK=>\"\\\"1\\\"\"}={:TESTS=>\"\\\"1\\\"\", :ODOO_REPO=>\"\\\"OCA/OCB\\\"\"}={:TESTS=>\"\\\"1\\\"\", :ODOO_REPO=>\"\\\"odoo/odoo\\\"\", :MAKEPOT=>\"\\\"1\\\"\"}"
],
"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