Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662212910
Change-Id: I9cc64fb164b3bab75dd3632352f7578e7e75aea2
  • Loading branch information
kennethye1 authored and copybara-github committed Aug 12, 2024
1 parent 4d5057f commit 58d5b8a
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions builders/go/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ gae_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.14",
"go121": "1.21.12",
"go122": "1.22.5",
"go121": "1.21.13",
"go122": "1.22.6",
}

gcf_runtimes = {
Expand All @@ -23,14 +23,14 @@ gcf_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.14",
"go121": "1.21.12",
"go122": "1.22.5",
"go121": "1.21.13",
"go122": "1.22.6",
}

flex_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.14",
"go121": "1.21.12",
"go122": "1.22.5",
"go121": "1.21.13",
"go122": "1.22.6",
}
6 changes: 3 additions & 3 deletions builders/nodejs/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gae_runtimes = {
"nodejs16": "16.20.2",
"nodejs18": "18.20.4",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
"nodejs22": "22.6.0",
}

gcf_runtimes = {
Expand All @@ -21,11 +21,11 @@ gcf_runtimes = {
"nodejs16": "16.20.2",
"nodejs18": "18.20.4",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
"nodejs22": "22.6.0",
}

flex_runtimes = {
"nodejs18": "18.20.4",
"nodejs20": "20.16.0",
"nodejs22": "22.5.1",
"nodejs22": "22.6.0",
}
6 changes: 3 additions & 3 deletions builders/python/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gae_runtimes = {
"python39": "3.9.19",
"python310": "3.10.14",
"python311": "3.11.9",
"python312": "3.12.4",
"python312": "3.12.5",
}

gcf_runtimes = {
Expand All @@ -18,13 +18,13 @@ gcf_runtimes = {
"python39": "3.9.19",
"python310": "3.10.14",
"python311": "3.11.9",
"python312": "3.12.4",
"python312": "3.12.5",
}

flex_runtimes = {
"python38": "3.8.19",
"python39": "3.9.19",
"python310": "3.10.14",
"python311": "3.11.9",
"python312": "3.12.4",
"python312": "3.12.5",
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go121_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.
#
# go121_flex_1.21.12_test.cfg file generated from contents of
# go121_flex_1.21.13_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: "go/acceptance:1.21.12_flex_test"
value: "go/acceptance:1.21.13_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go121_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.
#
# go121_gae_1.21.12_test.cfg file generated from contents of
# go121_gae_1.21.13_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: "go/acceptance:1.21.12_gae_test"
value: "go/acceptance:1.21.13_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go121_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.
#
# go121_gcf_1.21.12_test.cfg file generated from contents of
# go121_gcf_1.21.13_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: "go/acceptance:1.21.12_gcf_test"
value: "go/acceptance:1.21.13_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go121_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.
#
# go121_gcp_1.21.12_test.cfg file generated from contents of
# go121_gcp_1.21.13_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: "go/acceptance:1.21.12_gcp_test"
value: "go/acceptance:1.21.13_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go122_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.
#
# go122_flex_1.22.5_test.cfg file generated from contents of
# go122_flex_1.22.6_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: "go/acceptance:1.22.5_flex_test"
value: "go/acceptance:1.22.6_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go122_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.
#
# go122_gae_1.22.5_test.cfg file generated from contents of
# go122_gae_1.22.6_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: "go/acceptance:1.22.5_gae_test"
value: "go/acceptance:1.22.6_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go122_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.
#
# go122_gcf_1.22.5_test.cfg file generated from contents of
# go122_gcf_1.22.6_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: "go/acceptance:1.22.5_gcf_test"
value: "go/acceptance:1.22.6_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/go/go122_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.
#
# go122_gcp_1.22.5_test.cfg file generated from contents of
# go122_gcp_1.22.6_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: "go/acceptance:1.22.5_gcp_test"
value: "go/acceptance:1.22.6_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.5.1_test.cfg file generated from contents of
# nodejs22_flex_22.6.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:22.5.1_flex_test"
value: "nodejs/acceptance:22.6.0_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.5.1_test.cfg file generated from contents of
# nodejs22_gae_22.6.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:22.5.1_gae_test"
value: "nodejs/acceptance:22.6.0_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.5.1_test.cfg file generated from contents of
# nodejs22_gcf_22.6.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:22.5.1_gcf_test"
value: "nodejs/acceptance:22.6.0_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.5.1_test.cfg file generated from contents of
# nodejs22_gcp_22.6.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:22.5.1_gcp_test"
value: "nodejs/acceptance:22.6.0_gcp_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/python/python312_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.
#
# python312_flex_3.12.4_test.cfg file generated from contents of
# python312_flex_3.12.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: "python/acceptance:3.12.4_flex_test"
value: "python/acceptance:3.12.5_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/python/python312_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.
#
# python312_gae_3.12.4_test.cfg file generated from contents of
# python312_gae_3.12.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: "python/acceptance:3.12.4_gae_test"
value: "python/acceptance:3.12.5_gae_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/python/python312_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.
#
# python312_gcf_3.12.4_test.cfg file generated from contents of
# python312_gcf_3.12.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: "python/acceptance:3.12.4_gcf_test"
value: "python/acceptance:3.12.5_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/python/python312_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.
#
# python312_gcp_3.12.4_test.cfg file generated from contents of
# python312_gcp_3.12.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: "python/acceptance:3.12.4_gcp_test"
value: "python/acceptance:3.12.5_gcp_test"
}

0 comments on commit 58d5b8a

Please sign in to comment.