An error occurred while fetching the assigned milestone of the selected merge_request.
Resolves #3 (closed).
Revamps our CI:
operators-(.*)\.toml
files automatically.This greatly simplifies the development process as now, the operators must not be generated locally by the developer (which can be a quite lengthy process).
The implementation might seem a little complicated at first.
We (I) want to automatically collect all toml
files instead of listing them in the CI YAML
, so that anyone can add or remove toml
files without any extra thinking.
Therefore, we need to start a parent job that walks the directory and creates a child pipeline for the actual generation.
I am not sure why the CI produced different code from what was already in the repository (for those three changed files). This could be a determinism issue in the generator.