Skip to content

Commit c50b4fc

Browse files
authored
Merge branch 'main' into generate-libraries-main
2 parents c48880c + 1b83589 commit c50b4fc

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.github/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ branches:
2323
manifest: true
2424
handleGHRelease: true
2525
branch: 1.53.x
26+
- primaryBranch: main
27+
releaseType: java-backport
28+
manifest: true
29+
handleGHRelease: true
30+
branch: 1.61.x

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@ branchProtectionRules:
9797
- header-check
9898
- library_generation
9999
- unmanaged_dependency_check
100+
- pattern: 1.61.x
101+
isAdminEnforced: true
102+
requiredApprovingReviewCount: 1
103+
requiresCodeOwnerReviews: true
104+
requiresStrictStatusChecks: false
105+
requiredStatusCheckContexts:
106+
- units (8)
107+
- units (11)
108+
- units (17)
109+
- cla/google
110+
- lint
111+
- 'Kokoro - Test: Integration'
112+
- 'Kokoro - Test: GraalVM Native Image A'
113+
- 'Kokoro - Test: GraalVM Native Image B'
114+
- 'Kokoro - Test: GraalVM Native Image C'
115+
- header-check
116+
- library_generation
117+
- unmanaged_dependency_check
100118
permissionRules:
101119
- team: yoshi-admins
102120
permission: admin

java-network-management/owlbot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,18 @@
120120
s.replace(
121121
v1beta1_org_vpcflowlogs_file_name,
122122
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest\(\) throws Exception.*',
123-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
123+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
124124
)
125125
s.replace(
126126
v1beta1_org_vpcflowlogs_file_name,
127127
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest2\(\) throws Exception.*',
128-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
128+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
129129
)
130130
s.replace(
131131
v1beta1_org_vpcflowlogs_file_name,
132132
r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest\(\) throws Exception.*',
133-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
134-
)
133+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
134+
)
135135
s.move(library)
136136

137137
s.remove_staging_dirs()

0 commit comments

Comments
 (0)