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

Bump grpcio from 1.30.0 to 1.53.0 in /cli #59

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

Bump grpcio from 1.30.0 to 1.53.0 in /cli

94ca2e9
Select commit
Loading
Failed to load commit list.
Open

Bump grpcio from 1.30.0 to 1.53.0 in /cli #59

Bump grpcio from 1.30.0 to 1.53.0 in /cli
94ca2e9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jul 5, 2023 in 2m 8s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/pip/cli/grpcio-1.53.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python JDK ENV OS State
315.1 3.6 TOX_POSARGS="-e py36" Linux failed
315.2 3.7 TOX_POSARGS="-e py37" Linux failed
315.3 openjdk8 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "install": [
    "travis_retry pip install tox"
  ],
  "jobs": {
    "include": [
      {
        "language": "python",
        "python": "3.6",
        "env": [
          {
            "TOX_POSARGS": "\"-e py36\""
          }
        ],
        "script": [
          "cd cli && tox $TOX_POSARGS"
        ]
      },
      {
        "language": "python",
        "python": "3.7",
        "env": [
          {
            "TOX_POSARGS": "\"-e py37\""
          }
        ],
        "script": [
          "cd cli && tox $TOX_POSARGS"
        ]
      },
      {
        "language": "java",
        "jdk": "openjdk8",
        "script": [
          "cd dataflow && mvn test -B"
        ]
      }
    ]
  }
}