Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuler committed Feb 8, 2025
1 parent 1530769 commit 23532a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
# --- Begin test groups (translated from .buildkite/core.rayci.yml) ---

- name: Run Core Python Tests
env:
RAYCI_WORK_REPO: ghcr.io/antgroup/citemp
run: |
echo "Running core: python tests..."
# First command set (excluding debug, asan, etc.)
Expand Down
2 changes: 1 addition & 1 deletion ci/ray_ci/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def main(
raise Exception("Please use `bazelisk run //ci/ray_ci`")
os.chdir(bazel_workspace_dir)
ci_init()
#docker_login(_DOCKER_ECR_REPO.split("/")[0])
docker_login(_DOCKER_ECR_REPO.split("/")[0])

if build_type == "wheel" or build_type == "wheel-aarch64":
# for wheel testing, we first build the wheel and then use it for running tests
Expand Down

0 comments on commit 23532a7

Please sign in to comment.