1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
rules:
nested:
from:
- tests/nested/.*
to: [$SELF]
nestedlib:
from:
- tests/lib/nested.sh
to: [tests/nested/]
assertions:
from:
- tests/lib/assertions/.*
to: [tests/nested/]
exclude-tests:
from:
- .*_test.go
to: [$NONE]
code-changes:
from:
- secboot/.*
- boot/.*
- bootloader/.*
- overlord/devicestate/.*
- overlord/install/.*
- overlord/fdestate/.*
- overlord/restart/.*
- cmd/snap-bootstrap/.*
- kernel/.*
- gadget/.*
- seed/.*
- core-initrd/.*
- overlord/configstate/configcore/coredump.go
- overlord/configstate/configcore/kernel.go
- overlord/configstate/configcore/timezone.go
- wrappers/core18.go
to: [tests/nested/]
|