From e731fbbdf082003e4eda7b4c04fa493bb16735a2 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Fri, 7 Jun 2024 20:30:57 +0000 Subject: [PATCH] verify with custom image specified --- kokoro/presubmit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/presubmit.sh b/kokoro/presubmit.sh index 78852b61f3..d74438b057 100755 --- a/kokoro/presubmit.sh +++ b/kokoro/presubmit.sh @@ -27,4 +27,4 @@ cd github/jib # we only run integration tests on jib-core for presubmit #./gradlew clean build :jib-core:integrationTest --info --stacktrace -./gradlew :jib-cli:integrationTest --tests 'WarCommandTest.testWar_jetty' --info --stacktrace +./gradlew :jib-cli:integrationTest --tests 'WarCommandTest.testWar_customJettySpecified' --info --stacktrace