Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665587970
Change-Id: If33dcdac9ab7f0e2e8aa9fd4360aa401babc9a2d
  • Loading branch information
estrellis authored and copybara-github committed Aug 20, 2024
1 parent fb47132 commit c3c94e5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions builders/dotnet/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ gae_runtimes = {
gcf_runtimes = {
"dotnet": "",
"dotnet3": "3.1.426",
"dotnet6": "6.0.424",
"dotnet8": "8.0.303",
"dotnet6": "6.0.425",
"dotnet8": "8.0.401",
}

flex_runtimes = {
"dotnet6": "6.0.424",
"dotnet8": "8.0.303",
"dotnet6": "6.0.425",
"dotnet8": "8.0.401",
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet6_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.
#
# dotnet6_flex_6.0.424_test.cfg file generated from contents of
# dotnet6_flex_6.0.425_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:6.0.424_flex_test"
value: "dotnet/acceptance:6.0.425_flex_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet6_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.
#
# dotnet6_gcf_6.0.424_test.cfg file generated from contents of
# dotnet6_gcf_6.0.425_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:6.0.424_gcf_test"
value: "dotnet/acceptance:6.0.425_gcf_test"
}
4 changes: 2 additions & 2 deletions kokoro/presubmit/dotnet/dotnet6_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.
#
# dotnet6_gcp_6.0.424_test.cfg file generated from contents of
# dotnet6_gcp_6.0.425_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:6.0.424_gcp_test"
value: "dotnet/acceptance:6.0.425_gcp_test"
}
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.303_test.cfg file generated from contents of
# dotnet8_flex_8.0.401_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.303_flex_test"
value: "dotnet/acceptance:8.0.401_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.303_test.cfg file generated from contents of
# dotnet8_gcf_8.0.401_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.303_gcf_test"
value: "dotnet/acceptance:8.0.401_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.303_test.cfg file generated from contents of
# dotnet8_gcp_8.0.401_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.303_gcp_test"
value: "dotnet/acceptance:8.0.401_gcp_test"
}

0 comments on commit c3c94e5

Please sign in to comment.