From 6faceb93a5a88b0a5984b2565252610e8c1df09e Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Fri, 7 Jun 2024 20:09:43 +0000 Subject: [PATCH 1/2] test: verify jibCli integration test on macos --- kokoro/presubmit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kokoro/presubmit.sh b/kokoro/presubmit.sh index 96d3acea40..78852b61f3 100755 --- a/kokoro/presubmit.sh +++ b/kokoro/presubmit.sh @@ -26,4 +26,5 @@ docker kill $(docker ps --all --quiet | grep -v "$CONTAINER_ID") || true cd github/jib # we only run integration tests on jib-core for presubmit -./gradlew clean build :jib-core:integrationTest --info --stacktrace +#./gradlew clean build :jib-core:integrationTest --info --stacktrace +./gradlew :jib-cli:integrationTest --tests 'WarCommandTest.testWar_jetty' --info --stacktrace From e731fbbdf082003e4eda7b4c04fa493bb16735a2 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Fri, 7 Jun 2024 20:30:57 +0000 Subject: [PATCH 2/2] 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