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

[UPD] [14090] Nuevo ticket website #544

Closed
wants to merge 1 commit into from

[UPD] [14090] Separar en función a parte los valores que se van a int…

b200729
Select commit
Loading
Failed to load commit list.
Closed

[UPD] [14090] Nuevo ticket website #544

[UPD] [14090] Separar en función a parte los valores que se van a int…
b200729
Select commit
Loading
Failed to load commit list.
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
1527.1 3.5 VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux errored
1527.2 3.5 VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux passed
1527.3 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"
  ]
}