Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce PR testing matrix. #2436

Merged
merged 6 commits into from
Sep 19, 2024
Merged

Reduce PR testing matrix. #2436

merged 6 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    0b4801b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f6e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ba30a View commit details
    Browse the repository at this point in the history
  4. Reduce PR testing matrix.

    1. Temporarily remove current nightly matrix pending NVKS bringup.
    2. Move current per-PR matrix to nightly.
    3. Reduce the number of jobs in the PR matrix while maintaining decent coverage.
    
    Before: (total jobs: 437)
    |  320 | `linux-amd64-cpu16`
    |   66 | `linux-amd64-gpu-v100-latest-1`
    |   28 | `linux-arm64-cpu16`
    |   23 | `windows-amd64-cpu16`
    
    After (total jobs: 183)
    |  126 | `linux-amd64-cpu16`
    |   26 | `linux-amd64-gpu-v100-latest-1`
    |   21 | `windows-amd64-cpu16`
    |   10 | `linux-arm64-cpu16`
    alliepiper committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9e06c47 View commit details
    Browse the repository at this point in the history
  5. Restore old build matrix.

    alliepiper committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fa731c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1407ea6 View commit details
    Browse the repository at this point in the history