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

statistics visualize : 集計対象タスクが0件でもエラーがでないようにする #1153

Merged
merged 1 commit into from
Feb 21, 2024

errorが出ないようにる

6857ba2
Select commit
Failed to load commit list.
Merged

statistics visualize : 集計対象タスクが0件でもエラーがでないようにする #1153

errorが出ないようにる
6857ba2
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 21, 2024 in 4m 51s

Build Errored

The build errored. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1153 errorが出ないようにる.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Python ENV OS State
2870.1 3.8 PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar Linux errored
2870.2 3.9 PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar Linux errored
2870.3 3.10 PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar Linux errored
2870.4 3.11 PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar Linux errored
2870.5 3.12 PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar Linux errored
2870.6 PATH=/c/Python311:/c/Python311/Scripts:$PATH PIP_DEFAULT_TIMEOUT=300 ANNOFAB_USER_ID=foo ANNOFAB_PASSWORD=bar windows failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "poetry run pytest -n auto -m \"not access_webapi\""
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8"
      },
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11",
        "script": [
          "poetry run pytest -n auto -m \"not access_webapi\"",
          "make lint"
        ]
      },
      {
        "python": "3.12"
      },
      {
        "os": "windows",
        "python": "3.11",
        "language": "shell",
        "install": [
          "choco install python --version 3.11",
          "python -m pip install --upgrade pip",
          "pip3 install \"poetry<1.8\"",
          "export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring",
          "export PYTHONUTF8=1",
          "travis_retry poetry install"
        ],
        "script": [
          "poetry run pytest -n auto -m \"not access_webapi\""
        ],
        "env": [
          {
            "PATH": "/c/Python311:/c/Python311/Scripts:$PATH",
            "PIP_DEFAULT_TIMEOUT": "300",
            "ANNOFAB_USER_ID": "foo",
            "ANNOFAB_PASSWORD": "bar"
          }
        ]
      }
    ]
  },
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.8\"",
    "travis_retry poetry install"
  ],
  "branches": {
    "only": [
      "main"
    ]
  },
  "env": [
    "jobs={:PIP_DEFAULT_TIMEOUT=>\"300\", :ANNOFAB_USER_ID=>\"foo\", :ANNOFAB_PASSWORD=>\"bar\"}"
  ],
  "cache": {
    "pip": true
  }
}