lhotari commented on code in PR #4526:
URL: https://github.com/apache/bookkeeper/pull/4526#discussion_r1845984544
##########
.github/workflows/bk-ci.yml:
##########
@@ -242,7 +242,7 @@ jobs:
run: mvn -B -nsu clean install -Pdocker -DskipTests
- name: Run metadata driver tests
- run: mvn -B -nsu -f metadata-drivers/pom.xml test -DintegrationTests
+ run: mvn -B -nsu -f metadata-drivers/pom.xml -pl '!jetcd-core-shaded'
test -DintegrationTests
Review Comment:
@Shawyeok I wonder if this should be handled using profiles in
`metadata-drivers/pom.xml`? you could exclude `jetcd-core-shaded` in that pom
file when `-DintegrationTests` is set by having an integrationTest profile in
the file which gets activated with `integrationTests` system property.
--
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]