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

scheduler_perf: add DRA structured parameters test with shared claims #124548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 26, 2024

  1. scheduler_perf: add DRA structured parameters test with shared claims

    Several pods sharing the same claim is not common, but can be useful and thus
    should get tested.
    
    Before, createPods and createAny operations were not able to do this because
    each generated object was the same. What we need are different, predictable
    names of the claims (from createAny) and different references to those in the
    pods (from createPods). Now text/template processing with the index number of
    the pod respectively claim as input is used to inject these varying fields. A
    "div" function is needed to use the same claim in several different pods.
    
    While at it, some existing test cases get cleaned up a bit (removal of
    incorrect comments, adding comments for testing with queuing hints).
    pohly committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4306a8b View commit details
    Browse the repository at this point in the history