We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ccbbc commit 449e8b3Copy full SHA for 449e8b3
config/trees.yaml
@@ -110,6 +110,9 @@ trees:
110
padovan:
111
url: "https://github.com/padovan/linux.git"
112
113
+ pawiecz:
114
+ url: "https://github.com/pawiecz/linux.git"
115
+
116
pm:
117
url: "https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git"
118
docker-compose.yaml
@@ -131,7 +131,7 @@ services:
131
- './src/trigger.py'
132
- '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.toml}'
133
- 'run'
134
- - '--trees=kernelci,netdev-testing'
+ - '--trees=kernelci,netdev-testing,pawiecz'
135
- '--name=trigger'
136
extra_hosts:
137
- "host.docker.internal:host-gateway"
0 commit comments