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

[9.0][FIX] base: postgres subprocess error when dumping database #1214

Open
wants to merge 1 commit into
base: 9.0
Choose a base branch
from

[FW][FIX] base: postgres subprocess error when dumping database

fd4bc4d
Select commit
Loading
Failed to load commit list.
Open

[9.0][FIX] base: postgres subprocess error when dumping database #1214

[FW][FIX] base: postgres subprocess error when dumping database
fd4bc4d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 26, 2023 in 1h 0m 1s

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 #1214 [9.0][FIX] base: postgres subprocess error when dumping database.
Any changes that have been made to the 9.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
5164.1 2.7.13 VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" WEBSITE_REPO="1" Linux passed
5164.2 2.7.13 VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" WEBSITE_REPO="1" Linux passed
5164.3 2.7.13 VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" WEBSITE_REPO="1" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 2.7.13
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "cache": {
    "apt": true,
    "directories": [
      "$HOME/.cache/pip"
    ]
  },
  "python": [
    "2.7.13"
  ],
  "addons": {
    "postgresql": "9.6",
    "apt": {
      "packages": [
        "expect-dev",
        "poppler-utils",
        "antiword"
      ]
    }
  },
  "env": [
    "global={:VERSION=>\"\\\"9.0\\\"\", :ODOO_REPO=>\"\\\"OCA/OCB\\\"\", :LINT_CHECK=>\"\\\"0\\\"\", :WEBSITE_REPO=>\"\\\"1\\\"\"}={:WKHTMLTOPDF_VERSION=>\"\\\"0.12.5\\\"\"}={:EXCLUDE=>\"\\\"hw_escpos,hw_scanner,theme_bootswatch\\\"\"} jobs={:INCLUDE=>\"\\\"applications\\\"\"}={:INCLUDE=>\"\\\"no_applications\\\"\", :TESTS=>\"\\\"1\\\"\"}={:INCLUDE=>\"\\\"localization\\\"\"}"
  ],
  "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",
    "rm -rf ${HOME}/${ODOO_REPO#*/}-${VERSION}; ln -s ${HOME}/build/${ODOO_REPO} ${HOME}/${ODOO_REPO#*/}-${VERSION}",
    "pip install gengo",
    "cp ${HOME}/maintainer-quality-tools/cfg/.coveragerc ."
  ],
  "script": [
    "if [ $INCLUDE = 'applications' ]; then sed -i \"s/self.url_open(url)/self.url_open(url, timeout=100)/g\" ${TRAVIS_BUILD_DIR}/addons/website/tests/test_crawl.py; export INCLUDE=$(getaddons.py -m --only-applications ${HOME}/build/${ODOO_REPO}/openerp/addons ${HOME}/build/${ODOO_REPO}/addons); elif [ $INCLUDE = 'no_applications' ]; then export INCLUDE=$(getaddons.py -m --exclude-applications --exclude-localization ${HOME}/build/${ODOO_REPO}/addons); elif [ $INCLUDE = 'localization' ]; then export INCLUDE=$(getaddons.py -m --only-localization ${HOME}/build/${ODOO_REPO}/openerp/addons ${HOME}/build/${ODOO_REPO}/addons); find ${HOME} -name __openerp__.py -exec sed -i \"/'_auto_install_l10n'/d\" {} \\; ; fi",
    "SERVER_PATH=${HOME}/${ODOO_REPO#*/}-${VERSION}",
    "export TRAVIS_BUILD_DIR=${SERVER_PATH}/openerp/addons",
    "travis_run_tests"
  ],
  "after_success": [
    "travis_after_tests_success"
  ]
}