From 817d7cd3c64dd0d01e73efe63ba10af401f6e42a Mon Sep 17 00:00:00 2001 From: Cuong Nguyen <128072568+can-anyscale@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:56:01 -0700 Subject: [PATCH] Upgrade dataplane version (#36734) --- release/ray_release/byod/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/ray_release/byod/build.py b/release/ray_release/byod/build.py index 7bbc122c65aa..cc7780a7405e 100644 --- a/release/ray_release/byod/build.py +++ b/release/ray_release/byod/build.py @@ -12,8 +12,8 @@ from ray_release.test import Test DATAPLANE_S3_BUCKET = "ray-release-automation-results" -DATAPLANE_FILENAME = "dataplane.tgz" -DATAPLANE_DIGEST = "f9b0055085690ddad2faa804bb6b38addbcf345b9166f2204928a7ece1c8a39b" +DATAPLANE_FILENAME = "dataplane_20230622.tgz" +DATAPLANE_DIGEST = "141788597b798e407f6131d10f34d09bbae4648b3acd91d776e3e8ef013b64bb" BASE_IMAGE_WAIT_TIMEOUT = 7200 BASE_IMAGE_WAIT_DURATION = 30 RELEASE_BYOD_DIR = os.path.join(RELEASE_PACKAGE_DIR, "ray_release/byod")