Giter Site home page Giter Site logo

sig-testing's Introduction

sig-testing's People

Contributors

k8s-ci-robot avatar nikhita avatar yuvigold avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sig-testing's Issues

Describe and write down the CI policy

Describe the CI policy for jobs, like:

  • having contact information
  • resources defined

We have a policy for blocking and informing jobs, https://github.com/kubernetes/sig-release/blob/master/release-blocking-jobs.md .
If we compare this policy with what is proposed in kubernetes/test-infra#18599, what would we add? what would we change?
We should evaluate what changes we need to make to help ensure we are acting on useful information and check tht CI jobs are maintained and well.

/area release-eng
/area ci
/kind documentation
/priority important-soon
/milestone v1.20

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

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

We should have a SIG Testing triage party instance

I know some other SIGs have experiment with this for issue triage. I think most triage right now is myself + @spiffxp, we should really be scaling that more.

cc @dims @ameukam

xref discussions about issue triage kubernetes/kubernetes#103151

we should also consider working on making it easier to stamp out instances for SIGs: https://twitter.com/BenTheElder/status/1407851591319703552 ๐Ÿงต

I think the biggest question is what token to run it on.

see also: https://twitter.com/thomrstrom/status/1408152928926502919

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.