This service is part of the Metamodelling framework in o2S2PARC. It allows the user to run studies in parallel on the platform.
To run a local test:
make build
make run-local
To run publish to the local registry:
make build
make publish-local
Create a PR request in this repository, and make sure to run make version-patch to increase the version number.
Once the PR is merged into master, go to the internal gitlab repository: sparc-external. Add the new version number to the relevant block in the sync-workflow.yml file in that repository.
These steps should make the system deploy the new version automatically.