Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/build_ais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: AIS # Mono-workflow - May be advantageous to split up
run-name: Build, Test, and Analyze AIS
env:
AIS_MOUNT_PATH: /mnt/ais/ext4
AIS_DOCKER_REGISTRY: ghcr.io/rocm/rocs-internal
AIS_DOCKER_REGISTRY: ghcr.io/rocm/rocfile
AIS_CI_IMAGE_NAME: ais_ci_${{inputs.platform}}
AIS_PR_BASE_URL: https://github.com/ROCm/rocs-internal/pull
AIS_PR_BASE_URL: https://github.com/ROCm/rocFile/pull
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -388,8 +388,6 @@ jobs:
/bin/bash -c '
cmake --build . --parallel
'
# NVIDIA hipFile unit tests require an NVIDIA GPU to be present.
# See hipfile-e2e-nvidia for where they are run.
- name: Clean CMake build directories
run: |
docker exec \
Expand All @@ -403,8 +401,3 @@ jobs:
if: ${{ always() }}
run: |
docker stop ${AIS_CONTAINER_NAME}
Run_hipFile_e2e_NVIDIA:
uses: ./.github/workflows/hipfile-e2e-nvidia.yml
needs: build_AIS_image
with:
platform: ${{inputs.platform}}
Loading