Skip to content

Commit

Permalink
Use different prebuilt images for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed May 21, 2024
1 parent 9e84ea9 commit b2a4ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/container_workload/pool_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_pool_launch(

# Submit Worker Image
worker_config, docker_tag = (
(PrebuiltWorkerConfig(tag=(_tag := "docker.io/library/python:3-alpine")), _tag)
(PrebuiltWorkerConfig(tag=(_tag := "docker.io/library/nginx:latest")), _tag)
if prebuilt
else make_docker_config_test_case("opendp")
)
Expand Down Expand Up @@ -220,7 +220,7 @@ def test_pool_image_creation_job_requests(
worker_config, docker_tag = (
(
PrebuiltWorkerConfig(
tag=(_tag := f"docker.io/openmined/grid-backend:{sy.__version__}")
tag=(_tag := "docker.io/openmined/grid-backend:latest")
),
_tag,
)
Expand Down

0 comments on commit b2a4ba4

Please sign in to comment.