From edaf3160e2b3812d85b2bd5d4c30bb6966355cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Wed, 7 May 2025 13:55:39 +0200 Subject: [PATCH] build: exclude presubmit.cfg from owlbot generation --- .kokoro/presubmit/presubmit.cfg | 6 +++--- owlbot.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.kokoro/presubmit/presubmit.cfg b/.kokoro/presubmit/presubmit.cfg index b158096f0a..14db9152d9 100644 --- a/.kokoro/presubmit/presubmit.cfg +++ b/.kokoro/presubmit/presubmit.cfg @@ -1,7 +1,7 @@ # Format: //devtools/kokoro/config/proto/build.proto -# Disable system tests. +# Only run a subset of all nox sessions env_vars: { - key: "RUN_SYSTEM_TESTS" - value: "false" + key: "NOX_SESSION" + value: "unit-3.8 unit-3.12 cover docs docfx" } diff --git a/owlbot.py b/owlbot.py index 3027a1a8ba..1431b630b9 100644 --- a/owlbot.py +++ b/owlbot.py @@ -139,6 +139,7 @@ def get_staging_dirs( "README.rst", ".github/release-please.yml", ".kokoro/test-samples-impl.sh", + ".kokoro/presubmit/presubmit.cfg", ], )