Commit 599b0f0
ci: use src/main instead of src/test for -amd expansion classification
Modules with src/main (including test-infra modules) are now treated as
testable for -amd expansion, so their dependents get tested. Previously
the check used src/test, which excluded test-infra modules that have
source code but no tests — their dependent components were never tested.
Fixes the issue seen in PR apache#22316 where bumping the Infinispan container
version didn't trigger camel-infinispan tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b40772d commit 599b0f0
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
552 | | - | |
553 | | - | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
554 | 556 | | |
555 | 557 | | |
556 | 558 | | |
557 | | - | |
| 559 | + | |
558 | 560 | | |
559 | 561 | | |
560 | 562 | | |
561 | | - | |
| 563 | + | |
562 | 564 | | |
563 | 565 | | |
564 | 566 | | |
| |||
0 commit comments