tkobayas commented on code in PR #6855: URL: https://github.com/apache/incubator-kie-drools/pull/6855#discussion_r3689264530
########## script/ci/tests/scenarios-compute-build-scopes/10-plugin-dep-as-dependency/changed-files.txt: ########## @@ -1,2 +1,2 @@ -drools-test-coverage/test-suite/pom.xml -drools-test-coverage/test-suite/src/test/java/org/drools/testcoverage/SomeTest.java +drools-test-coverage/test-integration-prebuilt/test-integration-prebuilt-tests/pom.xml +drools-test-coverage/test-integration-prebuilt/test-integration-prebuilt-tests/src/test/java/org/drools/testcoverage/integrationtests/prebuilt/SomeTest.java Review Comment: This CiComputeBuildScopesTest scenario aims to verify that a project with `kie-maven-plugin` dependency will have `kie-maven-plugin` as "upstream". So now testing with `test-integration-prebuilt-tests` instead of `test-suite`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
