Skip to content
Zack Galbreath edited this page Mar 17, 2023 · 3 revisions

Attendees

  • Aashish Chaudhary
  • Alec Scott
  • Harmen Stoppels
  • Jacob Nesbitt
  • John Parent
  • Massimiliano Culpo
  • Mike VanDenburgh
  • Ryan Krattiger
  • Scott Wittenburg
  • Todd Gamblin
  • Zack Galbreath

User Impact dashboard

  • Todd suggests stacked bar chart: failed vs. not failed (absolute values)
  • Percentage would also be useful (relative values)
  • Also consider a separate "jobs" dashboard in addition to the parent pipeline dashboard we're already working on
  • Our general motivation is to provide a high-level overview, with the ability for interested parties to drill down deeper

Pipeline error taxonomy

Fixing high-impact system issues

  • schedule fewer jobs (only build direct dependents)
    • need to make sure this is working as intended
  • prune unused specs from mirror
    • tested and ready to go, despite the fact that it's scary
  • JSON minimization
  • Log limit exceeded
    • proceed with Ryan's PR to alleviate this problem
    • investigate successful builds of visit, paraview, tensor-flow, llvm to see how long their logs are
    • consider increasing GitLab's log output limit
    • expire job logs more quickly, every two weeks perhaps?
Clone this wiki locally