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

Validate execCPUAffinity of the runtime process spec #178

Merged
merged 8 commits into from
Jul 5, 2024

Commits on Jul 3, 2024

  1. validate execCPUAffinity

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    18a85b2 View commit details
    Browse the repository at this point in the history
  2. format import

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    04ee13d View commit details
    Browse the repository at this point in the history
  3. use once_cell to compile regex only once

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e01daa1 View commit details
    Browse the repository at this point in the history
  4. use same word

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a247468 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5a8a942 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. avoid using regex

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    73c9740 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    646976d View commit details
    Browse the repository at this point in the history
  3. Revert "avoid using regex"

    This reverts commit 73c9740.
    
    Signed-off-by: keisku <[email protected]>
    keisku committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d066e9c View commit details
    Browse the repository at this point in the history