kubernetes / sig-testing

Home for SIG Testing discussion and documents.
Apache License 2.0
6 stars 8 forks source link

Fix or remove continuously failing jobs listed under sig-testing testgrid dashboard group #11

Open spiffxp opened 2 years ago

spiffxp commented 2 years ago

We have a number of jobs that are continuously failing. I'd like to see us get our dashboards back to green.

suffixes=(
  boskos
  canaries
  e2e-framework
  images
  kind
  kubetest2
  maintenance
  misc
  prow
)
for suffix in "${suffixes[@]}"; do
  curl -s https://testgrid.k8s.io/sig-testing-$suffix/summary \
  | jq -r '
    to_entries 
    | map(
      select(.value.overall_status == "FAILING") 
      | "- [ ] https://testgrid.k8s.io/\(.value.dashboard_name)#\(.key)"
    )[]';
done

/sig testing /kind failing-test /kind bug /priority important-longterm /milestone v1.23

spiffxp commented 2 years ago

The images job failures are likely due to https://github.com/kubernetes/test-infra/issues/23741

spiffxp commented 2 years ago

https://github.com/kubernetes/test-infra/pull/23848 should address:

spiffxp commented 2 years ago

https://github.com/kubernetes/test-infra/pull/23849 should address:

spiffxp commented 2 years ago

https://github.com/kubernetes/test-infra/pull/23850 should address:

spiffxp commented 2 years ago

/assign

spiffxp commented 2 years ago

https://testgrid.k8s.io/sig-testing-images#kubemci - the image build itself appears to be stale or broken, may want to consider dropping it and the jobs that use it (ref: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-test-infra-push-kubemci/1443726706299899904)

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

BenTheElder commented 2 years ago

/remove-lifecycle rotten /lifecycle frozen these still need to get removed at some point, even if folks are too busy to do it soon