-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee0be5e
commit 2a995f0
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def test_image_build(domain_1_port) -> None: | |
port=domain_1_port, email="[email protected]", password="changethis" | ||
) | ||
|
||
syft_base_tag = "0.8.5-beta.10" # {sy.__version__} | ||
syft_base_tag = "0.8.5-post.2" # {sy.__version__} | ||
|
||
# Submit Docker Worker Config | ||
docker_config_rl = f""" | ||
|
@@ -79,7 +79,7 @@ def test_pool_launch(domain_1_port) -> None: | |
) | ||
# assert len(domain_client.worker_pools.get_all()) == 1 | ||
|
||
syft_base_tag = "0.8.5-beta.10" # {sy.__version__} | ||
syft_base_tag = "0.8.5-post.2" # {sy.__version__} | ||
|
||
# Submit Docker Worker Config | ||
docker_config_opendp = f""" | ||
|
@@ -181,7 +181,7 @@ def test_pool_image_creation_job_requests(domain_1_port) -> None: | |
assert isinstance(res, SyftSuccess) | ||
ds_client = sy.login(email=ds_email, password="secret_pw", port=domain_1_port) | ||
|
||
syft_base_tag = "0.8.5-beta.10" # {sy.__version__} | ||
syft_base_tag = "0.8.5-post.2" # {sy.__version__} | ||
|
||
# the DS makes a request to create an image and a pool based on the image | ||
|
||
|