-
Notifications
You must be signed in to change notification settings - Fork 4
Open
2 / 22 of 2 issues completedDescription
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)
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels