From aad938e98dec73fb3165e5c448cf924b71ccd83f Mon Sep 17 00:00:00 2001 From: Jordan Patterson Date: Fri, 31 Oct 2025 17:57:42 -0400 Subject: [PATCH 1/2] actions: Remove unused workflow reference. --- .github/workflows/build_ais.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build_ais.yml b/.github/workflows/build_ais.yml index b7eccde1..6766fcb0 100644 --- a/.github/workflows/build_ais.yml +++ b/.github/workflows/build_ais.yml @@ -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}} From 9c5fdb83139dff9a0849be5505e49d16f8e5bedc Mon Sep 17 00:00:00 2001 From: Jordan Patterson Date: Fri, 31 Oct 2025 18:04:46 -0400 Subject: [PATCH 2/2] actions: Fix references to old repo. --- .github/workflows/build_ais.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ais.yml b/.github/workflows/build_ais.yml index 6766fcb0..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: