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

Syncing latest changes from master for rook #535

Closed
wants to merge 4 commits into from

Commits on Oct 26, 2023

  1. build: add go modules for apis subdir

    To keep the go dependencies minimal, add the go packages
    just for the pkg/apis directory. Projects that only reference
    the rook apis can then have a smaller footprint for Go
    dependencies.
    
    Signed-off-by: travisn <tnielsen@redhat.com>
    travisn committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0e0598c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. multus: improve the multus validation test's flakiness metric

    Allow the flakiness threshold window to be tuned from the cli
    
    Signed-off-by: Sheetal Pamecha <spamecha@redhat.com>
    Sheetalpamecha committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    06c1765 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request rook#13123 from Sheetalpamecha/mmultus-validation-…

    …test
    
    multus: improve the multus validation test's flakiness metric
    BlaineEXE authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    35bd186 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rook#13113 from travisn/api-modules

    build: Add go modules for apis subdir
    travisn authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d72abc4 View commit details
    Browse the repository at this point in the history