diff --git a/.github/workflows/build_ais.yml b/.github/workflows/build_ais.yml index b7eccde1..73d3031f 100644 --- a/.github/workflows/build_ais.yml +++ b/.github/workflows/build_ais.yml @@ -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: @@ -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 \ @@ -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}}