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

Make job id's usable outside project #2246

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Make job id's usable outside project #2246

merged 1 commit into from
Aug 23, 2023

Conversation

soininen
Copy link
Contributor

@soininen soininen commented Aug 11, 2023

This PR makes it possible to create Julia sysimages.

Re #1225

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black
  • Unit tests pass

We now store job id into SpineEngineWorker instead of SpineToolboxProject.
This allows other components to create project-independent engine workers
e.g. when creating Julia sysimages.

Re #1225
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2023

Codecov Report

Patch coverage: 85.71% and no project coverage change.

Comparison is base (af55312) 63.81% compared to head (8464fed) 63.82%.
Report is 5 commits behind head on master.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2246   +/-   ##
=======================================
  Coverage   63.81%   63.82%           
=======================================
  Files         198      198           
  Lines       35942    35947    +5     
  Branches     6114     6115    +1     
=======================================
+ Hits        22937    22942    +5     
  Misses      11779    11779           
  Partials     1226     1226           
Files Changed Coverage Δ
spinetoolbox/project.py 69.33% <80.00%> (+0.03%) ⬆️
spinetoolbox/spine_engine_worker.py 48.40% <100.00%> (+0.73%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@soininen soininen merged commit 8b74d3b into master Aug 23, 2023
16 checks passed
@soininen soininen deleted the 1225_julia_sysimages branch August 23, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants