Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715726614
Change-Id: I51f0ddb5a45c4d8bbe3871dd7ae9cc127037b5bd
  • Loading branch information
GCP Buildpacks Team authored and copybara-github committed Jan 15, 2025
1 parent af90e68 commit 6ad5f33
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions builders/dotnet/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ gcf_runtimes = {
"dotnet": "",
"dotnet3": "3.1.426",
"dotnet6": "6.0.428",
"dotnet8": "8.0.404",
"dotnet8": "8.0.405",
}

flex_runtimes = {
"dotnet6": "6.0.428",
"dotnet8": "8.0.404",
"dotnet8": "8.0.405",
}
6 changes: 3 additions & 3 deletions builders/ruby/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ gae_runtimes = {
"ruby27": "2.7.8",
"ruby30": "3.0.7",
"ruby32": "3.2.6",
"ruby33": "3.3.6",
"ruby33": "3.3.7",
}

gcf_runtimes = {
"ruby26": "2.6.10",
"ruby27": "2.7.8",
"ruby30": "3.0.7",
"ruby32": "3.2.6",
"ruby33": "3.3.6",
"ruby33": "3.3.7",
}

flex_runtimes = {
"ruby32": "3.2.6",
"ruby33": "3.3.6",
"ruby33": "3.3.7",
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet8_flex_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# dotnet8_flex_8.0.404_test.cfg file generated from contents of
# dotnet8_flex_8.0.405_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "dotnet/acceptance:8.0.404_flex_test"
value: "dotnet/acceptance:8.0.405_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet8_gcf_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# dotnet8_gcf_8.0.404_test.cfg file generated from contents of
# dotnet8_gcf_8.0.405_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "dotnet/acceptance:8.0.404_gcf_test"
value: "dotnet/acceptance:8.0.405_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet8_gcp_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# dotnet8_gcp_8.0.404_test.cfg file generated from contents of
# dotnet8_gcp_8.0.405_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "dotnet/acceptance:8.0.404_gcp_test"
value: "dotnet/acceptance:8.0.405_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby33_flex_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# ruby33_flex_3.3.6_test.cfg file generated from contents of
# ruby33_flex_3.3.7_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "ruby/acceptance:3.3.6_flex_test"
value: "ruby/acceptance:3.3.7_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby33_gae_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# ruby33_gae_3.3.6_test.cfg file generated from contents of
# ruby33_gae_3.3.7_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "ruby/acceptance:3.3.6_gae_test"
value: "ruby/acceptance:3.3.7_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby33_gcf_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# ruby33_gcf_3.3.6_test.cfg file generated from contents of
# ruby33_gcf_3.3.7_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "ruby/acceptance:3.3.6_gcf_test"
value: "ruby/acceptance:3.3.7_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby33_gcp_test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# DO NOT EDIT THIS FILE MANUALLY.
#
# ruby33_gcp_3.3.6_test.cfg file generated from contents of
# ruby33_gcp_3.3.7_test.cfg file generated from contents of
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
#
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
Expand All @@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"

env_vars {
key: "FILTER"
value: "ruby/acceptance:3.3.6_gcp_test"
value: "ruby/acceptance:3.3.7_gcp_test"
}

0 comments on commit 6ad5f33

Please sign in to comment.