From 0e01c4819f0b0b8cca12981c8100374d9420edd8 Mon Sep 17 00:00:00 2001 From: Matthew Murray <41342305+Matt711@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:13:22 -0500 Subject: [PATCH] Disable ARM CI in C++ and Python test CI jobs (#18175) xref https://github.com/rapidsai/shared-workflows/pull/293 Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: https://github.com/rapidsai/cudf/pull/18175 --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 2c583598f54..ff101b20a80 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -153,7 +153,7 @@ jobs: conda-cpp-tests: needs: [conda-cpp-build, changed-files] secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@disable-arm-pr-ci if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp with: build_type: pull-request @@ -166,7 +166,7 @@ jobs: conda-python-cudf-tests: needs: [conda-python-build, changed-files] secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@disable-arm-pr-ci if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python with: build_type: pull-request