Skip to content

Commit

Permalink
[image] update anyscale layer for release test
Browse files Browse the repository at this point in the history
the update will pay more respect to the tested dependency constraints

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie committed Oct 20, 2024
1 parent 8c28fe2 commit 97badaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/build/build-anyscale-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ REQUIREMENTS="$3"
ECR="$4"

DATAPLANE_S3_BUCKET="ray-release-automation-results"
DATAPLANE_FILENAME="dataplane_20240613.tar.gz"
DATAPLANE_DIGEST="b7c68dd3cf9ef05b2b1518a32729fc036f06ae83bae9b9ecd241e33b37868944"
DATAPLANE_FILENAME="dataplane_20241020.tar.gz"
DATAPLANE_DIGEST="c0fadba1b18f57c03db99804b68b929676a8b818e3d13385498afd980e922ef3"

# download dataplane build file
aws s3api get-object --bucket "${DATAPLANE_S3_BUCKET}" \
Expand Down
4 changes: 2 additions & 2 deletions release/ray_release/byod/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
)

DATAPLANE_S3_BUCKET = "ray-release-automation-results"
DATAPLANE_FILENAME = "dataplane_20240613.tar.gz"
DATAPLANE_DIGEST = "b7c68dd3cf9ef05b2b1518a32729fc036f06ae83bae9b9ecd241e33b37868944"
DATAPLANE_FILENAME = "dataplane_20241020.tar.gz"
DATAPLANE_DIGEST = "c0fadba1b18f57c03db99804b68b929676a8b818e3d13385498afd980e922ef3"
BASE_IMAGE_WAIT_TIMEOUT = 7200
BASE_IMAGE_WAIT_DURATION = 30
RELEASE_BYOD_DIR = os.path.join(RELEASE_PACKAGE_DIR, "ray_release/byod")
Expand Down

0 comments on commit 97badaf

Please sign in to comment.