Skip to content

Commit c44f017

Browse files
feywindGautamSharda
authored andcommitted
tests: disable nightly CI temporarily until we can deal with admin quotas (#1761)
1 parent a0dd9e2 commit c44f017

3 files changed

Lines changed: 28 additions & 18 deletions

File tree

handwritten/bigtable/.kokoro/samples-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.

handwritten/bigtable/.kokoro/system-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.

handwritten/bigtable/owlbot.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
'.github/sync-repo-settings.yaml',
6060
'.github/workflows/ci.yaml',
6161
'.OwlBot.yaml',
62-
'samples/generated/v2/*', # we don't want to encourage non-veneer use here.
62+
'samples/generated/v2/*', # we don't want to encourage non-veneer use here.
63+
'.kokoro/samples-test.sh', # get to green
64+
'.kokoro/system-test.sh',
6365
] + list(admin_files)
6466
logging.info(f"excluding files for non-admin: {excludes}")
6567
s.copy([library], excludes = excludes)
@@ -163,9 +165,11 @@
163165
source_location='build/src'
164166
)
165167
s.copy(templates,excludes=[
166-
'.github/auto-approve.yml',
167-
'.github/sync-repo-settings.yaml',
168-
'.github/workflows/ci.yaml',
168+
'.github/auto-approve.yml',
169+
'.github/sync-repo-settings.yaml',
170+
'.github/workflows/ci.yaml',
171+
'.kokoro/samples-test.sh', # get to green
172+
'.kokoro/system-test.sh',
169173
])
170174

171175
node.postprocess_gapic_library_hermetic()

0 commit comments

Comments
 (0)