-
Notifications
You must be signed in to change notification settings - Fork 284
Conversation
@@ -206,7 +206,8 @@ def _create_subtask_info( | |||
ctd=ComputeTaskDef( | |||
deadline=time.time() + 3600, | |||
docker_images=[ | |||
DockerImage('golemfactory/blender', tag='1.9').to_dict() | |||
DockerImage('golemfactory/blender', tag='blender_2.80') |
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.
this needs to be updated with a production tag before we merge
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.
Waiting for docker images updates from @nieznanysprawiciel and @zakaprov
@magdasta apart from the docker image, I believe the integration test scenes should be updated (I can do this if needed) and please change the base to |
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.
I guess it's okay, though, I haven't tried looking into the changes to the docker images themselves
Codecov Report
@@ Coverage Diff @@
## b0.22 #4846 +/- ##
=========================================
- Coverage 89.2% 89.19% -0.01%
=========================================
Files 231 231
Lines 21275 21275
=========================================
- Hits 18978 18977 -1
- Misses 2297 2298 +1 |
As for now, Eevee is not going to be supported.