Skip to content

Commit

Permalink
chore(build): add e2e to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Aug 15, 2023
1 parent 7315d83 commit 2a18510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ build/distributions/tiered-storage-for-apache-kafka-$(VERSION).tgz:
./gradlew build distTar -x test -x integrationTest

test: build/distributions/tiered-storage-for-apache-kafka-$(VERSION).tgz
./gradlew test integrationTest
./gradlew test integrationTest -x e2e:test

test_e2e: build/distributions/tiered-storage-for-apache-kafka-$(VERSION).tgz
./gradlew e2e:test

.PHONY: docker_image
docker_image: build/distributions/tiered-storage-for-apache-kafka-$(VERSION).tgz
Expand Down
4 changes: 0 additions & 4 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,5 @@ dependencies {
test {
testLogging {
exceptionFormat "full"

info {
showStackTraces = true
}
}
}

0 comments on commit 2a18510

Please sign in to comment.