diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b182380e4..d54afeebd 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -34,7 +34,6 @@ jobs: - wheel-tests-cuopt-server - wheel-build-cuopt-sh-client - test-self-hosted-server - - pr-test-summary permissions: contents: read uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main @@ -341,6 +340,7 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main with: enable_check_generated_files: false + ignored_pr_jobs: "pr-test-summary" conda-cpp-build: needs: [build-details, checks, compute-matrix-filters, changed-files] # Consumed by conda-cpp-tests, conda-python-build, and (transitively) docs-build. @@ -392,8 +392,6 @@ jobs: if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp with: build_type: pull-request - # Non-blocking while the multi-GPU test suite is maturing. - continue-on-error: true conda-python-build: needs: [build-details, conda-cpp-build, changed-files] # Consumed by conda-python-tests and docs-build. @@ -578,6 +576,7 @@ jobs: build_type: pull-request script: ci/test_self_hosted_service.sh pr-test-summary: + name: "PR test summary (non-blocking)" needs: - conda-cpp-tests - conda-python-tests @@ -585,7 +584,6 @@ jobs: - wheel-tests-cuopt-server - test-self-hosted-server if: always() - continue-on-error: true runs-on: ubuntu-latest permissions: actions: read diff --git a/.github/workflows/request-nvskills-ci.yml b/.github/workflows/request-nvskills-ci.yml index da28f21de..3bc865b52 100644 --- a/.github/workflows/request-nvskills-ci.yml +++ b/.github/workflows/request-nvskills-ci.yml @@ -21,6 +21,7 @@ permissions: jobs: require-nvskills-ci: + name: "NVSkills CI (non-blocking)" if: github.event_name == 'pull_request' permissions: contents: read