Skip to content

Conversation

@nalind
Copy link
Member

@nalind nalind commented Jan 26, 2026

  • The default requested API version from go-dockerclient is considered too old by dockerd, so set it for CI and in how we suggest people run them locally.
  • Switch from jammy (22.04) to noble (24.04) as the test environment.
  • Bump the version of Go we use to 1.24, as 1.22 is no longer supported.
  • Stop attempting to notify an IRC channel that the repo maintainers aren't watching.
  • Test with the version of dockerd included in noble instead of installing something from upstream.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 26, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nalind

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 26, 2026
@nalind nalind force-pushed the travis-1.44 branch 3 times, most recently from 3d27893 to c771b07 Compare January 27, 2026 22:59
Copy link
Contributor

@TomSweeneyRedHat TomSweeneyRedHat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jlebon
Copy link
Member

jlebon commented Jan 28, 2026

This fixes one of the Travis CI tests, but the other has a bunch of failures like:

conformance_test.go:168: error: preparing stage using "" as base: unable to start build container: API error (400): failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied

which smells like seccomp or AppArmor perhaps.

The default requested API version from go-dockerclient is considered too
old by dockerd, so set it for CI and in how we suggest people run them
locally.

Switch from jammy (22.04) to noble (24.04) as the test environment.

Bump the version of Go we use to 1.24, as 1.22 is no longer supported.

Stop attempting to notify an IRC channel that the repo maintainers
aren't watching.

Test with the version of dockerd included in noble instead of installing
something from upstream.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 28, 2026

@nalind: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@nalind
Copy link
Member Author

nalind commented Jan 28, 2026

Per #316 (comment).
Opened openshift/release#74094 to use the same version of the compiler for both test jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants