From 8eb6a14e76e3cc2e75fdfbf6d19b384e70f2e913 Mon Sep 17 00:00:00 2001 From: Denis DelGrosso Date: Wed, 29 Oct 2025 16:09:25 +0000 Subject: [PATCH] chore: add samples-test.sh to owlbot_main exclude --- owlbot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/owlbot.py b/owlbot.py index 0607a2f0c..ff1bf7c79 100644 --- a/owlbot.py +++ b/owlbot.py @@ -33,6 +33,10 @@ '.kokoro/system-test.sh', '.kokoro/samples-test.sh', ]) +node.owlbot_main(templates_excludes=[ + '.kokoro/samples-test.sh' +]) + # Create .config directory under $HOME to get around permissions issues # with resumable upload.