Skip to content

Commit 0bca9e4

Browse files
chore: remove test(14) and test(16) from the required checks (#2283)
* chore: remove test(14) and test(16) from the required checks * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * exclude sync-repo-settings.yaml from owlbot --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 65d94ab commit 0bca9e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ branchProtectionRules:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
1010
- lint
11-
- test (14)
12-
- test (16)
1311
- test (18)
1412
- cla/google
1513
- windows

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
common_templates = gcp.CommonTemplates()
6666
templates = common_templates.node_library(source_location='build/src')
67-
s.copy(templates, excludes=[".kokoro/samples-test.sh", ".kokoro/trampoline_v2.sh", ".github/release-trigger.yml"])
67+
s.copy(templates, excludes=[".kokoro/samples-test.sh", ".kokoro/trampoline_v2.sh", ".github/release-trigger.yml", ".github/sync-repo-settings.yaml"])
6868

6969
node.postprocess_gapic_library_hermetic()
7070

0 commit comments

Comments
 (0)