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 689bafd commit bae9d42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build core CI Base
uses: docker/build-push-action@v3
with:
context: .
file: ci/docker/core.build.Dockerfile
tags: ghcr.io/${{ github.repository }}/citemp:unknown-corebuild
build-args: |
DOCKER_IMAGE_BASE_BUILD=ghcr.io/${{ github.repository }}/oss-ci-base_build-py${{ matrix.python }}
push: true
# - name: Build core CI Base
# uses: docker/build-push-action@v3
# with:
# context: .
# file: ci/docker/core.build.Dockerfile
# tags: ghcr.io/${{ github.repository }}/citemp:unknown-corebuild
# build-args: |
# DOCKER_IMAGE_BASE_BUILD=ghcr.io/${{ github.repository }}/oss-ci-base_build-py${{ matrix.python }}
# push: true

- name: Run Core Python Tests
env:
RAYCI_WORK_REPO: ghcr.io/antgroup/citemp
RAYCI_WORK_REPO: ghcr.io/antgroup/ant-ray/citemp
run: |
echo "Running core: python tests..."
# First command set (excluding debug, asan, etc.)
Expand Down

0 comments on commit bae9d42

Please sign in to comment.