Skip to content

Remove default platform

Related tasks

Context

Simulation deployments were being created using a default platform when requested through the API. This made it impossible to specify the platform to launch simulations on.

Change

The Platform is now only set if included in the API request. If not, it is left as a nil field. It is expected for the simulation launch process to define the platform at some point.

Other information

This option should be limited to admins in the future, to remove this complexity away from users.

Additional documentation

Merge request reports