Mirantis / cri-dockerd

dockerd as a compliant Container Runtime Interface for Kubernetes
https://mirantis.github.io/cri-dockerd/
Apache License 2.0
1.13k stars 294 forks source link

CI tests failing on master, for seccomp #396

Open afbjorklund opened 3 months ago

afbjorklund commented 3 months ago

Expected Behavior

Integration test for PR should pass

Actual Behavior

Integration test is failing on master

Steps to Reproduce the Problem

1. 1. 1.

Specifications


https://github.com/Mirantis/cri-dockerd/actions/runs/10575832291/job/29300508427

  [FAIL] [k8s.io] Security Context SeccompProfilePath [It] runtime should ignore a seccomp profile that blocks setting hostname when privileged
  github.com/kubernetes-sigs/cri-tools/pkg/validate/security_context_linux.go:1277

critest version v1.27.0-61-g5fd98895

.github/workflows/integration.yml-          path: src/sigs.k8s.io/cri-tools
.github/workflows/integration.yml:          ref: 5fd98895f3bbf8a3ba2d25e93fa95ba1e2ae0923

Seems to have been failing on master, since merge 32 (-34):

https://github.com/Mirantis/cri-dockerd/actions/runs/9863378273/job/27236178495

But it was passing before, for instance in merge (22-) 31:

https://github.com/Mirantis/cri-dockerd/actions/runs/9081517816/job/24955692386

afbjorklund commented 3 months ago

Latest touched:

Possibly related: