Skip to content

Commit

Permalink
[dashboard] remove symbolic link (#46461)
Browse files Browse the repository at this point in the history
move into ray package, remove the one from root.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Jul 10, 2024
1 parent 51421b9 commit 27d3d81
Show file tree
Hide file tree
Showing 375 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ steps:
instance_type: medium
commands:
- cleanup() { ./ci/build/upload_build_info.sh; }; trap cleanup EXIT
- (cd dashboard/client && npm ci && npm run build)
- (cd python/ray/dashboard/client && npm ci && npm run build)
- pip install -e python[client]
- bazel test --config=ci --jobs=1 $(./ci/run/bazel_export_options)
--test_tag_filters=mem_pressure -- //python/ray/tests/...
Expand Down Expand Up @@ -160,7 +160,7 @@ steps:
# ui tests
- docker run -i --rm --volume /tmp/artifacts:/artifact-mount --shm-size=2.5gb
"$${RAYCI_WORK_REPO}":"$${RAYCI_BUILD_ID}"-corebuild /bin/bash -iecuo pipefail
"./dashboard/tests/run_ui_tests.sh"
"./python/ray/dashboard/tests/run_ui_tests.sh"

- label: ":ray: core: debug test"
tags: python
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

# Ray usage stats
/python/ray/_private/usage/ @ericl @richardliaw @rkooo567 @jjyao
/dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao
/python/ray/dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao


# ==== Build and CI ====
Expand Down
2 changes: 1 addition & 1 deletion ci/lint/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ format_frontend() {
(
echo "$(date)" "format frontend...."
local folder
folder="$(pwd)/dashboard/client"
folder="$(pwd)/python/ray/dashboard/client"
local filenames
# shellcheck disable=SC2207
filenames=($(find "${folder}"/src -name "*.ts" -or -name "*.tsx"))
Expand Down
2 changes: 1 addition & 1 deletion ci/ray_ci/tests.env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ "$BUILD_TYPE" == "skip" ]]; then
fi

(
cd dashboard/client
cd python/ray/dashboard/client
npm ci
npm run build
)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/ray-contribute/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Now you can build the dashboard. From inside of your local Ray project directory

.. code-block:: bash
cd dashboard/client
cd python/ray/dashboard/client
Then you can install the dependencies and build the dashboard:

Expand Down
5 changes: 3 additions & 2 deletions python/build-wheel-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ install_ray() {
(
pip install wheel
pushd dashboard/client
(
cd python/ray/dashboard/client
choco install nodejs -y
refreshenv
# https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build
popd
)
cd "${WORKSPACE_DIR}"/python
"${WORKSPACE_DIR}"/ci/keep_alive pip install -v -e .
Expand Down
1 change: 0 additions & 1 deletion python/ray/dashboard

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 27d3d81

Please sign in to comment.