Skip to content

dispatcher: parse FROM --after=<stage>

89b7d5d
Select commit
Loading
Failed to load commit list.
Open

dispatcher: parse FROM --after=<stage> #316

dispatcher: parse FROM --after=<stage>
89b7d5d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 28, 2026 in 4m 5s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #316 dispatcher: parse FROM --after=<stage>.
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
826.1 1.22.12 Linux failed
826.2 1.22.12 Linux failed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Jammy)
Go Version 1.22.12
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "arch": [
    "amd64",
    "arm64"
  ],
  "services": [
    "docker"
  ],
  "go": [
    "1.22.12"
  ],
  "before_install": [
    "sudo systemctl stop docker.service && sudo systemctl stop docker.socket",
    "curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -",
    "yes | sudo add-apt-repository \"deb [arch=${TRAVIS_CPU_ARCH}] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"",
    "sudo apt-get update -q -y",
    "sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce",
    "sudo systemctl enable --now docker.service && sudo systemctl enable --now docker.socket",
    "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:42-x86_64",
    "docker pull registry.fedoraproject.org/fedora-minimal:42-aarch64",
    "docker pull mirror.gcr.io/golang:1.24",
    "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"
        ]
      }
    ]
  }
}