Skip to content

Commit

Permalink
Merge branch 'dev' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 4, 2021
2 parents 4143ce4 + b421533 commit 2328059
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biosimulators_test_suite/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.1.11'
4 changes: 3 additions & 1 deletion docs-src/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The body of the issue should contain a YAML-encoded description of your simulato
specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_tellurium/2.1.6/biosimulators.json
specificationsPatch:
version: 2.1.6
image:
url: ghcr.io/biosimulators/Biosimulators_tellurium/tellurium:2.1.6
validateImage: true
commitSimulator: true
---
Expand All @@ -49,7 +51,7 @@ Please follow these steps to use the GitHub API to programmatically submit issue
-u ${GH_USERNAME}:${GH_TOKEN} \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/biosimulators/Biosimulators/issues \
-d '{"labels": ["Validate/submit simulator"], "title": "Submit tellurium 2.1.6", "body": "---\nname: tellurium\nversion: 2.1.6\nspecificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_tellurium/2.1.6/biosimulators.json\nspecificationsPatch:\n version: 2.1.6\nvalidateImage: true\ncommitSimulator: true\n\n---"}'
-d '{"labels": ["Validate/submit simulator"], "title": "Submit tellurium 2.1.6", "body": "---\nname: tellurium\nversion: 2.1.6\nspecificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_tellurium/2.1.6/biosimulators.json\nspecificationsPatch:\n version: 2.1.6\n image:\n url: ghcr.io/biosimulators/biosimulators_tellurium/tellurium:2.1.6\nvalidateImage: true\ncommitSimulator: true\n\n---"}'
Running the test suite locally
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biosimulators_utils[docker] >= 0.1.28
biosimulators_utils[docker] >= 0.1.29
capturer
cement
docker
Expand Down
2 changes: 2 additions & 0 deletions tests/test_exec_gh_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ def get(self, url, json=None, auth=None, headers=None):
'Biosimulators_tellurium/d08f33/biosimulators.json'),
'specificationsPatch:',
' version: ' + self.submitted_version,
' image:',
' url: ghcr.io/biosimulators/Biosimulators_tellurium/tellurium:' + self.submitted_version,
'validateImage: {}'.format('true' if self.validate_image else 'false'),
'commitSimulator: {}'.format('true' if self.commit_simulator else 'false'),
'',
Expand Down

0 comments on commit 2328059

Please sign in to comment.