-
Notifications
You must be signed in to change notification settings - Fork 22
Contribute community partner specific test summaries
Fynn Beuttenmüller edited this page Nov 30, 2022
·
10 revisions
A partner may generate test summaries.
In the partner section of collection_rdf_template.yaml we need to specify your partner_id (e.g. 'ilastik') and your workflow which creates and deploys your test summaries.
These dedicated partner test workflows are triggered by the collection CI: trigger_partner_wf.yaml.
-
example ilastik:
- repository with ilastik's test ci: https://github.com/ilastik/bioimage-io-resources
- this github actions workflow is called by the collection CI: https://github.com/ilastik/bioimage-io-resources/blob/main/.github/workflows/test_bioimageio_resources.yaml
- deployed test summaries: https://github.com/ilastik/bioimage-io-resources/tree/gh-pages
- config of this process in collection repo: https://github.com/bioimage-io/collection-bioimage-io/blob/7aeb323b00750b1114678870458da3844f644ac8/collection_rdf_template.yaml#L63-L68
-
(unfinished) example deepimagej:
- gh workflow called by collection CI: https://github.com/deepimagej/models/blob/master/.github/workflows/test_bioimageio_resources.yaml
- config in collection repo: https://github.com/bioimage-io/collection-bioimage-io/blob/7aeb323b00750b1114678870458da3844f644ac8/collection_rdf_template.yaml#L41-L50