Skip to content

Fix pipeline and build seeds in development environment

What does this MR do?

When we depend on state machine events in seeds, it is likely that we will break fixtures from time to time because when transition rules change, using events most likely invalidates some objects in seeds

Why was this MR needed?

Pipeline and build seeds were broken in development environment.

What are the relevant issue numbers?

Closes #20933 (closed)

Merge request reports