Skip to content

Commit

Permalink
config: trees.yaml: Enable hyperv tree
Browse files Browse the repository at this point in the history
Signed-off-by: Johnson George <johnson.george@microsoft.com>
  • Loading branch information
johnsongeorge-w authored and nuclearcat committed Mar 7, 2025
1 parent 47b3288 commit 51e9886
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/trees.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ trees:
vireshk:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git"

hyperv:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git"

# -----------------------------------------------------------------------------
# Legacy configuration data (still used by trigger service)
Expand Down Expand Up @@ -669,3 +671,11 @@ build_configs:
vireshk:
tree: vireshk
branch: 'for-kernelci'

hyperv-next:
tree: hyperv
branch: 'hyperv-next'

hyperv-fixes:
tree: hyperv
branch: 'hyperv-fixes'

0 comments on commit 51e9886

Please sign in to comment.