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

[14.0] dotfiles update needs manual intervention #124

Closed
wants to merge 1 commit into from

[IMP] update dotfiles

b998061
Select commit
Loading
Failed to load commit list.
Closed

[14.0] dotfiles update needs manual intervention #124

[IMP] update dotfiles
b998061
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 28, 2023 in 6m 38s

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 #124 [14.0] dotfiles update needs manual intervention.
Any changes that have been made to the 14.0 branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: test

This stage passed.

Job Python ENV OS State
770.1 3.6 VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux passed
770.2 3.6 VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "$HOME/.cache/pip",
      "$HOME/.cache/pre-commit"
    ]
  },
  "python": [
    "3.6"
  ],
  "addons": {
    "postgresql": "9.6",
    "apt": {
      "packages": [
        "expect-dev"
      ]
    }
  },
  "stages": [
    {
      "name": "test"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "test",
        "env": [
          {
            "TESTS": "1",
            "ODOO_REPO": "\"odoo/odoo\"",
            "MAKEPOT": "\"1\""
          }
        ]
      },
      {
        "stage": "test",
        "env": [
          {
            "TESTS": "1",
            "ODOO_REPO": "\"OCA/OCB\""
          }
        ]
      }
    ]
  },
  "env": [
    "global={:VERSION=>\"\\\"14.0\\\"\", :TESTS=>\"\\\"0\\\"\", :LINT_CHECK=>\"\\\"0\\\"\", :MAKEPOT=>\"\\\"0\\\"\"}={:MQT_DEP=>\"PIP\"}"
  ],
  "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"
  ]
}