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 18, 2023
1 parent c17be76 commit 5c0ba9a
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 @@ -21,11 +21,14 @@ clean:
./gradlew clean

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

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

e2e_test: 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
docker build . \
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 5c0ba9a

Please sign in to comment.