Skip to content

Commit

Permalink
[ci] fix release tests (ray-project#43904)
Browse files Browse the repository at this point in the history
Remove these lines from byod_agent_stress_tests.sh, we do not install any google cli/sdk so we don't need these lines anyway.

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale committed Mar 12, 2024
1 parent e4cb2fe commit 9628a2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release/ray_release/byod/byod_agent_stress_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
set -exo pipefail

pip install https://ray-ci-deps-wheels.s3.us-west-2.amazonaws.com/AutoROM.accept_rom_license-0.5.4-py3-none-any.whl
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -

0 comments on commit 9628a2f

Please sign in to comment.