Skip to content

TestConformanceExternal/copy and env interaction: update test context; update deps; tag 1.2.22 - #325

Open
nalind wants to merge 5 commits into
openshift:masterfrom
nalind:update-deps
Open

TestConformanceExternal/copy and env interaction: update test context; update deps; tag 1.2.22#325
nalind wants to merge 5 commits into
openshift:masterfrom
nalind:update-deps

Remove now-retired goreportcard badge from README

2f804e9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 25, 2026 in 1h 2m 26s

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 #325 TestConformanceExternal/copy and env interaction: update test context; update deps.
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
864.1 1.25.9 Linux passed
864.2 1.25.9 Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Noble)
Go Version 1.25.9
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "arch": [
    "amd64",
    "arm64"
  ],
  "services": [
    "docker"
  ],
  "go": [
    "1.25.9"
  ],
  "before_install": [
    "docker pull mirror.gcr.io/alpine",
    "docker pull mirror.gcr.io/busybox",
    "docker pull public.ecr.aws/docker/library/centos:7",
    "docker pull mirror.gcr.io/debian",
    "docker pull registry.fedoraproject.org/fedora-minimal",
    "docker pull registry.fedoraproject.org/fedora-minimal:44-x86_64",
    "docker pull registry.fedoraproject.org/fedora-minimal:44-aarch64",
    "docker pull mirror.gcr.io/golang:1.25",
    "chmod -R go-w ./dockerclient/testdata"
  ],
  "script": [
    "make build",
    "make test",
    "travis_wait 45 make test-conformance DOCKER_API_VERSION=1.44"
  ]
}