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

TestDispatchFromFlagsAndUseBuiltInArgs: expect variants to be used #272

Merged

TestDispatchFromFlagsAndUseBuiltInArgs: expect variants to be used

5593892
Select commit
Loading
Failed to load commit list.
Merged

TestDispatchFromFlagsAndUseBuiltInArgs: expect variants to be used #272

TestDispatchFromFlagsAndUseBuiltInArgs: expect variants to be used
5593892
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 5, 2023 in 1h 26m 12s

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 #272 TestDispatchFromFlagsAndUseBuiltInArgs: expect variants to be used.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Go OS State
655.1 1.19 Linux passed
655.2 1.20 Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Jammy)
Go Versions 1.19, 1.20
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "services": [
    "docker"
  ],
  "go": [
    "1.19",
    "1.20"
  ],
  "before_install": [
    "sudo apt-get update -q -y",
    "docker pull busybox",
    "docker pull centos:7",
    "chmod -R go-w ./dockerclient/testdata"
  ],
  "script": [
    "make build",
    "make test",
    "travis_wait 45 make test-conformance"
  ],
  "notifications": {
    "irc": [
      {
        "channels": [
          "chat.freenode.net#openshift-dev"
        ]
      }
    ]
  }
}