Skip to content

Fix CreateConfigurations job storage

Related tasks

Context

The CreateConfigurations job was relying on the Actions framework's automatic data persistence to rollback created configurations. The data automatically being stored did not contain the names of the configurations being created.

Change

The configuration names are now stored and retrieved explicitly under a special job data type key. The names of all created configurations are stored in this key.

Other information

Additional documentation

Merge request reports