From 37e5c1e2a8b368ee5d320ee2585ad561d683e723 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 21:34:29 +0000 Subject: [PATCH] chore: include generated samples dir (#204) --- java-tpu/.github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-tpu/.github/.OwlBot.yaml b/java-tpu/.github/.OwlBot.yaml index e6aa6b5058b0..de69aa43ccc5 100644 --- a/java-tpu/.github/.OwlBot.yaml +++ b/java-tpu/.github/.OwlBot.yaml @@ -16,6 +16,7 @@ docker: image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" deep-remove-regex: +- "/samples/snippets/generated" - "/grpc-google-.*/src" - "/proto-google-.*/src" - "/google-.*/src" @@ -26,4 +27,6 @@ deep-copy-regex: - source: "/google/cloud/tpu/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-tpu-$1/src" - source: "/google/cloud/tpu/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-tpu/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-tpu/src" +- source: "/google/cloud/tpu/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"