[12] Solved all showstopper bugs for importing from magento 1.X #319 #322
Travis CI / Travis CI - Pull Request
required action
Oct 10, 2023 in 16m 40s
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 #322 Solved all showstopper bugs for importing from magento 1.X.
Any changes that have been made to the 12.0 branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
977.1 | 3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" DOCS="0" | Linux | errored |
977.2 | 3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" DOCS="0" | Linux | failed |
977.3 | 3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" DOCS="0" | Linux | failed |
977.4 | 3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" DOCS="0" | Linux | passed |
977.5 | 3.5 | VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" DOCS="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,
"addons": {
"postgresql": "9.6",
"apt": {
"packages": [
"expect-dev",
"python-lxml"
]
}
},
"python": [
"3.5"
],
"cache": {
"pip": true,
"apt": true
},
"env": [
"global={:VERSION=>\"\\\"12.0\\\"\", :TESTS=>\"\\\"0\\\"\", :LINT_CHECK=>\"\\\"0\\\"\", :TRANSIFEX=>\"\\\"0\\\"\", :DOCS=>\"\\\"0\\\"\"}=GH_TOKEN=[secure]=TRANSIFEX_PASSWORD=[secure] jobs={:LINT_CHECK=>\"\\\"1\\\"\"}={:ODOO_REPO=>\"\\\"OCA/OCB\\\"\", :TESTS=>\"\\\"1\\\"\"}={:ODOO_REPO=>\"\\\"odoo/odoo\\\"\", :TESTS=>\"\\\"1\\\"\"}={:TRANSIFEX=>\"\\\"1\\\"\", :TRANSIFEX_USER=>\"'[email protected]'\"}={:DOCS=>\"\\\"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",
"pip install magento",
"pip install beautifulsoup4",
"pip install sphinx sphinx_bootstrap_theme sphinx-intl",
"pip install -e git+https://github.com/OCA/odoo-sphinx-autodoc.git#egg=odoo-sphinx-autodoc",
"printf '[options]\\n\\nrunning_env = dev' > ${HOME}/.openerp_serverrc"
],
"script": [
"if [ \"$DOCS\" != \"1\" ] ; then travis_run_tests; fi",
"if [ \"$DOCS\" == \"1\" ] ; then ./.travis_build_doc; fi"
],
"after_success": [
"if [ \"$DOCS\" != \"1\" ] ; then travis_after_test_success; fi",
"if [ \"$DOCS\" == \"1\" ] ; then ./.travis_push_doc; fi"
]
}
Loading