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

[12] Solved all showstopper bugs for importing from magento 1.X #319 #322

Open
wants to merge 9 commits into
base: 12.0
Choose a base branch
from

[UPD] universal flexible import of user defined attributes

4634bc1
Select commit
Loading
Failed to load commit list.
Open

[12] Solved all showstopper bugs for importing from magento 1.X #319 #322

[UPD] universal flexible import of user defined attributes
4634bc1
Select commit
Loading
Failed to load commit list.
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"
  ]
}