diff --git a/config/trees.yaml b/config/trees.yaml index 259a6fb8a..4fbaad939 100644 --- a/config/trees.yaml +++ b/config/trees.yaml @@ -110,6 +110,9 @@ trees: padovan: url: "https://github.com/padovan/linux.git" + pawiecz: + url: "https://github.com/pawiecz/linux.git" + pm: url: "https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git" diff --git a/docker-compose.yaml b/docker-compose.yaml index 6d578de9d..708dfad46 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -131,7 +131,7 @@ services: - './src/trigger.py' - '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.toml}' - 'run' - - '--trees=kernelci,netdev-testing' + - '--trees=kernelci,netdev-testing,pawiecz' - '--name=trigger' extra_hosts: - "host.docker.internal:host-gateway"