From 9b6496e92cb48ca1bfc0b1a733d564466f28deca Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 7 Dec 2021 09:21:36 -0800 Subject: [PATCH] fix(java): add -ntp flag to native image testing command (#593) Source-Author: Daniel Zou Source-Date: Mon Dec 6 11:14:51 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc Source-Link: https://github.com/googleapis/synthtool/commit/723f3ce6c8927683e96cd7a4a02b59606a14eafc --- .kokoro/build.sh | 2 +- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index d5a978bde..c8fbef2b0 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -71,7 +71,7 @@ integration) ;; graalvm) # Run Unit and Integration Tests with Native Image - mvn test -Pnative -Penable-integration-tests + mvn -ntp -Pnative -Penable-integration-tests test RETURN_CODE=$? ;; samples) diff --git a/synth.metadata b/synth.metadata index c7b606d24..c72bd7ba4 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-datastore.git", - "sha": "34cd2d378c3eb3b3004c2c97e5d3f7e6072d69ea" + "sha": "e08f9d93d8a8b912fffd602bed3189c1bed664a6" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36" + "sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc" } } ],