Skip to content

ITISFoundation/osparc-meta-parallelrunner

Repository files navigation

oSPARC Meta Parallel Runner

This service is part of the Metamodelling framework in o2S2PARC. It allows the user to run studies in parallel on the platform.

Test

To run a local test:

make build
make run-local

Deploy to local o2S2PARC registry

To run publish to the local registry:

make build
make publish-local

Deploy to main o2S2PARC registry

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.