Skip to content

Commit

Permalink
Making Nodejs22 to Generally Available
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691501076
Change-Id: I5dc1778c2b9519ffdbb7096e238940106c15ba1a
  • Loading branch information
YashBanka authored and copybara-github committed Oct 30, 2024
1 parent 4f18b53 commit ced3b35
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.18.0",
"nodejs22": "22.10.0",
"nodejs22": "22.11.0",
}

gcf_runtimes = {
Expand All @@ -21,11 +21,11 @@ gcf_runtimes = {
"nodejs16": "16.20.2",
"nodejs18": "18.20.4",
"nodejs20": "20.18.0",
"nodejs22": "22.10.0",
"nodejs22": "22.11.0",
}

flex_runtimes = {
"nodejs18": "18.20.4",
"nodejs20": "20.18.0",
"nodejs22": "22.10.0",
"nodejs22": "22.11.0",
}
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.10.0_test.cfg file generated from contents of
# nodejs22_flex_22.11.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.10.0_flex_test"
value: "nodejs/acceptance:22.11.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.10.0_test.cfg file generated from contents of
# nodejs22_gae_22.11.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.10.0_gae_test"
value: "nodejs/acceptance:22.11.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.10.0_test.cfg file generated from contents of
# nodejs22_gcf_22.11.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.10.0_gcf_test"
value: "nodejs/acceptance:22.11.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.10.0_test.cfg file generated from contents of
# nodejs22_gcp_22.11.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.10.0_gcp_test"
value: "nodejs/acceptance:22.11.0_gcp_test"
}

0 comments on commit ced3b35

Please sign in to comment.