kubernetes-sigs / jobset

JobSet: An API for managing a group of Jobs as a unit
https://jobset.sigs.k8s.io/
Apache License 2.0
113 stars 36 forks source link

The e2e tests on 1.28 fail consistently #583

Closed mimowo closed 1 month ago

mimowo commented 1 month ago

Dashboards: https://testgrid.k8s.io/sig-scheduling#periodic-jobset-test-e2e-release-0-5-1-28 https://testgrid.k8s.io/sig-scheduling#periodic-jobset-test-e2e-release-0-4-1-28 https://testgrid.k8s.io/sig-scheduling#periodic-jobset-test-e2e-main-1-28

Example history: image

Example log:

Creating cluster "kind" ...
 • Ensuring node image (kindest/node:v1.28.3) 🖼  ...
 ✗ Ensuring node image (kindest/node:v1.28.3) 🖼
ERROR: failed to create cluster: failed to pull image "kindest/node:v1.28.3": command "docker pull kindest/node:v1.28.3" failed with error: exit status 1

I suppose this is because there is no 1.28.3 image available for kindest/node on dockerhub.

mimowo commented 1 month ago

cc @danielvegamyhre

danielvegamyhre commented 1 month ago

/assign

Thanks @mimowo

danielvegamyhre commented 1 month ago

Created https://github.com/kubernetes/test-infra/pull/32677

danielvegamyhre commented 1 month ago

Fixed in https://github.com/kubernetes/test-infra/pull/32677