Skip to content

Commit f497e49

Browse files
tests: also disable 'node18' tests in continuous/nightly for now (#1763)
* tests: also disable 'node18' tests in continuous/nightly for now * tests: exclude changes in owlbot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: revert "🦉 Updates from OwlBot post-processor" This reverts commit 1a6bdcb. --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3b7cb50 commit f497e49

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.kokoro/test.sh

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
'samples/generated/v2/*', # we don't want to encourage non-veneer use here.
6363
'.kokoro/samples-test.sh', # get to green
6464
'.kokoro/system-test.sh',
65+
'.kokoro/test.sh',
6566
] + list(admin_files)
6667
logging.info(f"excluding files for non-admin: {excludes}")
6768
s.copy([library], excludes = excludes)
@@ -170,6 +171,7 @@
170171
'.github/workflows/ci.yaml',
171172
'.kokoro/samples-test.sh', # get to green
172173
'.kokoro/system-test.sh',
174+
'.kokoro/test.sh',
173175
])
174176

175177
node.postprocess_gapic_library_hermetic()

0 commit comments

Comments
 (0)