From 3bf60c1eae4f0ec8e81555d480811b65420aa3b8 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Mon, 31 May 2021 14:49:56 -0700 Subject: [PATCH 1/2] feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` * feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` Related: https://github.com/googleapis/repo-automation-bots/issues/1751 * feat: add `yoshi-automation` to `ignoreAuthors` Source-Author: Daniel Bankhead Source-Date: Tue May 18 15:08:47 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 7332178a11ddddc91188dc0f25bca1ccadcaa6c6 Source-Link: https://github.com/googleapis/synthtool/commit/7332178a11ddddc91188dc0f25bca1ccadcaa6c6 --- .github/generated-files-bot.yml | 1 + synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml index 47c2ba13..c644a24e 100644 --- a/.github/generated-files-bot.yml +++ b/.github/generated-files-bot.yml @@ -9,3 +9,4 @@ ignoreAuthors: - 'renovate-bot' - 'yoshi-automation' - 'release-please[bot]' +- 'gcf-owl-bot[bot]' diff --git a/synth.metadata b/synth.metadata index 036662ae..2aed217a 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-video-transcoder.git", - "sha": "4bff91ace8c16ea577e5dfaf1e13cec1eb02ea21" + "sha": "0313dade67377e14e75fe9eb44d305527b4a78b2" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c86c7a60985644eab557949363a38301d40d78d2" + "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" } } ], From fed50aab165e0c23ae2b2904b262d89734a6c1f8 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Mon, 31 May 2021 14:50:35 -0700 Subject: [PATCH 2/2] chore: dump maven version along with java Source-Author: Igor Bernstein Source-Date: Thu May 20 10:56:02 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 8eae0234a16b26c2ff616d305dbd9786c8b10a47 Source-Link: https://github.com/googleapis/synthtool/commit/8eae0234a16b26c2ff616d305dbd9786c8b10a47 --- .kokoro/build.sh | 4 ++-- synth.metadata | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 9d97ecd8..01156e19 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -23,8 +23,8 @@ cd ${scriptDir}/.. # include common functions source ${scriptDir}/common.sh -# Print out Java version -java -version +# Print out Maven & Java version +mvn -version echo ${JOB_TYPE} # attempt to install 3 times with exponential backoff (starting with 10 seconds) diff --git a/synth.metadata b/synth.metadata index 2aed217a..c3385607 100644 --- a/synth.metadata +++ b/synth.metadata @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ],