Skip to content

fix(release): configure auth before gateway startup#24

Merged
vincentkoc merged 1 commit into
mainfrom
codex/canonical-openai-model-ref
Jul 10, 2026
Merged

fix(release): configure auth before gateway startup#24
vincentkoc merged 1 commit into
mainfrom
codex/canonical-openai-model-ref

Conversation

@steipete

@steipete steipete commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@steipete steipete requested a review from a team as a code owner July 10, 2026 23:04

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 656a96a9d3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/measurement-contract.mjs Outdated
Comment on lines +72 to +75
if (command.startsWith("ocm service start ")) {
return true;
}
return command.startsWith("ocm start ") && !/(?:^|\s)--no-service(?:\s|$)/.test(command);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include service install in cold-start timing

When a split startup spends most of its time in ocm service install and then ocm service start returns quickly, coldReadyMs and the coldReadyMs threshold now ignore that install duration because this predicate only matches service start (and legacy ocm start). The modified startup scenarios put both commands in the product gateway-start phase, so a slow install/bootstrap step can still produce a passing record with an artificially low cold-start measurement.

Useful? React with 👍 / 👎.

@vincentkoc vincentkoc force-pushed the codex/canonical-openai-model-ref branch from 656a96a to 84cc2df Compare July 10, 2026 23:52
@vincentkoc vincentkoc changed the title fix(release): validate canonical startup contracts fix(release): configure auth before gateway startup Jul 10, 2026
@vincentkoc vincentkoc merged commit b7d65d7 into main Jul 10, 2026
2 checks passed
@vincentkoc vincentkoc deleted the codex/canonical-openai-model-ref branch July 10, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants