Skip to content

Commit 8f78fa8

Browse files
authored
chore: set up 2.14.x branch for LTS (#4482)
* chore: set up 2.14.x branch for LTS * run mvn with -X
1 parent 6af2a31 commit 8f78fa8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.github/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
122136
permissionRules:
123137
- team: yoshi-java-admins
124138
permission: admin

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ javadoc)
5151
;;
5252
integration)
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
;;
5757
integration-migration)

0 commit comments

Comments
 (0)