Skip to content

fix(ci): wait for Telegram credential capacity#105535

Merged
steipete merged 4 commits into
mainfrom
codex/telegram-qa-pool-serialization
Jul 12, 2026
Merged

fix(ci): wait for Telegram credential capacity#105535
steipete merged 4 commits into
mainfrom
codex/telegram-qa-pool-serialization

Conversation

@steipete

Copy link
Copy Markdown
Contributor

What Problem This Solves

Release trains can overlap on the bounded Telegram QA credential pool. A one-minute acquisition deadline turns ordinary pool contention into a release-check failure even though the job and lease budgets are much longer.

Why This Change Was Made

Raise both workflow-owned acquisition deadlines from one minute to ten minutes. The wait remains bounded by the 60-minute job timeout and two-hour lease TTL.

User Impact

No runtime behavior change. Telegram live release checks tolerate overlapping lanes instead of failing during short-lived credential contention.

Evidence

  • test/scripts/openclaw-release-telegram-qa-workflow.test.ts: 20/20 passed on fresh Blacksmith Testbox tbx_01kxbkp3dggvjesp0a9sts8zdr
  • oxfmt --check: both touched files clean
  • Fresh autoreview: clean, correctness 0.97
  • git diff --check: clean

@openclaw-barnacle openclaw-barnacle Bot added size: XS maintainer Maintainer-authored PR labels Jul 12, 2026

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

Copy link
Copy Markdown
Contributor

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: 77f47e7576

ℹ️ 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".

OPENCLAW_QA_CONVEX_SITE_URL: ${{ secrets.OPENCLAW_QA_CONVEX_SITE_URL }}
OPENCLAW_QA_CREDENTIAL_ACQUIRE_TIMEOUT_MS: "60000"
# Keep the CLI lease wait aligned with the validated workflow contract above.
OPENCLAW_QA_CREDENTIAL_ACQUIRE_TIMEOUT_MS: "600000"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Badge Update the shared timeout contract test

When this workflow timeout is raised to 600000, test/scripts/package-acceptance-workflow.test.ts:2535 still lists the release Telegram QA workflow's expected acquire timeout as "60000"; whenever that test runs, it parses this step and the assertion at test/scripts/package-acceptance-workflow.test.ts:2549 now compares "600000" to "60000", so the package-acceptance workflow test lane fails until the shared contract test is updated too.

Useful? React with 👍 / 👎.

@steipete
steipete merged commit 7c5b66a into main Jul 12, 2026
89 checks passed
@steipete
steipete deleted the codex/telegram-qa-pool-serialization branch July 12, 2026 17:19
@steipete

Copy link
Copy Markdown
Contributor Author

Merged via squash.

github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request Jul 13, 2026
* fix(ci): wait for Telegram credential capacity

* test(ci): align Telegram credential wait contract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintainer Maintainer-authored PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant