-
Couldn't load subscription status.
- Fork 6
new service integration library #115
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
Merged
JavierGOrdonnez
merged 13 commits into
master
from
work/jgo/new-service-integration-library
Jul 31, 2025
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
fc6da71
change to root user
998ae74
remove push GitHub action
949bc86
changed .osparc and Makefile structure to that of cookiecutter-jupyter
0f33464
new GitHub actions only (in sync w new Makefile)
f65d475
use latest ci-service-integration-library
JavierGOrdonnez 4059e07
Update publish local
JavierGOrdonnez 2abae4d
updated few things to resemble Jupyter Pysonic (recently updated by A…
64f1a8a
update ci-service-integration-library in Makefile compose-spec
7c2dd45
cleaning && adding necessary new files
9c1236a
Merge remote-tracking branch 'origin/HEAD' into work/jgo/new-service-…
a42a56c
pin CI service integration library version
JavierGOrdonnez 4c8823e
pin CI service integration library version
JavierGOrdonnez bf4e830
Merge branch 'master' into work/jgo/new-service-integration-library
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
53 changes: 0 additions & 53 deletions
53
{{cookiecutter.project_slug}}/.github/workflows/build-test-publish.yml
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
{{cookiecutter.project_slug}}/.github/workflows/check-image.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| 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:v2.1.25 | ||
| with: | ||
| args: ooil --version | ||
| - name: Assemble docker compose spec | ||
| uses: docker://itisfoundation/ci-service-integration-library:v2.1.25 | ||
| with: | ||
| args: ooil compose | ||
| - name: Build all images if multiple | ||
| uses: docker://itisfoundation/ci-service-integration-library:v2.1.25 | ||
| with: | ||
| args: docker compose build | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,9 +1,12 @@ | ||
| restart-policy: no-restart | ||
| settings: | ||
| - name: constraints | ||
| type: string | ||
| value: | ||
| - node.platform.os == linux | ||
| - name: Resources | ||
| type: Resources | ||
| value: | ||
| Limits: | ||
| Limits: # TODO Default resource limits. Change if necessary. | ||
| NanoCPUs: 1000000000 # 100% of CPU cycles on 1 CPU | ||
| MemoryBytes: 2147483648 # 2 Gigabytes | ||
|
|
||
| MemoryBytes: 2147483648 # 2 Gigabytes |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GitHK ooil still shows up in the "check-image.yml" workflows - but I dont see that generating any issues in the GitHub Actions. Please verify this makes sense.