#1629 document each build state in mbsweb
Opened 3 years ago by ktdreyer. Modified 2 years ago

The MBS web interface shows a module's states, with green check marks next to each one (eg. https://release-engineering.github.io/mbs-ui/module/10818)

The states are:

  • Init
  • Wait
  • Build
  • Done
  • Ready

It would be great to have a tooltip so that the user can hover over each of those and see a human-readable description of what that state means.


An engineer recently asked me what "ready" means. Like does it mean "the module is gold-signed, shipped to users and customers, and ready for layered products to use"? (It does not, but it's not immediately obvious unless you are very familiar with MBS.)

There are some code comments in module_build_service/common/models.py that could serve as a foundation.

Login to comment on this ticket.

Metadata