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

Mark ephemeral pods created as part of kanister functions with JobID label #2778

Merged
merged 22 commits into from
Apr 5, 2024

Commits on Mar 28, 2024

  1. Identify 'kanister-job' prefix pods with jobID

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0406fbd View commit details
    Browse the repository at this point in the history
  2. Nil pointer fix

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    26357f7 View commit details
    Browse the repository at this point in the history
  3. Addressed review comment

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f0b9447 View commit details
    Browse the repository at this point in the history
  4. Moved debug label addition logic to common place

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a616e27 View commit details
    Browse the repository at this point in the history
  5. Adjusted imports

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5860d1d View commit details
    Browse the repository at this point in the history
  6. Added debug label to additional ephemral pods

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f50929f View commit details
    Browse the repository at this point in the history
  7. Revert "Added debug label to additional ephemral pods"

    This reverts commit 444786f.
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    67289a3 View commit details
    Browse the repository at this point in the history
  8. Addressed review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    65f92ea View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Addressed review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e4e47a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Added unit test for jobid debug label in ephemeral pod

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cc295a8 View commit details
    Browse the repository at this point in the history
  2. Fix lint error and addressed missed review comment

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bdb79f7 View commit details
    Browse the repository at this point in the history
  3. Refactored add labels to pod function

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    aac8661 View commit details
    Browse the repository at this point in the history
  4. Rearranged imports

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    abb5a39 View commit details
    Browse the repository at this point in the history
  5. Rearranged imports with minor refactor

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    39dfe2e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Simplify validateLabelKeyIsPresentFromContext and AddLabelToPodOption…

    …s funcs
    
    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    67eaff2 View commit details
    Browse the repository at this point in the history
  2. Rearrange utility func and imports

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4324063 View commit details
    Browse the repository at this point in the history
  3. Addressed review comment

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b980202 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Refactor test cases

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cdf0f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befc0e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f98dd8e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    d07314b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bda1b0 View commit details
    Browse the repository at this point in the history