File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128128 /src/library_generation/cli/entry_point.py validate-generation-config
129129 env :
130- library_generation_image_tag : 2.60.0
130+ library_generation_image_tag : 2.60.1
131131 workspace_name : /workspace
132132
133133# TODO: Uncomment the needed Github Actions
Original file line number Diff line number Diff line change 2020 pull_request :
2121name : generation diff
2222env :
23- library_generation_image_tag : 2.60.0
23+ library_generation_image_tag : 2.60.1
2424jobs :
2525 root-pom :
2626 # root pom.xml does not have diff from generated one
Original file line number Diff line number Diff line change 101101 r'\s+@Test\n\s+public void testIamPermissionsTest\(\) throws Exception.*' ,
102102 '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void testIamPermissionsTest() throws Exception {'
103103 )
104+ s .replace (
105+ v1beta1_vpcflowlogs_file_name ,
106+ r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest3\(\) throws Exception.*' ,
107+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest3() throws Exception {'
108+ )
109+ s .replace (
110+ v1beta1_vpcflowlogs_file_name ,
111+ r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest4\(\) throws Exception.*' ,
112+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest4() throws Exception {'
113+ )
114+ s .replace (
115+ v1beta1_vpcflowlogs_file_name ,
116+ r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest2\(\) throws Exception.*' ,
117+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void listVpcFlowLogsConfigsTest2() throws Exception {'
118+ )
104119 s .move (library )
105120
106121s .remove_staging_dirs ()
You can’t perform that action at this time.
0 commit comments