mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
Update the stable exec-server test to Codex 0.150.0 (#40979)
## What changed Point the stable exec-server compatibility test at the pinned Codex 0.150.0 Linux x86_64 release and update the release archive checksum. GitOrigin-RevId: 6178a1170faffe3dc70c9cfbfcbe3439b201096f
This commit is contained in:
@@ -432,8 +432,8 @@ codex_release_archive = use_extension(
|
||||
"codex_release_archive",
|
||||
)
|
||||
codex_release_archive.release(
|
||||
sha256 = "1e8531ae5f6dea3c6e11e53e74cc5ac81bf1ba597f9b296fb112d6ea30fdaf5d",
|
||||
version = "0.149.1",
|
||||
sha256 = "2d27b8569ca760eeb2bf21fa12bd31f59ac42b81617b340cf8958e9b38d743d5",
|
||||
version = "0.150.0",
|
||||
)
|
||||
codex_release_archive.release(
|
||||
sha256 = "71a28d362c96ac9829bf8203a2c71be451aeb726adb843167fdaf0eae8fe7dd9",
|
||||
@@ -442,7 +442,7 @@ codex_release_archive.release(
|
||||
use_repo(
|
||||
codex_release_archive,
|
||||
"codex_release_0.145.0_linux_x86_64",
|
||||
"codex_release_0.149.1_linux_x86_64",
|
||||
"codex_release_0.150.0_linux_x86_64",
|
||||
)
|
||||
|
||||
http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
|
||||
|
||||
@@ -36,7 +36,7 @@ exec_server_compat_test(
|
||||
|
||||
exec_server_compat_test(
|
||||
name = "exec-server-stable-release-test",
|
||||
release = "@codex_release_0.149.1_linux_x86_64",
|
||||
release = "@codex_release_0.150.0_linux_x86_64",
|
||||
)
|
||||
|
||||
exec_server_compat_test(
|
||||
|
||||
Reference in New Issue
Block a user