Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -578,14 +576,14 @@ 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
- wheel-tests-cuopt
- wheel-tests-cuopt-server
- test-self-hosted-server
if: always()
continue-on-error: true
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/request-nvskills-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:

jobs:
require-nvskills-ci:
name: "NVSkills CI (non-blocking)"
if: github.event_name == 'pull_request'
permissions:
contents: read
Expand Down