-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* no sleep upper limit * option to have a dream defined in bytes * uses python 3.11 * uses uv
- Loading branch information
Showing
21 changed files
with
357 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.6 | ||
2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,28 @@ services: | |
io.simcore.authors: '{"authors": [{"name": "Manuel Guidon", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Odei Maiz", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Andrei Neagu", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}]}' | ||
"affiliation": "IT''IS Foundation"}, {"name": "Sylvain Anderegg", "email": | ||
"[email protected]", "affiliation": "IT''IS Foundation"}]}' | ||
io.simcore.contact: '{"contact": "[email protected]"}' | ||
io.simcore.description: '{"description": "A service which awaits for time | ||
to pass, two times."}' | ||
io.simcore.inputs: '{"inputs": {"input_1": {"displayOrder": 1, "label": "File | ||
with int number", "description": "Pick a file containing only one integer", | ||
"type": "data:text/plain", "fileToKeyMap": {"single_number.txt": "input_1"}}, | ||
"input_2": {"displayOrder": 2, "label": "Sleep interval", "description": | ||
"Choose an amount of time to sleep in range [0-65]", "defaultValue": 2, | ||
"type": "ref_contentSchema", "contentSchema": {"title": "Sleep interval", | ||
"type": "integer", "x_unit": "second", "minimum": 0, "maximum": 65}}, "input_3": | ||
{"displayOrder": 3, "label": "Fail after sleep", "description": "If set | ||
to true will cause service to fail after it sleeps", "type": "boolean", | ||
"defaultValue": false}, "input_4": {"displayOrder": 4, "label": "Distance | ||
to bed", "description": "It will first walk the distance to bed", "defaultValue": | ||
0, "type": "ref_contentSchema", "contentSchema": {"title": "Distance to | ||
bed", "type": "integer", "x_unit": "meter"}}}}' | ||
"Choose an amount of time to sleep in range [0:]", "defaultValue": 2, "type": | ||
"ref_contentSchema", "contentSchema": {"title": "Sleep interval", "type": | ||
"integer", "x_unit": "second", "minimum": 0}}, "input_3": {"displayOrder": | ||
3, "label": "Fail after sleep", "description": "If set to true will cause | ||
service to fail after it sleeps", "type": "boolean", "defaultValue": false}, | ||
"input_4": {"displayOrder": 4, "label": "Distance to bed", "description": | ||
"It will first walk the distance to bed", "defaultValue": 0, "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Distance to bed", "type": "integer", "x_unit": | ||
"meter"}}, "input_5": {"displayOrder": 5, "label": "Dream (or nightmare) | ||
of the night", "description": "Defines the size of the dream that will be | ||
generated [0:]", "defaultValue": 0, "type": "ref_contentSchema", "contentSchema": | ||
{"title": "Dream of the night", "type": "integer", "x_unit": "bytes", "minimum": | ||
0}}}}' | ||
io.simcore.integration-version: '{"integration-version": "1.0.0"}' | ||
io.simcore.key: '{"key": "simcore/services/comp/itis/sleeper"}' | ||
io.simcore.name: '{"name": "sleeper"}' | ||
|
@@ -31,9 +36,11 @@ services: | |
"output_1"}}, "output_2": {"displayOrder": 2, "label": "Random sleep interval", | ||
"description": "Interval is generated in range [1-9]", "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Random sleep interval", "type": "integer", "x_unit": | ||
"second"}}}}' | ||
"second"}}, "output_3": {"displayOrder": 3, "label": "Dream output", "description": | ||
"Contains some random data representing a dream", "type": "data:text/plain", | ||
"fileToKeyMap": {"dream.txt": "output_3"}}}}' | ||
io.simcore.type: '{"type": "computational"}' | ||
io.simcore.version: '{"version": "2.1.6"}' | ||
io.simcore.version: '{"version": "2.2.0"}' | ||
org.label-schema.build-date: ${BUILD_DATE} | ||
org.label-schema.schema-version: '1.0' | ||
org.label-schema.vcs-ref: ${VCS_REF} | ||
|
@@ -47,31 +54,42 @@ services: | |
io.simcore.authors: '{"authors": [{"name": "Manuel Guidon", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Odei Maiz", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Andrei Neagu", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}]}' | ||
io.simcore.contact: '{"contact": "[email protected]"}' | ||
"affiliation": "IT''IS Foundation"}, {"name": "Sylvain Anderegg", "email": | ||
"[email protected]", "affiliation": "IT''IS Foundation"}]}' | ||
io.simcore.contact: '{"contact": "[email protected]"}' | ||
io.simcore.description: '{"description": "A service which awaits for time | ||
to pass."}' | ||
to pass, two times."}' | ||
io.simcore.inputs: '{"inputs": {"input_1": {"displayOrder": 1, "label": "File | ||
with int number", "description": "Pick a file containing only one integer", | ||
"type": "data:text/plain", "fileToKeyMap": {"single_number.txt": "input_1"}}, | ||
"input_2": {"displayOrder": 2, "label": "Sleep interval", "description": | ||
"Choose an amount of time to sleep", "type": "integer", "unit": "second", | ||
"defaultValue": 2}, "input_3": {"displayOrder": 3, "label": "Fail after | ||
sleep", "description": "If set to true will cause service to fail after | ||
it sleeps", "type": "boolean", "defaultValue": false}, "input_4": {"displayOrder": | ||
4, "label": "Distance to bed", "description": "It will first walk the distance | ||
to bed", "type": "integer", "unit": "meter", "defaultValue": 0}}}' | ||
"Choose an amount of time to sleep in range [0:]", "defaultValue": 2, "type": | ||
"ref_contentSchema", "contentSchema": {"title": "Sleep interval", "type": | ||
"integer", "x_unit": "second", "minimum": 0}}, "input_3": {"displayOrder": | ||
3, "label": "Fail after sleep", "description": "If set to true will cause | ||
service to fail after it sleeps", "type": "boolean", "defaultValue": false}, | ||
"input_4": {"displayOrder": 4, "label": "Distance to bed", "description": | ||
"It will first walk the distance to bed", "defaultValue": 0, "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Distance to bed", "type": "integer", "x_unit": | ||
"meter"}}, "input_5": {"displayOrder": 5, "label": "Dream (or nightmare) | ||
of the night", "description": "Defines the size of the dream that will be | ||
generated [0:]", "defaultValue": 0, "type": "ref_contentSchema", "contentSchema": | ||
{"title": "Dream of the night", "type": "integer", "x_unit": "bytes", "minimum": | ||
0}}}}' | ||
io.simcore.integration-version: '{"integration-version": "1.0.0"}' | ||
io.simcore.key: '{"key": "simcore/services/comp/itis/sleeper-gpu"}' | ||
io.simcore.name: '{"name": "sleeper-gpu"}' | ||
io.simcore.outputs: '{"outputs": {"output_1": {"displayOrder": 1, "label": | ||
"File containing one random integer", "description": "Integer is generated | ||
in range [1-9]", "type": "data:text/plain", "fileToKeyMap": {"single_number.txt": | ||
"output_1"}}, "output_2": {"displayOrder": 2, "label": "Random sleep interval", | ||
"description": "Interval is generated in range [1-9]", "type": "integer", | ||
"unit": "second"}}}' | ||
"description": "Interval is generated in range [1-9]", "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Random sleep interval", "type": "integer", "x_unit": | ||
"second"}}, "output_3": {"displayOrder": 3, "label": "Dream output", "description": | ||
"Contains some random data representing a dream", "type": "data:text/plain", | ||
"fileToKeyMap": {"dream.txt": "output_3"}}}}' | ||
io.simcore.type: '{"type": "computational"}' | ||
io.simcore.version: '{"version": "2.1.4"}' | ||
io.simcore.version: '{"version": "2.2.0"}' | ||
org.label-schema.build-date: ${BUILD_DATE} | ||
org.label-schema.schema-version: '1.0' | ||
org.label-schema.vcs-ref: ${VCS_REF} | ||
|
@@ -87,31 +105,42 @@ services: | |
io.simcore.authors: '{"authors": [{"name": "Manuel Guidon", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Odei Maiz", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}, {"name": "Andrei Neagu", "email": "[email protected]", | ||
"affiliation": "IT''IS Foundation"}]}' | ||
io.simcore.contact: '{"contact": "[email protected]"}' | ||
"affiliation": "IT''IS Foundation"}, {"name": "Sylvain Anderegg", "email": | ||
"[email protected]", "affiliation": "IT''IS Foundation"}]}' | ||
io.simcore.contact: '{"contact": "[email protected]"}' | ||
io.simcore.description: '{"description": "A service which awaits for time | ||
to pass."}' | ||
to pass, two times."}' | ||
io.simcore.inputs: '{"inputs": {"input_1": {"displayOrder": 1, "label": "File | ||
with int number", "description": "Pick a file containing only one integer", | ||
"type": "data:text/plain", "fileToKeyMap": {"single_number.txt": "input_1"}}, | ||
"input_2": {"displayOrder": 2, "label": "Sleep interval", "description": | ||
"Choose an amount of time to sleep", "type": "integer", "unit": "second", | ||
"defaultValue": 2}, "input_3": {"displayOrder": 3, "label": "Fail after | ||
sleep", "description": "If set to true will cause service to fail after | ||
it sleeps", "type": "boolean", "defaultValue": false}, "input_4": {"displayOrder": | ||
4, "label": "Distance to bed", "description": "It will first walk the distance | ||
to bed", "type": "integer", "unit": "meter", "defaultValue": 0}}}' | ||
"Choose an amount of time to sleep in range [0:]", "defaultValue": 2, "type": | ||
"ref_contentSchema", "contentSchema": {"title": "Sleep interval", "type": | ||
"integer", "x_unit": "second", "minimum": 0}}, "input_3": {"displayOrder": | ||
3, "label": "Fail after sleep", "description": "If set to true will cause | ||
service to fail after it sleeps", "type": "boolean", "defaultValue": false}, | ||
"input_4": {"displayOrder": 4, "label": "Distance to bed", "description": | ||
"It will first walk the distance to bed", "defaultValue": 0, "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Distance to bed", "type": "integer", "x_unit": | ||
"meter"}}, "input_5": {"displayOrder": 5, "label": "Dream (or nightmare) | ||
of the night", "description": "Defines the size of the dream that will be | ||
generated [0:]", "defaultValue": 0, "type": "ref_contentSchema", "contentSchema": | ||
{"title": "Dream of the night", "type": "integer", "x_unit": "bytes", "minimum": | ||
0}}}}' | ||
io.simcore.integration-version: '{"integration-version": "1.0.0"}' | ||
io.simcore.key: '{"key": "simcore/services/comp/itis/sleeper-mpi"}' | ||
io.simcore.name: '{"name": "sleeper-mpi"}' | ||
io.simcore.outputs: '{"outputs": {"output_1": {"displayOrder": 1, "label": | ||
"File containing one random integer", "description": "Integer is generated | ||
in range [1-9]", "type": "data:text/plain", "fileToKeyMap": {"single_number.txt": | ||
"output_1"}}, "output_2": {"displayOrder": 2, "label": "Random sleep interval", | ||
"description": "Interval is generated in range [1-9]", "type": "integer", | ||
"unit": "second"}}}' | ||
"description": "Interval is generated in range [1-9]", "type": "ref_contentSchema", | ||
"contentSchema": {"title": "Random sleep interval", "type": "integer", "x_unit": | ||
"second"}}, "output_3": {"displayOrder": 3, "label": "Dream output", "description": | ||
"Contains some random data representing a dream", "type": "data:text/plain", | ||
"fileToKeyMap": {"dream.txt": "output_3"}}}}' | ||
io.simcore.type: '{"type": "computational"}' | ||
io.simcore.version: '{"version": "2.1.4"}' | ||
io.simcore.version: '{"version": "2.2.0"}' | ||
org.label-schema.build-date: ${BUILD_DATE} | ||
org.label-schema.schema-version: '1.0' | ||
org.label-schema.vcs-ref: ${VCS_REF} | ||
|
Oops, something went wrong.