Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658942382
Change-Id: Ic8765a362225dc189d736070dcc4583c55d2cde9
  • Loading branch information
jihuin authored and copybara-github committed Aug 2, 2024
1 parent 96e626e commit 6af8769
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 55 deletions.
12 changes: 6 additions & 6 deletions builders/nodejs/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ gae_runtimes = {
"nodejs14": "14.21.3",
"nodejs16": "16.20.2",
"nodejs18": "18.20.4",
"nodejs20": "20.15.1",
"nodejs22": "22.4.1",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
}

gcf_runtimes = {
Expand All @@ -20,12 +20,12 @@ gcf_runtimes = {
"nodejs14": "14.21.3",
"nodejs16": "16.20.2",
"nodejs18": "18.20.4",
"nodejs20": "20.15.1",
"nodejs22": "22.4.1",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
}

flex_runtimes = {
"nodejs18": "18.20.4",
"nodejs20": "20.15.1",
"nodejs22": "22.4.1",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
}
12 changes: 6 additions & 6 deletions builders/php/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ gae_runtimes = {
"php73": "7.3.33",
"php74": "7.4.33",
"php81": "8.1.29",
"php82": "8.2.21",
"php83": "8.3.9",
"php82": "8.2.22",
"php83": "8.3.10",
}

gcf_runtimes = {
"php74": "7.4.33",
"php81": "8.1.29",
"php82": "8.2.21",
"php83": "8.3.9",
"php82": "8.2.22",
"php83": "8.3.10",
}

flex_runtimes = {
"php74": "7.4.33",
"php81": "8.1.29",
"php82": "8.2.21",
"php83": "8.3.9",
"php82": "8.2.22",
"php83": "8.3.10",
}
6 changes: 3 additions & 3 deletions builders/ruby/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ gae_runtimes = {
"ruby26": "2.6.10",
"ruby27": "2.7.8",
"ruby30": "3.0.7",
"ruby32": "3.2.4",
"ruby32": "3.2.5",
"ruby33": "3.3.4",
}

gcf_runtimes = {
"ruby26": "2.6.10",
"ruby27": "2.7.8",
"ruby30": "3.0.7",
"ruby32": "3.2.4",
"ruby32": "3.2.5",
"ruby33": "3.3.4",
}

flex_runtimes = {
"ruby32": "3.2.4",
"ruby32": "3.2.5",
"ruby33": "3.3.4",
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs20_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.
#
# nodejs20_flex_20.15.1_test.cfg file generated from contents of
# nodejs20_flex_20.16.0_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: "nodejs/acceptance:20.15.1_flex_test"
value: "nodejs/acceptance:20.16.0_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs20_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.
#
# nodejs20_gae_20.15.1_test.cfg file generated from contents of
# nodejs20_gae_20.16.0_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: "nodejs/acceptance:20.15.1_gae_test"
value: "nodejs/acceptance:20.16.0_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs20_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.
#
# nodejs20_gcf_20.15.1_test.cfg file generated from contents of
# nodejs20_gcf_20.16.0_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: "nodejs/acceptance:20.15.1_gcf_test"
value: "nodejs/acceptance:20.16.0_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs20_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.
#
# nodejs20_gcp_20.15.1_test.cfg file generated from contents of
# nodejs20_gcp_20.16.0_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: "nodejs/acceptance:20.15.1_gcp_test"
value: "nodejs/acceptance:20.16.0_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs22_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.
#
# nodejs22_flex_22.4.1_test.cfg file generated from contents of
# nodejs22_flex_22.5.1_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: "nodejs/acceptance:22.4.1_flex_test"
value: "nodejs/acceptance:22.5.1_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs22_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.
#
# nodejs22_gae_22.4.1_test.cfg file generated from contents of
# nodejs22_gae_22.5.1_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: "nodejs/acceptance:22.4.1_gae_test"
value: "nodejs/acceptance:22.5.1_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs22_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.
#
# nodejs22_gcf_22.4.1_test.cfg file generated from contents of
# nodejs22_gcf_22.5.1_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: "nodejs/acceptance:22.4.1_gcf_test"
value: "nodejs/acceptance:22.5.1_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/nodejs/nodejs22_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.
#
# nodejs22_gcp_22.4.1_test.cfg file generated from contents of
# nodejs22_gcp_22.5.1_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: "nodejs/acceptance:22.4.1_gcp_test"
value: "nodejs/acceptance:22.5.1_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php82_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.
#
# php82_flex_8.2.21_test.cfg file generated from contents of
# php82_flex_8.2.22_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: "php/acceptance:8.2.21_flex_test"
value: "php/acceptance:8.2.22_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php82_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.
#
# php82_gae_8.2.21_test.cfg file generated from contents of
# php82_gae_8.2.22_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: "php/acceptance:8.2.21_gae_test"
value: "php/acceptance:8.2.22_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php82_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.
#
# php82_gcf_8.2.21_test.cfg file generated from contents of
# php82_gcf_8.2.22_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: "php/acceptance:8.2.21_gcf_test"
value: "php/acceptance:8.2.22_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php82_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.
#
# php82_gcp_8.2.21_test.cfg file generated from contents of
# php82_gcp_8.2.22_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: "php/acceptance:8.2.21_gcp_test"
value: "php/acceptance:8.2.22_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php83_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.
#
# php83_flex_8.3.9_test.cfg file generated from contents of
# php83_flex_8.3.10_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: "php/acceptance:8.3.9_flex_test"
value: "php/acceptance:8.3.10_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php83_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.
#
# php83_gae_8.3.9_test.cfg file generated from contents of
# php83_gae_8.3.10_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: "php/acceptance:8.3.9_gae_test"
value: "php/acceptance:8.3.10_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php83_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.
#
# php83_gcf_8.3.9_test.cfg file generated from contents of
# php83_gcf_8.3.10_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: "php/acceptance:8.3.9_gcf_test"
value: "php/acceptance:8.3.10_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/php/php83_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.
#
# php83_gcp_8.3.9_test.cfg file generated from contents of
# php83_gcp_8.3.10_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: "php/acceptance:8.3.9_gcp_test"
value: "php/acceptance:8.3.10_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby32_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.
#
# ruby32_flex_3.2.4_test.cfg file generated from contents of
# ruby32_flex_3.2.5_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.2.4_flex_test"
value: "ruby/acceptance:3.2.5_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby32_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.
#
# ruby32_gae_3.2.4_test.cfg file generated from contents of
# ruby32_gae_3.2.5_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.2.4_gae_test"
value: "ruby/acceptance:3.2.5_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby32_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.
#
# ruby32_gcf_3.2.4_test.cfg file generated from contents of
# ruby32_gcf_3.2.5_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.2.4_gcf_test"
value: "ruby/acceptance:3.2.5_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/ruby/ruby32_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.
#
# ruby32_gcp_3.2.4_test.cfg file generated from contents of
# ruby32_gcp_3.2.5_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.2.4_gcp_test"
value: "ruby/acceptance:3.2.5_gcp_test"
}

0 comments on commit 6af8769

Please sign in to comment.