From 68d525c81a9049375ab0a6a7b6a878ec89029923 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 22 Aug 2024 10:22:37 -0400 Subject: [PATCH 1/3] chore: disable the Owl Bot post-processor --- .github/.OwlBot-hermetic.yaml | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/.OwlBot-hermetic.yaml diff --git a/.github/.OwlBot-hermetic.yaml b/.github/.OwlBot-hermetic.yaml deleted file mode 100644 index 700ec1611c..0000000000 --- a/.github/.OwlBot-hermetic.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -docker: - image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" - -deep-remove-regex: -- "/grpc-google-.*/src" -- "/proto-google-.*/src" - -deep-preserve-regex: -- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java" - -deep-copy-regex: -- source: "/google/bigtable/(v\\d)/.*-java/proto-google-.*/src" - dest: "/owl-bot-staging/$1/proto-google-cloud-bigtable-$1/src" -- source: "/google/bigtable/(v\\d)/.*-java/grpc-google-.*/src" - dest: "/owl-bot-staging/$1/grpc-google-cloud-bigtable-$1/src" -- source: "/google/bigtable/(v\\d)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-bigtable/src" -- source: "/google/bigtable/admin/(v\\d)/.*-java/proto-google-.*/src" - dest: "/owl-bot-staging/$1/proto-google-cloud-bigtable-admin-$1/src" -- source: "/google/bigtable/admin/(v\\d)/.*-java/grpc-google-.*/src" - dest: "/owl-bot-staging/$1/grpc-google-cloud-bigtable-admin-$1/src" -- source: "/google/bigtable/admin/(v\\d)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-bigtable/src" \ No newline at end of file From ac766e594ed00ed428881df393a03471d22d15b7 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 29 Aug 2024 15:37:39 +0000 Subject: [PATCH 2/3] Revert "chore: disable the Owl Bot post-processor" This reverts commit 68d525c81a9049375ab0a6a7b6a878ec89029923. --- .github/.OwlBot-hermetic.yaml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/.OwlBot-hermetic.yaml diff --git a/.github/.OwlBot-hermetic.yaml b/.github/.OwlBot-hermetic.yaml new file mode 100644 index 0000000000..700ec1611c --- /dev/null +++ b/.github/.OwlBot-hermetic.yaml @@ -0,0 +1,37 @@ +# Copyright 2021 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +docker: + image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" + +deep-remove-regex: +- "/grpc-google-.*/src" +- "/proto-google-.*/src" + +deep-preserve-regex: +- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java" + +deep-copy-regex: +- source: "/google/bigtable/(v\\d)/.*-java/proto-google-.*/src" + dest: "/owl-bot-staging/$1/proto-google-cloud-bigtable-$1/src" +- source: "/google/bigtable/(v\\d)/.*-java/grpc-google-.*/src" + dest: "/owl-bot-staging/$1/grpc-google-cloud-bigtable-$1/src" +- source: "/google/bigtable/(v\\d)/.*-java/gapic-google-.*/src" + dest: "/owl-bot-staging/$1/google-cloud-bigtable/src" +- source: "/google/bigtable/admin/(v\\d)/.*-java/proto-google-.*/src" + dest: "/owl-bot-staging/$1/proto-google-cloud-bigtable-admin-$1/src" +- source: "/google/bigtable/admin/(v\\d)/.*-java/grpc-google-.*/src" + dest: "/owl-bot-staging/$1/grpc-google-cloud-bigtable-admin-$1/src" +- source: "/google/bigtable/admin/(v\\d)/.*-java/gapic-google-.*/src" + dest: "/owl-bot-staging/$1/google-cloud-bigtable/src" \ No newline at end of file From 0f7bb90056c35aa23a5c038d4be96928c768be7b Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 29 Aug 2024 15:38:21 +0000 Subject: [PATCH 3/3] remove correct file --- .github/.OwlBot.lock.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/.OwlBot.lock.yaml diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml deleted file mode 100644 index 5db36a5f7d..0000000000 --- a/.github/.OwlBot.lock.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e -# created: 2024-05-09T16:31:37.168667071Z