Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.23 KB

dummy

dummy

Usage

$ make help

$ make build
$ make info-build
$ make tests

Workflow

  1. The source code shall be copied to the src folder.
  2. The Dockerfile shall be modified to compile the source code.
  3. The .osparc is the configuration folder and source of truth for metadata: describes service info and expected inputs/outputs of the service.
  4. The execute shell script shall be modified to run the service using the expected inputs and retrieve the expected outputs.
  5. The test input/output shall be copied to validation.
  6. The service docker image may be built and tested as make build tests (see usage above)
  7. Optional: if your code requires specific CPU/RAM resources, edit runtime.yml. In doubt, leave it as default.

Have an issue or question?

Please open an issue in this repository.

Made with love at www.z43.swiss