You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now support running batch jobs with multiple images, but do not have a way to keep them up to date.
Some design considerations:
to enable transitioning UDF's between python 3.8 and 3.11, users will need up to date versions of both images
in integration testing, it makes sense to run some batch job tests with both versions, but not necessarily all of them
synchronous calls remain on one fixed version
unit tests for openeo-geopyspark-driver: run against both versions
image building pipelines may need separation from integrationtests: now we always build a full new image for each tests
artifactory has issues dealing with too many dev images, we don't want to make this even worse. Images with failed tests should not be retained long, while images with successful tests are often more useful to keep longer. (https://github.com/eu-cdse/openeo-cdse-infra/issues/274)
The text was updated successfully, but these errors were encountered:
We now support running batch jobs with multiple images, but do not have a way to keep them up to date.
Some design considerations:
The text was updated successfully, but these errors were encountered: