Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] always update apt in dashboard tests #41754

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

can-anyscale
Copy link
Collaborator

@can-anyscale can-anyscale commented Dec 8, 2023

As title, the test might fail if apt has been cached and not updated. Currently blocking release branch https://buildkite.com/ray-project/postmerge/builds/2005#018c4a89-ec04-4f3b-83de-744b6e85fe63/159-895

Test:

  • CI

@@ -12,6 +12,7 @@ trap clean_up EXIT

echo "Installing cypress"
if [ -n "$BUILDKITE" ]; then
sudo apt-get update
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you also change the next line of apt install into apt-get install?

and add sudo (or remove all sudos) for consistency?

@can-anyscale can-anyscale force-pushed the can-fix-dashboard branch 4 times, most recently from 0f85f69 to 57a0274 Compare December 9, 2023 01:18
Signed-off-by: can <can@anyscale.com>
@can-anyscale can-anyscale merged commit 84ba971 into master Dec 9, 2023
9 of 15 checks passed
@can-anyscale can-anyscale deleted the can-fix-dashboard branch December 9, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants