File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
100118permissionRules :
101119 - team : yoshi-admins
102120 permission : admin
Original file line number Diff line number Diff line change 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 \n public void createVpcFlowLogsConfigTest () throws Exception {'
123+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public 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 \n public void createVpcFlowLogsConfigTest2 () throws Exception {'
128+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public 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 \n public void listVpcFlowLogsConfigsTest () throws Exception {'
134- )
133+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void listVpcFlowLogsConfigsTest() throws Exception {'
134+ )
135135 s .move (library )
136136
137137s .remove_staging_dirs ()
You can’t perform that action at this time.
0 commit comments