Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit cb4edcc

Browse files
fix: release scripts from issuing overlapping phases (#507)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2adebba3-5b65-4264-a900-d88a14685931/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8285c2b Source-Link: googleapis/synthtool@082e1ca Source-Link: googleapis/synthtool@5b0e159 build(java): skip javadoc tests during dependencies test
1 parent c657ca6 commit cb4edcc

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

‎.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
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/dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3333
retry_with_backoff 3 10 \
3434
mvn install -B -V -ntp \
3535
-DskipTests=true \
36+
-Dmaven.javadoc.skip=true \
3637
-Dclirr.skip=true
3738

3839
mvn -B dependency:analyze -DfailOnWarning=true

‎.kokoro/release/snapshot.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 \

‎synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-trace.git",
7-
"sha": "75103ed2c91b8af966caf0b76a22434c1b254783"
7+
"sha": "ed23028c3f372466c9dcc902979355c11fd9ea63"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
30+
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
3131
}
3232
}
3333
],
@@ -62,6 +62,7 @@
6262
".github/readme/synth.py",
6363
".github/release-please.yml",
6464
".github/snippet-bot.yml",
65+
".github/sync-repo-settings.yaml",
6566
".github/trusted-contribution.yml",
6667
".github/workflows/approve-readme.yaml",
6768
".github/workflows/auto-release.yaml",

0 commit comments

Comments
 (0)