Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new service integration library #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dummy
Submodule dummy added at 6c986e

This file was deleted.

24 changes: 24 additions & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/check-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build and check image

on: [push, pull_request]

jobs:
verify-image-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v2
- name: ooil version
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure to use the latest version of this image. we are at 2.x.x currently.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please search and replace this repo wide

with:
args: ooil --version
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: ooil compose
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: docker compose build
- name: test
run: make tests
68 changes: 0 additions & 68 deletions {{cookiecutter.project_slug}}/.osparc/Makefile

This file was deleted.

67 changes: 0 additions & 67 deletions {{cookiecutter.project_slug}}/.osparc/bin/activate

This file was deleted.

40 changes: 0 additions & 40 deletions {{cookiecutter.project_slug}}/.osparc/bin/ooil
Copy link
Member

@pcrespov pcrespov Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here as in the other PR.#116

This file was deleted.

17 changes: 0 additions & 17 deletions {{cookiecutter.project_slug}}/.osparc/bin/yq

This file was deleted.

5 changes: 2 additions & 3 deletions {{cookiecutter.project_slug}}/.osparc/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: {{ cookiecutter.project_name }}
key: simcore/services/{%- if cookiecutter.project_type == "computational" -%}comp{%- elif cookiecutter.project_type == "dynamic" -%}dynamic{%- endif -%}/{{ cookiecutter.project_name.lower().replace(' ', '-') }}
type: {{ cookiecutter.project_type }}
integration-version: 1.0.0
integration-version: 2.0.0
version: {{ cookiecutter.version }}
version_display: {{ cookiecutter.version_display }}
description: {{ cookiecutter.project_short_description }}
contact: {{ cookiecutter.contact_email }}
contact: {{ cookiecutter.author_email }}
thumbnail: https://github.com/ITISFoundation/osparc-assets/blob/cb43207b6be2f4311c93cd963538d5718b41a023/assets/default-thumbnail-cookiecutter-osparc-service.png?raw=true
authors:
- name: {{ cookiecutter.author_name }}
Expand Down
Loading
Loading