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: NVIDIA/skyhook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NVIDIA/skyhook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: reboot_issue
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 7, 2025

  1. fix(agent): change to a secondary chroot_exec so it happens in a diff…

    …erent process
    
    Due to distroless we can't do a subprocess.run(chroot /root [cmd])
    So instead we call a separate python process to chroot inside of. If
    we do the chroot inside controller the chroot last for the rest of the
    process which causes issues with file management and other things that
    happen after the call.
    ayuskauskas committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    257419e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099d774 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    e488feb View commit details
    Browse the repository at this point in the history
  2. fix(agent): tee test

    ayuskauskas committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    59dcf52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e05eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e3f4b View commit details
    Browse the repository at this point in the history
Loading