Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AI-Hypercomputer/xpk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: AI-Hypercomputer/xpk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.1
Choose a head ref
  • 1 commit
  • 23 files changed
  • 1 contributor

Commits on Jun 25, 2026

  1. fix: Fix --adapt-from-ct for externally managed jobset and kueue (#1192)

    * feat: skip Kueue and Jobset manifest installs if managed by Helm
    
    * Add unit tests for helm-managed Kueue and Jobset
    
    * Refactor is_managed_by_helm to use jsonpath for speed and target deployments explicitly
    
    * Simplify is_managed_by_helm to only check managed-by label
    
    * Simplify code
    
    * Rename out to container_image in _should_install_jobset
    
    * Rename is_managed_by_helm to is_managed_externally
    
    * Fix pylint trailing whitespaces
    
    * Fix pyink formatting
    jamOne- committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    18c02b1 View commit details
    Browse the repository at this point in the history
Loading