File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,12 @@ branches:
6969 bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
7070 handleGHRelease : true
7171 branch : 2.13.x
72+ - releaseType : java-backport
73+ bumpMinorPreMajor : true
74+ extraFiles :
75+ - >-
76+ bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java
77+ - >-
78+ bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
79+ handleGHRelease : true
80+ branch : 2.14.x
Original file line number Diff line number Diff line change @@ -119,6 +119,20 @@ branchProtectionRules:
119119 - cla/google
120120 requiredApprovingReviewCount : 1
121121 requiresCodeOwnerReviews : true
122+ - pattern : 2.14.x
123+ isAdminEnforced : true
124+ requiredStatusCheckContexts :
125+ - ' Kokoro - Test: Binary Compatibility'
126+ - ' Kokoro - Test: Code Format'
127+ - ' Kokoro - Test: Dependencies'
128+ - ' Kokoro - Test: Integration'
129+ - ' Kokoro - Test: Java 11'
130+ - ' Kokoro - Test: Java 8'
131+ - ' Kokoro - Test: Beam Integration'
132+ - cla/google
133+ - OwlBot Post Processor
134+ requiredApprovingReviewCount : 1
135+ requiresCodeOwnerReviews : true
122136permissionRules :
123137 - team : yoshi-java-admins
124138 permission : admin
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ javadoc)
5151 ;;
5252integration)
5353# clean needed when running more than one IT profile
54- mvn --no-transfer-progress clean verify -B ${INTEGRATION_TEST_ARGS} -Penable-integration-tests -DtrimStackTrace=false -Dclirr.skip=true -DskipUnitTests=true
54+ mvn --no-transfer-progress clean verify -B ${INTEGRATION_TEST_ARGS} -Penable-integration-tests -DtrimStackTrace=false -Dclirr.skip=true -DskipUnitTests=true -X
5555 RETURN_CODE=$?
5656 ;;
5757integration-migration)
You can’t perform that action at this time.
0 commit comments