Skip to content

Commit 8f6e6b3

Browse files
chore: Re-generated to pick up changes from synthtool (#740)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix: typo @Neenu1995 Source-Author: Elliotte Rusty Harold <[email protected]> Source-Date: Tue Apr 13 00:00:05 2021 +0000 Source-Repo: googleapis/synthtool Source-Sha: 082e1ca0863b13ada8594fe91845380765da5b70 Source-Link: googleapis/synthtool@082e1ca * fix: release scripts from issuing overlapping phases `mvn deploy` will run `mvn install` so specifying `mvn install deploy` is redundant at best. At worst, it will cause plugins like maven-shade-plugin to be executed twice re-shading itself Source-Author: Igor Bernstein <[email protected]> Source-Date: Wed Apr 14 13:16:03 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d Source-Link: googleapis/synthtool@8285c2b
1 parent cfdd0cd commit 8f6e6b3

File tree

6 files changed

+7
-20
lines changed

6 files changed

+7
-20
lines changed

.github/release-please.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
releaseType: java-yoshi
2-
bumpMinorPreMajor: true
3-
extraFiles:
4-
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/ClientVersion.java
2+
bumpMinorPreMajor: true

.kokoro/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
3737
-Dgcloud.download.skip=true \
3838
-T 1C
3939

40-
# if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it
40+
# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
4141
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
4242
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
4343
fi

.kokoro/release/snapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
2525
setup_environment_secrets
2626
create_settings_xml_file "settings.xml"
2727

28-
mvn clean install deploy -B \
28+
mvn clean deploy -B \
2929
--settings ${MAVEN_SETTINGS_FILE} \
3030
-DperformRelease=true \
3131
-Dgpg.executable=gpg \

.kokoro/release/stage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
2929

3030
# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
3131
retry_with_backoff 3 10 \
32-
mvn clean install deploy -B \
32+
mvn clean deploy -B \
3333
--settings ${MAVEN_SETTINGS_FILE} \
3434
-DskipTests=true \
3535
-DperformRelease=true \

codecov.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,3 @@
22
codecov:
33
ci:
44
- source.cloud.google.com
5-
6-
# exclude all autogenerated code
7-
ignore:
8-
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/*/v2/BaseBigtable*.java
9-
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/*/v2/stub/GrpcBigtable*Stub.java
10-
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/*/v2/stub/GrpcBigtable*CallableFactory.java
11-
- grpc-google-cloud-bigtable-admin-v2
12-
- proto-google-cloud-bigtable-admin-v2
13-
- grpc-google-cloud-bigtable-v2
14-
- proto-google-cloud-bigtable-v2
15-
- .kokoro
16-
- .github

synth.metadata

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "67ef15591d49d51728c769eb54a1167b15524aa1"
7+
"sha": "b3bb7f77610e48e849766a6e9dbacb98fc3f9811"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
22+
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
2323
}
2424
}
2525
],
@@ -53,6 +53,7 @@
5353
".github/readme/synth.py",
5454
".github/release-please.yml",
5555
".github/snippet-bot.yml",
56+
".github/sync-repo-settings.yaml",
5657
".github/trusted-contribution.yml",
5758
".github/workflows/approve-readme.yaml",
5859
".github/workflows/auto-release.yaml",

0 commit comments

Comments
 (0)