Skip to content

Commit d29a861

Browse files
authored
fix(gas): Switch to dedicated Ruby release image, and update to the default Ruby and Toys installed in that image (#378)
1 parent 9c99ed2 commit d29a861

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.kokoro/gas/trigger-cloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_file: "ruby-common-tools/.kokoro/gas/trigger_trampoline.sh"
1313
# Configure the docker image for kokoro-trampoline.
1414
env_vars: {
1515
key: "TRAMPOLINE_IMAGE"
16-
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-multi"
16+
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-release"
1717
}
1818

1919
# Entrypoint

.kokoro/gas/trigger-generic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_file: "ruby-common-tools/.kokoro/gas/trigger_trampoline.sh"
1313
# Configure the docker image for kokoro-trampoline.
1414
env_vars: {
1515
key: "TRAMPOLINE_IMAGE"
16-
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-multi"
16+
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-release"
1717
}
1818

1919
# Entrypoint

.kokoro/gas/trigger-protobuf.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_file: "ruby-common-tools/.kokoro/gas/trigger_trampoline.sh"
1313
# Configure the docker image for kokoro-trampoline.
1414
env_vars: {
1515
key: "TRAMPOLINE_IMAGE"
16-
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-multi"
16+
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-release"
1717
}
1818

1919
# Entrypoint

.kokoro/gas/trigger.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ export GEM_HOME=$HOME/.gem
88
export PATH=$GEM_HOME/bin:$PATH
99

1010
cd gas
11-
rbenv local $RUBY_31_VERSION
12-
gem install --no-document toys:0.14.5
1311
toys gas kokoro-trigger -v

0 commit comments

Comments
 (0)