From adf329344425291018de3ae50b07085a8472c36e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 11 Jan 2022 01:57:17 -0800 Subject: [PATCH] chore(java): update variable name to api_shortname in README template * chore(java): update variable name to api_shortname in README template * chore: fix test * chore: fix test Source-Author: Neenu Shaji Source-Date: Mon Jan 10 20:41:34 2022 -0500 Source-Repo: googleapis/synthtool Source-Sha: 6355638dfed614fe5977a06d59dc010370f88582 Source-Link: https://github.com/googleapis/synthtool/commit/6355638dfed614fe5977a06d59dc010370f88582 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .kokoro/build.sh | 10 +++++----- synth.metadata | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 11763abd4..630ca5ddb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible: General, Core, and Other are also allowed as types 2. OS type and version: 3. Java version: -4. datastore version(s): +4. version(s): #### Steps to reproduce diff --git a/.kokoro/build.sh b/.kokoro/build.sh index c8fbef2b0..aa4229479 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -47,15 +47,15 @@ set +e case ${JOB_TYPE} in test) - mvn test -B -Dclirr.skip=true -Denforcer.skip=true + mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true RETURN_CODE=$? ;; lint) - mvn com.coveo:fmt-maven-plugin:check + mvn com.coveo:fmt-maven-plugin:check -B -ntp RETURN_CODE=$? ;; javadoc) - mvn javadoc:javadoc javadoc:test-javadoc + mvn javadoc:javadoc javadoc:test-javadoc -B -ntp RETURN_CODE=$? ;; integration) @@ -71,7 +71,7 @@ integration) ;; graalvm) # Run Unit and Integration Tests with Native Image - mvn -ntp -Pnative -Penable-integration-tests test + mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test RETURN_CODE=$? ;; samples) @@ -104,7 +104,7 @@ samples) fi ;; clirr) - mvn -B -Denforcer.skip=true clirr:check + mvn -B -ntp -Denforcer.skip=true clirr:check RETURN_CODE=$? ;; *) diff --git a/synth.metadata b/synth.metadata index c72bd7ba4..1a4465124 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,22 +4,22 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-datastore.git", - "sha": "e08f9d93d8a8b912fffd602bed3189c1bed664a6" + "sha": "61dbd04381c0b0d6d8408e5b319b58d559c6d33f" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "d2977af9e9f1fc0c9dc8368352daa032471f3c63", - "internalRef": "403132955" + "sha": "10380880f030101709b3ebe1eb1dd121fa8b4116", + "internalRef": "420859180" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc" + "sha": "6355638dfed614fe5977a06d59dc010370f88582" } } ],