From bf20fa3580474df7f28062c9b2b0a676643d29e4 Mon Sep 17 00:00:00 2001 From: Bradley Dice <bdice@bradleydice.com> Date: Wed, 13 Sep 2023 15:05:32 -0500 Subject: [PATCH] Disable all CI except for conda C++ builds. --- .github/workflows/pr.yaml | 140 +++++++++++++++++++------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4437e0dc85..9c7611bef3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -12,23 +12,23 @@ concurrency: jobs: pr-builder: needs: - - checks +# - checks - conda-cpp-build - - conda-cpp-tests - - conda-python-build - - conda-python-tests - - docs-build - - wheel-build-pylibraft - - wheel-tests-pylibraft - - wheel-build-raft-dask - - wheel-tests-raft-dask +# - conda-cpp-tests +# - conda-python-build +# - conda-python-tests +# - docs-build +# - wheel-build-pylibraft +# - wheel-tests-pylibraft +# - wheel-build-raft-dask +# - wheel-tests-raft-dask secrets: inherit uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.10 - checks: - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.10 - with: - enable_check_generated_files: false +# checks: +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.10 +# with: +# enable_check_generated_files: false conda-cpp-build: needs: checks secrets: inherit @@ -36,59 +36,59 @@ jobs: with: build_type: pull-request node_type: cpu16 - conda-cpp-tests: - needs: conda-cpp-build - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10 - with: - build_type: pull-request - conda-python-build: - needs: conda-cpp-build - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10 - with: - build_type: pull-request - conda-python-tests: - needs: conda-python-build - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10 - with: - build_type: pull-request - docs-build: - needs: conda-python-build - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10 - with: - build_type: pull-request - node_type: "gpu-v100-latest-1" - arch: "amd64" - container_image: "rapidsai/ci:latest" - run_script: "ci/build_docs.sh" - wheel-build-pylibraft: - needs: checks - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10 - with: - build_type: pull-request - script: ci/build_wheel_pylibraft.sh - wheel-tests-pylibraft: - needs: wheel-build-pylibraft - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10 - with: - build_type: pull-request - script: ci/test_wheel_pylibraft.sh - wheel-build-raft-dask: - needs: wheel-tests-pylibraft - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10 - with: - build_type: pull-request - script: "ci/build_wheel_raft_dask.sh" - wheel-tests-raft-dask: - needs: wheel-build-raft-dask - secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10 - with: - build_type: pull-request - script: ci/test_wheel_raft_dask.sh +# conda-cpp-tests: +# needs: conda-cpp-build +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10 +# with: +# build_type: pull-request +# conda-python-build: +# needs: conda-cpp-build +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10 +# with: +# build_type: pull-request +# conda-python-tests: +# needs: conda-python-build +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10 +# with: +# build_type: pull-request +# docs-build: +# needs: conda-python-build +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10 +# with: +# build_type: pull-request +# node_type: "gpu-v100-latest-1" +# arch: "amd64" +# container_image: "rapidsai/ci:latest" +# run_script: "ci/build_docs.sh" +# wheel-build-pylibraft: +# needs: checks +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10 +# with: +# build_type: pull-request +# script: ci/build_wheel_pylibraft.sh +# wheel-tests-pylibraft: +# needs: wheel-build-pylibraft +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10 +# with: +# build_type: pull-request +# script: ci/test_wheel_pylibraft.sh +# wheel-build-raft-dask: +# needs: wheel-tests-pylibraft +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10 +# with: +# build_type: pull-request +# script: "ci/build_wheel_raft_dask.sh" +# wheel-tests-raft-dask: +# needs: wheel-build-raft-dask +# secrets: inherit +# uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10 +# with: +# build_type: pull-request +# script: ci/test_wheel_raft_dask.sh